Changeset 68daf5b


Ignore:
Timestamp:
Oct 31, 2018, 4:05:26 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
f8bf0c2
Parents:
71b8af2
Message:

[doc] rename python reference to python-install

Location:
doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/installing.rst

    r71b8af2 r68daf5b  
    3232    sudo ./waf install
    3333
    34 - :ref:`install python-aubio from source <python>`::
     34- :ref:`install python-aubio from source <python-install>`::
    3535
    3636    # from git
     
    4646    pip install -v .
    4747
    48 - :ref:`install python-aubio from a pre-compiled binary <python>`::
     48- :ref:`install python-aubio from a pre-compiled binary <python-install>`::
    4949
    5050      # conda [osx, linux, win]
  • doc/python.rst

    r71b8af2 r68daf5b  
    88   we follow numpy type docstrings, see:
    99   https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard
     10
     11.. _python:
    1012
    1113Python documentation
  • doc/python_module.rst

    r71b8af2 r68daf5b  
    1 .. _python:
     1.. _python-install:
    22
    3 Python module
    4 =============
     3Installing aubio for Python
     4===========================
    55
    66The aubio extension for Python is available for Python 2.7 and Python 3.
Note: See TracChangeset for help on using the changeset viewer.