jorisvandenbossche commented on a change in pull request #12596:
URL: https://github.com/apache/arrow/pull/12596#discussion_r823582603
##########
File path: docs/source/developers/python.rst
##########
@@ -378,20 +378,8 @@ Docker examples
If you are having difficulty building the Python library from source, take a
look at the ``python/examples/minimal_build`` directory which illustrates a
-complete build and test from source both with the conda and pip/virtualenv
-build methods.
-
-Building with CUDA support
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The :mod:`pyarrow.cuda` module offers support for using Arrow platform
-components with Nvidia's CUDA-enabled GPU devices. To build with this support,
-pass ``-DARROW_CUDA=ON`` when building the C++ libraries, and set the following
-environment variable when building pyarrow:
Review comment:
This section is also included elsewhere?
##########
File path: docs/source/developers/python.rst
##########
@@ -146,15 +146,18 @@ Pull in the test data and setup the environment variables:
.. code-block:: shell
pushd arrow
- git submodule init
- git submodule update
+ git submodule update --init
export PARQUET_TEST_DATA="${PWD}/cpp/submodules/parquet-testing/data"
export ARROW_TEST_DATA="${PWD}/testing/data"
popd
Using Conda
~~~~~~~~~~~
+The `conda <https://conda.io/>`_ package managers allows installing build-time
Review comment:
```suggestion
The `conda <https://conda.io/>`_ package manager allows installing build-time
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]