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-adbc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 295219d publish documentation
295219d is described below
commit 295219dd9836d9dff044133c419c3c36bd2ea2b5
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 25 16:44:04 2023 +0000
publish documentation
---
main/_sources/development/nightly.rst.txt | 34 ++++++++++++++++++----
main/development/nightly.html | 47 +++++++++++++++++++++++--------
main/searchindex.js | 2 +-
3 files changed, 65 insertions(+), 18 deletions(-)
diff --git a/main/_sources/development/nightly.rst.txt
b/main/_sources/development/nightly.rst.txt
index 750edd0..f781d4b 100644
--- a/main/_sources/development/nightly.rst.txt
+++ b/main/_sources/development/nightly.rst.txt
@@ -28,7 +28,33 @@ Nightly builds of some binary packages are available.
C/C++
=====
-Not yet available.
+Conda users can install nightly builds from a Conda channel:
+https://anaconda.org/arrow-adbc-nightlies
+
+This should be used with conda-forge. Example::
+
+ mamba install -c conda-forge -c arrow-adbc-nightlies adbc-driver-manager
+
+Both C/C++ and Python packages are available.
+
+.. list-table:: Supported platforms for nightly Conda packages
+ :header-rows: 1
+
+ * - Operating System
+ - AMD64 (x86_64)
+ - AArch64
+
+ * - Linux
+ - Yes ✅
+ - No ❌
+
+ * - macOS
+ - Yes ✅
+ - No ❌
+
+ * - Windows
+ - No ✅
+ - No ❌
Java
====
@@ -41,15 +67,11 @@ Python
Packages can be installed from an alternative package index:
https://gemfury.com/arrow-adbc-nightlies
-.. warning:: You MUST explicitly specify the version, since otherwise
- pip will install the latest version by lexicographical
- ordering, which will likely be some random, old build.
-
Example::
pip install \
--extra-index-url https://repo.fury.io/arrow-adbc-nightlies \
- adbc_driver_manager==0.0.0+g265a1b6
+ adbc-driver-manager
.. list-table:: Supported platforms for nightly Python wheels
:header-rows: 1
diff --git a/main/development/nightly.html b/main/development/nightly.html
index 6b145b1..f959338 100644
--- a/main/development/nightly.html
+++ b/main/development/nightly.html
@@ -330,7 +330,38 @@ developers.</p>
</div>
<section id="c-c">
<h2>C/C++<a class="headerlink" href="#c-c" title="Permalink to this
heading">#</a></h2>
-<p>Not yet available.</p>
+<p>Conda users can install nightly builds from a Conda channel:
+<a class="reference external"
href="https://anaconda.org/arrow-adbc-nightlies">https://anaconda.org/arrow-adbc-nightlies</a></p>
+<p>This should be used with conda-forge. Example:</p>
+<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="n">mamba</span> <span
class="n">install</span> <span class="o">-</span><span class="n">c</span> <span
class="n">conda</span><span class="o">-</span><span class="n">forge</span>
<span class="o">-</span><span class="n">c</span> <span
class="n">arrow</span><span class="o">-</span><span class="n">adbc</span><span
class="o">-</span><span class="n">nightlies</span> <span
class="n">adbc</span><span [...]
+</pre></div>
+</div>
+<p>Both C/C++ and Python packages are available.</p>
+<div class="table-wrapper docutils container" id="id1">
+<table class="docutils align-default" id="id1">
+<caption><span class="caption-text">Supported platforms for nightly Conda
packages</span><a class="headerlink" href="#id1" title="Permalink to this
table">#</a></caption>
+<thead>
+<tr class="row-odd"><th class="head"><p>Operating System</p></th>
+<th class="head"><p>AMD64 (x86_64)</p></th>
+<th class="head"><p>AArch64</p></th>
+</tr>
+</thead>
+<tbody>
+<tr class="row-even"><td><p>Linux</p></td>
+<td><p>Yes ✅</p></td>
+<td><p>No ❌</p></td>
+</tr>
+<tr class="row-odd"><td><p>macOS</p></td>
+<td><p>Yes ✅</p></td>
+<td><p>No ❌</p></td>
+</tr>
+<tr class="row-even"><td><p>Windows</p></td>
+<td><p>No ✅</p></td>
+<td><p>No ❌</p></td>
+</tr>
+</tbody>
+</table>
+</div>
</section>
<section id="java">
<h2>Java<a class="headerlink" href="#java" title="Permalink to this
heading">#</a></h2>
@@ -340,21 +371,15 @@ developers.</p>
<h2>Python<a class="headerlink" href="#python" title="Permalink to this
heading">#</a></h2>
<p>Packages can be installed from an alternative package index:
<a class="reference external"
href="https://gemfury.com/arrow-adbc-nightlies">https://gemfury.com/arrow-adbc-nightlies</a></p>
-<div class="admonition warning">
-<p class="admonition-title">Warning</p>
-<p>You MUST explicitly specify the version, since otherwise
-pip will install the latest version by lexicographical
-ordering, which will likely be some random, old build.</p>
-</div>
<p>Example:</p>
<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="n">pip</span> <span
class="n">install</span> \
<span class="o">--</span><span class="n">extra</span><span
class="o">-</span><span class="n">index</span><span class="o">-</span><span
class="n">url</span> <span class="n">https</span><span class="p">:</span><span
class="o">//</span><span class="n">repo</span><span class="o">.</span><span
class="n">fury</span><span class="o">.</span><span class="n">io</span><span
class="o">/</span><span class="n">arrow</span><span class="o">-</span><span
class="n">adbc</span><span class="o">-</span [...]
- <span class="n">adbc_driver_manager</span><span class="o">==</span><span
class="mf">0.0.0</span><span class="o">+</span><span class="n">g265a1b6</span>
+ <span class="n">adbc</span><span class="o">-</span><span
class="n">driver</span><span class="o">-</span><span class="n">manager</span>
</pre></div>
</div>
-<div class="table-wrapper docutils container" id="id1">
-<table class="docutils align-default" id="id1">
-<caption><span class="caption-text">Supported platforms for nightly Python
wheels</span><a class="headerlink" href="#id1" title="Permalink to this
table">#</a></caption>
+<div class="table-wrapper docutils container" id="id2">
+<table class="docutils align-default" id="id2">
+<caption><span class="caption-text">Supported platforms for nightly Python
wheels</span><a class="headerlink" href="#id2" title="Permalink to this
table">#</a></caption>
<thead>
<tr class="row-odd"><th class="head"><p>Operating System</p></th>
<th class="head"><p>AMD64 (x86_64)</p></th>
diff --git a/main/searchindex.js b/main/searchindex.js
index 6731fba..12104a7 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["cpp/api/adbc", "cpp/api/adbc_driver_manager",
"cpp/api/index", "cpp/concurrency", "cpp/driver_manager", "cpp/index",
"development/contributing", "development/nightly", "development/releasing",
"driver/cpp/features", "driver/cpp/index", "driver/cpp/postgresql",
"driver/cpp/sqlite", "driver/go/flight_sql", "driver/java/flight_sql",
"driver/java/index", "driver/java/jdbc", "format/comparison",
"format/specification", "format/versioning", "go/index", "index", " [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["cpp/api/adbc", "cpp/api/adbc_driver_manager",
"cpp/api/index", "cpp/concurrency", "cpp/driver_manager", "cpp/index",
"development/contributing", "development/nightly", "development/releasing",
"driver/cpp/features", "driver/cpp/index", "driver/cpp/postgresql",
"driver/cpp/sqlite", "driver/go/flight_sql", "driver/java/flight_sql",
"driver/java/index", "driver/java/jdbc", "format/comparison",
"format/specification", "format/versioning", "go/index", "index", " [...]
\ No newline at end of file