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

commit 4f2c67334aaa18368472a19919ad3020357f47f3
Author: GitHub Actions <acti...@github.com>
AuthorDate: Wed May 15 15:43:55 2024 +0000

    update documentation for tag main
---
 main/_sources/getting-started/python.rst.txt | 2 +-
 main/getting-started/python.html             | 2 +-
 main/r/pkgdown.yml                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/_sources/getting-started/python.rst.txt 
b/main/_sources/getting-started/python.rst.txt
index a7d00b6c..c8bd5751 100644
--- a/main/_sources/getting-started/python.rst.txt
+++ b/main/_sources/getting-started/python.rst.txt
@@ -267,7 +267,7 @@ Tests use `pytest <https://docs.pytest.org/>`__:
 .. code:: shell
 
    # Install dependencies
-   pip install -e .[test]
+   pip install -e ".[test]"
 
    # Run tests
    pytest -vvx
diff --git a/main/getting-started/python.html b/main/getting-started/python.html
index 41f33cf2..e760ba15 100644
--- a/main/getting-started/python.html
+++ b/main/getting-started/python.html
@@ -609,7 +609,7 @@ pip<span class="w"> </span>install<span class="w"> 
</span>-e<span class="w"> </s
 </div>
 <p>Tests use <a class="reference external" 
href="https://docs.pytest.org/";>pytest</a>:</p>
 <div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span><span class="c1"># Install 
dependencies</span>
-pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> 
</span>.<span class="o">[</span>test<span class="o">]</span>
+pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> 
</span><span class="s2">&quot;.[test]&quot;</span>
 
 <span class="c1"># Run tests</span>
 pytest<span class="w"> </span>-vvx
diff --git a/main/r/pkgdown.yml b/main/r/pkgdown.yml
index 1a3fa486..87d5c9bb 100644
--- a/main/r/pkgdown.yml
+++ b/main/r/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 3.1.3
 pkgdown: 2.0.9
 pkgdown_sha: ~
 articles: {}
-last_built: 2024-05-15T15:39Z
+last_built: 2024-05-15T15:43Z
 

Reply via email to