[doc] rename python reference to python-install
authorPaul Brossier <piem@piem.org>
Wed, 31 Oct 2018 15:05:26 +0000 (16:05 +0100)
committerPaul Brossier <piem@piem.org>
Wed, 31 Oct 2018 15:05:26 +0000 (16:05 +0100)
doc/installing.rst
doc/python.rst
doc/python_module.rst

index 69c5d78..2c10412 100644 (file)
@@ -31,7 +31,7 @@ Cheat sheet
     ./waf build
     sudo ./waf install
 
-- :ref:`install python-aubio from source <python>`::
+- :ref:`install python-aubio from source <python-install>`::
 
     # 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 <python>`::
+- :ref:`install python-aubio from a pre-compiled binary <python-install>`::
 
       # conda [osx, linux, win]
       conda install -c conda-forge aubio
index 89d607a..038055a 100644 (file)
@@ -8,6 +8,8 @@
    we follow numpy type docstrings, see:
    https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard
 
+.. _python:
+
 Python documentation
 ====================
 
index 62fa66f..d552dea 100644 (file)
@@ -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.