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 c6f2ccd7 update documentation for tag main
c6f2ccd7 is described below

commit c6f2ccd795f07face1bf6e3979170255da8c251f
Author: GitHub Actions <[email protected]>
AuthorDate: Wed Sep 18 19:02:47 2024 +0000

    update documentation for tag main
---
 main/.doctrees/environment.pickle                | Bin 1163756 -> 1163756 bytes
 main/.doctrees/reference/python/advanced.doctree | Bin 98072 -> 101648 bytes
 main/r/pkgdown.yml                               |   2 +-
 main/reference/python/advanced.html              |   6 +++++-
 main/searchindex.js                              |   2 +-
 5 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/main/.doctrees/environment.pickle 
b/main/.doctrees/environment.pickle
index a1e669b8..911330f9 100644
Binary files a/main/.doctrees/environment.pickle and 
b/main/.doctrees/environment.pickle differ
diff --git a/main/.doctrees/reference/python/advanced.doctree 
b/main/.doctrees/reference/python/advanced.doctree
index 0b6d7a19..f1ced9e3 100644
Binary files a/main/.doctrees/reference/python/advanced.doctree and 
b/main/.doctrees/reference/python/advanced.doctree differ
diff --git a/main/r/pkgdown.yml b/main/r/pkgdown.yml
index 9bf37bf7..ed85f1eb 100644
--- a/main/r/pkgdown.yml
+++ b/main/r/pkgdown.yml
@@ -2,4 +2,4 @@ pandoc: 3.1.3
 pkgdown: 2.1.0
 pkgdown_sha: ~
 articles: {}
-last_built: 2024-09-18T17:03Z
+last_built: 2024-09-18T19:02Z
diff --git a/main/reference/python/advanced.html 
b/main/reference/python/advanced.html
index 02e3af2e..d2679542 100644
--- a/main/reference/python/advanced.html
+++ b/main/reference/python/advanced.html
@@ -637,7 +637,7 @@ different than <code class="docutils literal 
notranslate"><span class="pre">sche
 
 <dl class="py function">
 <dt class="sig sig-object py" id="nanoarrow.c_array.c_array_from_buffers">
-<span class="sig-name descname"><span 
class="pre">c_array_from_buffers</span></span><span 
class="sig-paren">(</span><em class="sig-param"><span class="n"><span 
class="pre">schema</span></span></em>, <em class="sig-param"><span 
class="n"><span class="pre">length</span></span><span class="p"><span 
class="pre">:</span></span><span class="w"> </span><span class="n"><span 
class="pre">int</span></span></em>, <em class="sig-param"><span class="n"><span 
class="pre">buffers</span></span><span cla [...]
+<span class="sig-name descname"><span 
class="pre">c_array_from_buffers</span></span><span 
class="sig-paren">(</span><em class="sig-param"><span class="n"><span 
class="pre">schema</span></span></em>, <em class="sig-param"><span 
class="n"><span class="pre">length</span></span><span class="p"><span 
class="pre">:</span></span><span class="w"> </span><span class="n"><span 
class="pre">int</span></span></em>, <em class="sig-param"><span class="n"><span 
class="pre">buffers</span></span><span cla [...]
 <dd><p>Create an ArrowArray wrapper from components</p>
 <p>Given a schema, build an ArrowArray buffer-wise. This allows almost any 
array
 to be assembled; however, requires some knowledge of the Arrow Columnar
@@ -676,6 +676,10 @@ will validate at the “default” level where possible.</p>
 <dt>move<span class="classifier">bool, optional</span></dt><dd><p>Use <code 
class="docutils literal notranslate"><span class="pre">True</span></code> to 
move ownership of any input buffers or children to the
 output array.</p>
 </dd>
+<dt>device<span class="classifier">Device, optional</span></dt><dd><p>An 
explicit device to use when constructing this array. If specified,
+this function will construct a <code class="xref py py-class docutils literal 
notranslate"><span class="pre">CDeviceArray</span></code>; if unspecified,
+this function will construct a <code class="xref py py-class docutils literal 
notranslate"><span class="pre">CArray</span></code> on the CPU device.</p>
+</dd>
 </dl>
 </section>
 <section id="id6">
diff --git a/main/searchindex.js b/main/searchindex.js
index 0dbcb9e8..22cf3db0 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