- Timestamp:
- Oct 31, 2018, 4:05:26 PM (6 years ago)
- 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
- Location:
- doc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/installing.rst
r71b8af2 r68daf5b 32 32 sudo ./waf install 33 33 34 - :ref:`install python-aubio from source <python >`::34 - :ref:`install python-aubio from source <python-install>`:: 35 35 36 36 # from git … … 46 46 pip install -v . 47 47 48 - :ref:`install python-aubio from a pre-compiled binary <python >`::48 - :ref:`install python-aubio from a pre-compiled binary <python-install>`:: 49 49 50 50 # conda [osx, linux, win] -
doc/python.rst
r71b8af2 r68daf5b 8 8 we follow numpy type docstrings, see: 9 9 https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard 10 11 .. _python: 10 12 11 13 Python documentation -
doc/python_module.rst
r71b8af2 r68daf5b 1 .. _python :1 .. _python-install: 2 2 3 Python module 4 ============= 3 Installing aubio for Python 4 =========================== 5 5 6 6 The aubio extension for Python is available for Python 2.7 and Python 3.
Note: See TracChangeset
for help on using the changeset viewer.