Changeset f80519b


Ignore:
Timestamp:
Mar 24, 2017, 6:54:20 PM (7 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, sampler
Children:
4da6f20
Parents:
5399f17
Message:

doc/develop.rst: clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/develop.rst

    r5399f17 rf80519b  
    44======================
    55
    6 Read `Contribute`_ to report issues and request new features.
     6Here is a brief overview of the C library.
    77
    8 See `Doxygen documentation`_ for the complete documentation of the C library,
    9 built using `Doxygen <http://www.doxygen.org/>`_.
     8See also the `API documentation <https://aubio.org/doc/latest/>`_ for a more
     9detailed list of available functions.
    1010
    11 Below is a brief `Library overview`_.
    12 
    13 Library overview
    14 ----------------
    15 
    16 Here is a brief overview of the C library. See also the `Doxygen
    17 documentation`_ for a more detailed list of available functions.
     11To report issues, ask questions, and request new features, use `Github Issues
     12<https://github.com/aubio/aubio/issues>`_
    1813
    1914Design Basics
    20 `````````````
     15-------------
    2116
    2217The library is written in C and is optimised for speed and portability.
     
    4338
    4439Vectors and matrix
    45 ``````````````````
     40------------------
    4641
    4742``fvec_t`` are used to hold vectors of float (``smpl_t``).
     
    6560
    6661Reading a sound file
    67 ````````````````````
     62--------------------
     63
    6864In this example, ``aubio_source`` is used to read a media file.
    6965
     
    9389<../tests/src/io/test-source.c>`.
    9490
    95 Computing the spectrum
    96 ``````````````````````
     91Computing a spectrum
     92--------------------
    9793
    9894Now let's create a phase vocoder:
     
    116112---------------------
    117113
    118 The latest version of the doxygen documentation is available at:
     114The latest version of the API documentation is built using `Doxygen
     115<http://www.doxygen.org/>`_ and is available at:
    119116
    120117    https://aubio.org/doc/latest
Note: See TracChangeset for help on using the changeset viewer.