This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new ae48868 update documentation for tag dev
ae48868 is described below
commit ae4886819492c7ac58b7ce4f395532bced296142
Author: GitHub Actions <[email protected]>
AuthorDate: Tue Aug 1 02:16:02 2023 +0000
update documentation for tag dev
---
dev/_static/basic.css | 18 ++++++++++++++++++
dev/genindex.html | 10 +++++-----
dev/getting-started.html | 10 +++++-----
dev/getting-started_generated.html | 10 +++++-----
dev/index.html | 10 +++++-----
dev/r/pkgdown.yml | 2 +-
dev/reference/c.html | 10 +++++-----
dev/reference/cpp.html | 10 +++++-----
dev/reference/device.html | 10 +++++-----
dev/reference/index.html | 10 +++++-----
dev/reference/ipc.html | 10 +++++-----
dev/reference/r.html | 10 +++++-----
dev/search.html | 10 +++++-----
dev/searchindex.js | 2 +-
14 files changed, 75 insertions(+), 57 deletions(-)
diff --git a/dev/_static/basic.css b/dev/_static/basic.css
index 6157296..b97662d 100644
--- a/dev/_static/basic.css
+++ b/dev/_static/basic.css
@@ -670,6 +670,16 @@ dd {
margin-left: 30px;
}
+.sig dd {
+ margin-top: 0px;
+ margin-bottom: 0px;
+}
+
+.sig dl {
+ margin-top: 0px;
+ margin-bottom: 0px;
+}
+
dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
@@ -738,6 +748,14 @@ abbr, acronym {
cursor: help;
}
+.translated {
+ background-color: rgba(207, 255, 207, 0.2)
+}
+
+.untranslated {
+ background-color: rgba(255, 207, 207, 0.2)
+}
+
/* -- code displays ---------------------------------------------------------
*/
pre {
diff --git a/dev/genindex.html b/dev/genindex.html
index 2d2f497..4f0e348 100644
--- a/dev/genindex.html
+++ b/dev/genindex.html
@@ -27,15 +27,15 @@
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
- <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
+ <link rel="stylesheet" type="text/css"
href="_static/pygments.css?v=362ab14a" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script"
href="_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script"
href="_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
- <script data-url_root="./" id="documentation_options"
src="_static/documentation_options.js"></script>
- <script src="_static/doctools.js"></script>
- <script src="_static/sphinx_highlight.js"></script>
+ <script data-url_root="./" id="documentation_options"
src="_static/documentation_options.js?v=ccbe24c1"></script>
+ <script src="_static/doctools.js?v=888ff710"></script>
+ <script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'genindex';</script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
@@ -1269,7 +1269,7 @@ document.write(`
<div class="footer-item">
<p class="sphinx-version">
- Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.1.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.1.1.
<br/>
</p>
</div>
diff --git a/dev/getting-started.html b/dev/getting-started.html
index c85ef9c..9af631f 100644
--- a/dev/getting-started.html
+++ b/dev/getting-started.html
@@ -28,15 +28,15 @@
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
- <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
+ <link rel="stylesheet" type="text/css"
href="_static/pygments.css?v=362ab14a" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script"
href="_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script"
href="_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
- <script data-url_root="./" id="documentation_options"
src="_static/documentation_options.js"></script>
- <script src="_static/doctools.js"></script>
- <script src="_static/sphinx_highlight.js"></script>
+ <script data-url_root="./" id="documentation_options"
src="_static/documentation_options.js?v=ccbe24c1"></script>
+ <script src="_static/doctools.js?v=888ff710"></script>
+ <script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'getting-started';</script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
@@ -935,7 +935,7 @@ exposing an Arrow-based API implemented using the nanoarrow
C library.</p>
<div class="footer-item">
<p class="sphinx-version">
- Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.1.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.1.1.
<br/>
</p>
</div>
diff --git a/dev/getting-started_generated.html
b/dev/getting-started_generated.html
index f53584c..4ec0765 100644
--- a/dev/getting-started_generated.html
+++ b/dev/getting-started_generated.html
@@ -28,15 +28,15 @@
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
- <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
+ <link rel="stylesheet" type="text/css"
href="_static/pygments.css?v=362ab14a" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script"
href="_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script"
href="_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
- <script data-url_root="./" id="documentation_options"
src="_static/documentation_options.js"></script>
- <script src="_static/doctools.js"></script>
- <script src="_static/sphinx_highlight.js"></script>
+ <script data-url_root="./" id="documentation_options"
src="_static/documentation_options.js?v=ccbe24c1"></script>
+ <script src="_static/doctools.js?v=888ff710"></script>
+ <script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script>DOCUMENTATION_OPTIONS.pagename =
'getting-started_generated';</script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
@@ -915,7 +915,7 @@ exposing an Arrow-based API implemented using the nanoarrow
C library.</p>
<div class="footer-item">
<p class="sphinx-version">
- Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.1.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.1.1.
<br/>
</p>
</div>
diff --git a/dev/index.html b/dev/index.html
index 9bf619c..bb5dbf0 100644
--- a/dev/index.html
+++ b/dev/index.html
@@ -28,15 +28,15 @@
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
- <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
+ <link rel="stylesheet" type="text/css"
href="_static/pygments.css?v=362ab14a" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script"
href="_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script"
href="_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
- <script data-url_root="./" id="documentation_options"
src="_static/documentation_options.js"></script>
- <script src="_static/doctools.js"></script>
- <script src="_static/sphinx_highlight.js"></script>
+ <script data-url_root="./" id="documentation_options"
src="_static/documentation_options.js?v=ccbe24c1"></script>
+ <script src="_static/doctools.js?v=888ff710"></script>
+ <script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'index';</script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
@@ -510,7 +510,7 @@ repository.</p>
<div class="footer-item">
<p class="sphinx-version">
- Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.1.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.1.1.
<br/>
</p>
</div>
diff --git a/dev/r/pkgdown.yml b/dev/r/pkgdown.yml
index be7818b..0d0627f 100644
--- a/dev/r/pkgdown.yml
+++ b/dev/r/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 2.9.2.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-07-28T21:41Z
+last_built: 2023-08-01T02:15Z
diff --git a/dev/reference/c.html b/dev/reference/c.html
index 6847613..f915524 100644
--- a/dev/reference/c.html
+++ b/dev/reference/c.html
@@ -28,15 +28,15 @@
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
- <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
+ <link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=362ab14a" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script"
href="../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script"
href="../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
- <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js"></script>
- <script src="../_static/doctools.js"></script>
- <script src="../_static/sphinx_highlight.js"></script>
+ <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js?v=ccbe24c1"></script>
+ <script src="../_static/doctools.js?v=888ff710"></script>
+ <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'reference/c';</script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
@@ -2438,7 +2438,7 @@ document.write(`
<div class="footer-item">
<p class="sphinx-version">
- Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.1.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.1.1.
<br/>
</p>
</div>
diff --git a/dev/reference/cpp.html b/dev/reference/cpp.html
index 2cfe44e..33d747e 100644
--- a/dev/reference/cpp.html
+++ b/dev/reference/cpp.html
@@ -28,15 +28,15 @@
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
- <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
+ <link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=362ab14a" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script"
href="../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script"
href="../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
- <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js"></script>
- <script src="../_static/doctools.js"></script>
- <script src="../_static/sphinx_highlight.js"></script>
+ <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js?v=ccbe24c1"></script>
+ <script src="../_static/doctools.js?v=888ff710"></script>
+ <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'reference/cpp';</script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
@@ -747,7 +747,7 @@ document.write(`
<div class="footer-item">
<p class="sphinx-version">
- Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.1.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.1.1.
<br/>
</p>
</div>
diff --git a/dev/reference/device.html b/dev/reference/device.html
index 3ef9062..27d302f 100644
--- a/dev/reference/device.html
+++ b/dev/reference/device.html
@@ -28,15 +28,15 @@
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
- <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
+ <link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=362ab14a" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script"
href="../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script"
href="../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
- <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js"></script>
- <script src="../_static/doctools.js"></script>
- <script src="../_static/sphinx_highlight.js"></script>
+ <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js?v=ccbe24c1"></script>
+ <script src="../_static/doctools.js?v=888ff710"></script>
+ <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'reference/device';</script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
@@ -844,7 +844,7 @@ document.write(`
<div class="footer-item">
<p class="sphinx-version">
- Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.1.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.1.1.
<br/>
</p>
</div>
diff --git a/dev/reference/index.html b/dev/reference/index.html
index f56c7f6..d934d71 100644
--- a/dev/reference/index.html
+++ b/dev/reference/index.html
@@ -28,15 +28,15 @@
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
- <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
+ <link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=362ab14a" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script"
href="../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script"
href="../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
- <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js"></script>
- <script src="../_static/doctools.js"></script>
- <script src="../_static/sphinx_highlight.js"></script>
+ <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js?v=ccbe24c1"></script>
+ <script src="../_static/doctools.js?v=888ff710"></script>
+ <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'reference/index';</script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
@@ -468,7 +468,7 @@ document.write(`
<div class="footer-item">
<p class="sphinx-version">
- Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.1.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.1.1.
<br/>
</p>
</div>
diff --git a/dev/reference/ipc.html b/dev/reference/ipc.html
index 41b40f8..4ebfe1d 100644
--- a/dev/reference/ipc.html
+++ b/dev/reference/ipc.html
@@ -28,15 +28,15 @@
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
- <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
+ <link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=362ab14a" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script"
href="../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script"
href="../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
- <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js"></script>
- <script src="../_static/doctools.js"></script>
- <script src="../_static/sphinx_highlight.js"></script>
+ <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js?v=ccbe24c1"></script>
+ <script src="../_static/doctools.js?v=888ff710"></script>
+ <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'reference/ipc';</script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
@@ -874,7 +874,7 @@ document.write(`
<div class="footer-item">
<p class="sphinx-version">
- Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.1.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.1.1.
<br/>
</p>
</div>
diff --git a/dev/reference/r.html b/dev/reference/r.html
index afac7fe..fa8b1e8 100644
--- a/dev/reference/r.html
+++ b/dev/reference/r.html
@@ -28,15 +28,15 @@
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
- <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
+ <link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=362ab14a" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script"
href="../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script"
href="../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
- <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js"></script>
- <script src="../_static/doctools.js"></script>
- <script src="../_static/sphinx_highlight.js"></script>
+ <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js?v=ccbe24c1"></script>
+ <script src="../_static/doctools.js?v=888ff710"></script>
+ <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'reference/r';</script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
@@ -435,7 +435,7 @@ document.write(`
<div class="footer-item">
<p class="sphinx-version">
- Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.1.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.1.1.
<br/>
</p>
</div>
diff --git a/dev/search.html b/dev/search.html
index 21b1a73..2a09beb 100644
--- a/dev/search.html
+++ b/dev/search.html
@@ -26,15 +26,15 @@
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
- <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
+ <link rel="stylesheet" type="text/css"
href="_static/pygments.css?v=362ab14a" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script"
href="_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script"
href="_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
- <script data-url_root="./" id="documentation_options"
src="_static/documentation_options.js"></script>
- <script src="_static/doctools.js"></script>
- <script src="_static/sphinx_highlight.js"></script>
+ <script data-url_root="./" id="documentation_options"
src="_static/documentation_options.js?v=ccbe24c1"></script>
+ <script src="_static/doctools.js?v=888ff710"></script>
+ <script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'search';</script>
<script src="_static/searchtools.js"></script>
<script src="_static/language_data.js"></script>
@@ -368,7 +368,7 @@ document.write(`
<div class="footer-item">
<p class="sphinx-version">
- Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.1.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.1.1.
<br/>
</p>
</div>
diff --git a/dev/searchindex.js b/dev/searchindex.js
index 216eeef..9d51e77 100644
--- a/dev/searchindex.js
+++ b/dev/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["getting-started", "getting-started_generated",
"index", "reference/c", "reference/cpp", "reference/device", "reference/index",
"reference/ipc", "reference/r"], "filenames": ["getting-started.rst",
"getting-started_generated.rst", "index.rst", "reference/c.rst",
"reference/cpp.rst", "reference/device.rst", "reference/index.rst",
"reference/ipc.rst", "reference/r.rst"], "titles": ["Getting started with
nanoarrow", "Getting started with nanoarrow", "nanoarrow" [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["getting-started", "getting-started_generated",
"index", "reference/c", "reference/cpp", "reference/device", "reference/index",
"reference/ipc", "reference/r"], "filenames": ["getting-started.rst",
"getting-started_generated.rst", "index.rst", "reference/c.rst",
"reference/cpp.rst", "reference/device.rst", "reference/index.rst",
"reference/ipc.rst", "reference/r.rst"], "titles": ["Getting started with
nanoarrow", "Getting started with nanoarrow", "nanoarrow" [...]
\ No newline at end of file