ref: e65fbec11f5e2ab3de411c84cd3a17c547eea4fe
parent: 762f05a7d9681f0050fd5651699c314f84133bdb
author: Paul Brossier <[email protected]>
date: Sun Dec 11 15:55:54 EST 2016
doc/index.rst: more shuffling
--- a/doc/develop.rst
+++ b/doc/develop.rst
@@ -1,3 +1,5 @@
+.. _develop:
+
Developping with aubio
======================
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -10,26 +10,14 @@
performing pitch detection, tapping the beat and producing midi streams from
live audio.
-Features
-========
+Quick links
+===========
-aubio provides several algorithms and routines, including:
+* :ref:`python`
+* :ref:`manpages`
+* :ref:`develop`
+* :ref:`building`
-- several onset detection methods
-- different pitch detection methods
-- tempo tracking and beat detection
-- MFCC (mel-frequency cepstrum coefficients)
-- FFT and phase vocoder
-- up/down-sampling
-- digital filters (low pass, high pass, and more)
-- spectral filtering
-- transient/steady-state separation
-- sound file read and write access
-- various mathematics utilities for music applications
-
-The name aubio comes from *audio* with a typo: some errors are likely to be
-found in the results.
-
Current status
==============
@@ -73,10 +61,33 @@
* `Landscape python code validation <https://landscape.io/github/aubio/aubio/master>`_
* `ReadTheDocs documentation <https://aubio.readthedocs.io/en/latest/>`_
-Copyright and License
-=====================
+Features
+========
+aubio provides several algorithms and routines, including:
+
+- several onset detection methods
+- different pitch detection methods
+- tempo tracking and beat detection
+- MFCC (mel-frequency cepstrum coefficients)
+- FFT and phase vocoder
+- up/down-sampling
+- digital filters (low pass, high pass, and more)
+- spectral filtering
+- transient/steady-state separation
+- sound file read and write access
+- various mathematics utilities for music applications
+
+The name aubio comes from *audio* with a typo: some errors are likely to be
+found in the results.
+
+Copyright
+=========
+
Copyright © 2003-2016 Paul Brossier <[email protected]>
+
+License
+=======
aubio is a `free <http://www.debian.org/intro/free>`_ and `open source
<http://www.opensource.org/docs/definition.php>`_ software; **you** can
--- a/doc/installing.rst
+++ b/doc/installing.rst
@@ -15,5 +15,5 @@
:maxdepth: 2
download
- requirements
building
+ requirements