shithub: aubio

Download patch

ref: 68daf5b853f5bc30f15f57cb548f0a63c6fda781
parent: 71b8af22b3c21324085958c1ece2b16b36d35ece
author: Paul Brossier <piem@piem.org>
date: Wed Oct 31 12:05:26 EDT 2018

[doc] rename python reference to python-install

--- a/doc/installing.rst
+++ b/doc/installing.rst
@@ -31,7 +31,7 @@
     ./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 @@
     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
--- 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
 ====================
 
--- 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.