From: Paul Brossier Date: Wed, 31 Oct 2018 15:05:26 +0000 (+0100) Subject: [doc] rename python reference to python-install X-Git-Tag: 0.4.8~90^2~7 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=68daf5b853f5bc30f15f57cb548f0a63c6fda781;p=aubio.git [doc] rename python reference to python-install --- diff --git a/doc/installing.rst b/doc/installing.rst index 69c5d786..2c104125 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -31,7 +31,7 @@ Cheat sheet ./waf build sudo ./waf install -- :ref:`install python-aubio from source `:: +- :ref:`install python-aubio from source `:: # from git pip install git+https://git.aubio.org/aubio/aubio/ @@ -45,7 +45,7 @@ Cheat sheet cd aubio pip install -v . -- :ref:`install python-aubio from a pre-compiled binary `:: +- :ref:`install python-aubio from a pre-compiled binary `:: # conda [osx, linux, win] conda install -c conda-forge aubio diff --git a/doc/python.rst b/doc/python.rst index 89d607a7..038055a1 100644 --- a/doc/python.rst +++ b/doc/python.rst @@ -8,6 +8,8 @@ we follow numpy type docstrings, see: https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard +.. _python: + Python documentation ==================== diff --git a/doc/python_module.rst b/doc/python_module.rst index 62fa66f9..d552dea0 100644 --- a/doc/python_module.rst +++ b/doc/python_module.rst @@ -1,7 +1,7 @@ -.. _python: +.. _python-install: -Python module -============= +Installing aubio for Python +=========================== The aubio extension for Python is available for Python 2.7 and Python 3.