Changeset 7a8a07e
- Timestamp:
- Aug 27, 2016, 5:23:58 PM (8 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 55027f3
- Parents:
- 3438b42
- Location:
- doc
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/index.rst
r3438b42 r7a8a07e 40 40 cli 41 41 python_module 42 develop 42 43 43 44 Project pages … … 47 48 * `aubio on github`_: https://github.com/aubio/aubio 48 49 * `aubio on pypi`_: https://pypi.python.org/pypi/aubio 49 * ` APIdocumentation`_: https://aubio.org/doc/latest/50 * `Doxygen documentation`_: https://aubio.org/doc/latest/ 50 51 * `Mailing lists`_: https://lists.aubio.org 51 52 … … 53 54 .. _aubio on github: https://github.com/aubio/aubio 54 55 .. _aubio on pypi: https://pypi.python.org/pypi/aubio 55 .. _ apidocumentation: https://aubio.org/doc/latest/56 .. _Doxygen documentation: https://aubio.org/doc/latest/ 56 57 .. _Mailing lists: https://lists.aubio.org/ 57 58 -
doc/requirements.rst
r3438b42 r7a8a07e 175 175 transform 176 176 177 With libfftw3 built in, ``aubio_fft`` will use `FFTW <http://fftw.org>`_ to177 With libfftw3 built in, ``aubio_fft`` will use `FFTW`_ to 178 178 compute Fast Fourier Transform (FFT), allowing aubio to compute FFT on length 179 179 that are not a power of 2. … … 188 188 If the following tools are found, additional documentations are built: 189 189 190 - `doxygen <http://doxygen.org>`_ to build the `APIdocumentation`.190 - `doxygen <http://doxygen.org>`_ to build the :ref:`doxygen-documentation`. 191 191 - `txt2man <https://github.com/mvertes/txt2man>`_ to build the :ref:`manpages` 192 192
Note: See TracChangeset
for help on using the changeset viewer.