This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 01313143 update documentation for tag main
01313143 is described below

commit 013131431a285d27dc446c95ce9cf52cef72995e
Author: GitHub Actions <[email protected]>
AuthorDate: Tue Nov 19 17:49:26 2024 +0000

    update documentation for tag main
---
 main/.doctrees/environment.pickle             | Bin 1514798 -> 1514798 bytes
 main/.doctrees/getting-started/python.doctree | Bin 36898 -> 37064 bytes
 main/_sources/getting-started/python.rst.txt  |   4 +++-
 main/getting-started/python.html              |   4 +++-
 main/r/pkgdown.yml                            |   2 +-
 main/searchindex.js                           |   2 +-
 6 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/main/.doctrees/environment.pickle 
b/main/.doctrees/environment.pickle
index 128c513a..f78aa665 100644
Binary files a/main/.doctrees/environment.pickle and 
b/main/.doctrees/environment.pickle differ
diff --git a/main/.doctrees/getting-started/python.doctree 
b/main/.doctrees/getting-started/python.doctree
index 7266b164..b2855d40 100644
Binary files a/main/.doctrees/getting-started/python.doctree and 
b/main/.doctrees/getting-started/python.doctree differ
diff --git a/main/_sources/getting-started/python.rst.txt 
b/main/_sources/getting-started/python.rst.txt
index 06babade..5a09cfc7 100644
--- a/main/_sources/getting-started/python.rst.txt
+++ b/main/_sources/getting-started/python.rst.txt
@@ -407,7 +407,9 @@ means you can build the project using:
 
    git clone https://github.com/apache/arrow-nanoarrow.git
    cd arrow-nanoarrow/python
-   pip install -e .
+   # Build dependencies:
+   # pip install meson meson-python cython
+   pip install -e . --no-build-isolation
 
 Tests use `pytest <https://docs.pytest.org/>`__:
 
diff --git a/main/getting-started/python.html b/main/getting-started/python.html
index af4684d2..f4ded275 100644
--- a/main/getting-started/python.html
+++ b/main/getting-started/python.html
@@ -699,7 +699,9 @@ it like an iterator. The <code class="docutils literal 
notranslate"><span class=
 means you can build the project using:</p>
 <div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span 
class="w"> </span>https://github.com/apache/arrow-nanoarrow.git
 <span class="nb">cd</span><span class="w"> </span>arrow-nanoarrow/python
-pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> 
</span>.
+<span class="c1"># Build dependencies:</span>
+<span class="c1"># pip install meson meson-python cython</span>
+pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> 
</span>.<span class="w"> </span>--no-build-isolation
 </pre></div>
 </div>
 <p>Tests use <a class="reference external" 
href="https://docs.pytest.org/";>pytest</a>:</p>
diff --git a/main/r/pkgdown.yml b/main/r/pkgdown.yml
index ad6682d5..01dac310 100644
--- a/main/r/pkgdown.yml
+++ b/main/r/pkgdown.yml
@@ -2,4 +2,4 @@ pandoc: 3.1.3
 pkgdown: 2.1.1
 pkgdown_sha: ~
 articles: {}
-last_built: 2024-11-19T16:33Z
+last_built: 2024-11-19T17:49Z
diff --git a/main/searchindex.js b/main/searchindex.js
index c39a5830..c5169f6b 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"API Reference": [[8, null]], "Array Stream 
utilities": [[6, "array-stream-utilities"]], "Array Streams": [[3, 
"array-streams"]], "Array streams": [[2, "array-streams"]], "Arrays": [[2, 
"arrays"], [3, "arrays"]], "Arrow C Data Interface": [[5, 
"arrow-c-data-interface"]], "Arrow C Device Interface": [[7, 
"arrow-c-device-interface"]], "Arrow C data/nanoarrow interface basics": [[0, 
"arrow-c-data-nanoarrow-interface-basics"]], "Bitmap utilities": [[5, "bitmap- 
[...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"API Reference": [[8, null]], "Array Stream 
utilities": [[6, "array-stream-utilities"]], "Array Streams": [[3, 
"array-streams"]], "Array streams": [[2, "array-streams"]], "Arrays": [[2, 
"arrays"], [3, "arrays"]], "Arrow C Data Interface": [[5, 
"arrow-c-data-interface"]], "Arrow C Device Interface": [[7, 
"arrow-c-device-interface"]], "Arrow C data/nanoarrow interface basics": [[0, 
"arrow-c-data-nanoarrow-interface-basics"]], "Bitmap utilities": [[5, "bitmap- 
[...]
\ No newline at end of file

Reply via email to