Changeset 7a8a07e


Ignore:
Timestamp:
Aug 27, 2016, 5:23:58 PM (8 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, pitchshift, sampler, timestretch, yinfft+
Children:
55027f3
Parents:
3438b42
Message:

doc/develop.rst: add some documentation about the c-api

Location:
doc
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/index.rst

    r3438b42 r7a8a07e  
    4040   cli
    4141   python_module
     42   develop
    4243
    4344Project pages
     
    4748* `aubio on github`_: https://github.com/aubio/aubio
    4849* `aubio on pypi`_: https://pypi.python.org/pypi/aubio
    49 * `API documentation`_: https://aubio.org/doc/latest/
     50* `Doxygen documentation`_: https://aubio.org/doc/latest/
    5051* `Mailing lists`_: https://lists.aubio.org
    5152
     
    5354.. _aubio on github: https://github.com/aubio/aubio
    5455.. _aubio on pypi: https://pypi.python.org/pypi/aubio
    55 .. _api documentation: https://aubio.org/doc/latest/
     56.. _Doxygen documentation: https://aubio.org/doc/latest/
    5657.. _Mailing lists: https://lists.aubio.org/
    5758
  • doc/requirements.rst

    r3438b42 r7a8a07e  
    175175  transform
    176176
    177 With libfftw3 built in, ``aubio_fft`` will use `FFTW <http://fftw.org>`_ to
     177With libfftw3 built in, ``aubio_fft`` will use `FFTW`_ to
    178178compute Fast Fourier Transform (FFT), allowing aubio to compute FFT on length
    179179that are not a power of 2.
     
    188188If the following tools are found, additional documentations are built:
    189189
    190  - `doxygen <http://doxygen.org>`_ to build the `API documentation`.
     190 - `doxygen <http://doxygen.org>`_ to build the :ref:`doxygen-documentation`.
    191191 - `txt2man <https://github.com/mvertes/txt2man>`_ to build the :ref:`manpages`
    192192
Note: See TracChangeset for help on using the changeset viewer.