ref: a429d1cdafbcb58f37fec5f815e537fe19cc4770
parent: 0759f90ebcb623d4810da5dffbb5c36743194758
author: Paul Brossier <piem@piem.org>
date: Sun Dec 11 15:11:09 EST 2016
doc/index.rst: move toc at the end, use https, improve syntax
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -30,32 +30,6 @@
The name aubio comes from *audio* with a typo: some errors are likely to be
found in the results.
-Content
-=======
-
-.. toctree::
- :maxdepth: 2
-
- installing
- cli
- python_module
- develop
-
-Project pages
-=============
-
-* `Project homepage`_: https://aubio.org
-* `aubio on github`_: https://github.com/aubio/aubio
-* `aubio on pypi`_: https://pypi.python.org/pypi/aubio
-* `Doxygen documentation`_: https://aubio.org/doc/latest/
-* `Mailing lists`_: https://lists.aubio.org
-
-.. _Project homepage: https://aubio.org
-.. _aubio on github: https://github.com/aubio/aubio
-.. _aubio on pypi: https://pypi.python.org/pypi/aubio
-.. _Doxygen documentation: https://aubio.org/doc/latest/
-.. _Mailing lists: https://lists.aubio.org/
-
Current status
==============
@@ -72,7 +46,7 @@
:alt: Landscape code health
.. image:: https://readthedocs.org/projects/aubio/badge/?version=latest
- :target: http://aubio.readthedocs.io/en/latest/?badge=latest
+ :target: https://aubio.readthedocs.io/en/latest/?badge=latest
:alt: Documentation status
.. image:: https://img.shields.io/github/commits-since/aubio/aubio/0.4.3.svg?maxAge=2592000
@@ -79,10 +53,25 @@
:target: https://github.com/aubio/aubio
:alt: Commits since last release
+Project pages
+=============
+
+* `Project homepage`_: https://aubio.org
+* `aubio on github`_: https://github.com/aubio/aubio
+* `aubio on pypi`_: https://pypi.python.org/pypi/aubio
+* `Doxygen documentation`_: https://aubio.org/doc/latest/
+* `Mailing lists`_: https://lists.aubio.org
+
+.. _Project homepage: https://aubio.org
+.. _aubio on github: https://github.com/aubio/aubio
+.. _aubio on pypi: https://pypi.python.org/pypi/aubio
+.. _Doxygen documentation: https://aubio.org/doc/latest/
+.. _Mailing lists: https://lists.aubio.org/
+
* `Travis Continuous integration page <https://travis-ci.org/aubio/aubio>`_
* `Appveyor Continuous integration page <https://ci.appveyor.com/project/piem/aubio>`_
* `Landscape python code validation <https://landscape.io/github/aubio/aubio/master>`_
-* `ReadTheDocs documentation <http://aubio.readthedocs.io/en/latest/>`_
+* `ReadTheDocs documentation <https://aubio.readthedocs.io/en/latest/>`_
Copyright and License
=====================
@@ -92,10 +81,23 @@
aubio is a `free <http://www.debian.org/intro/free>`_ and `open source
<http://www.opensource.org/docs/definition.php>`_ software; **you** can
redistribute it and/or modify it under the terms of the `GNU
-<http://www.gnu.org/>`_ `General Public License
+<https://www.gnu.org/>`_ `General Public License
<https://www.gnu.org/licenses/gpl.html>`_ as published by the `Free Software
Foundation <https://fsf.org>`_, either version 3 of the License, or (at your
option) any later version.
-.. Note:: aubio is not MIT or BSD licensed. Contact the author if you need it
- in your commercial product.
+.. note::
+
+ aubio is not MIT or BSD licensed. Contact the author if you need it in your
+ commercial product.
+
+Content
+=======
+
+.. toctree::
+ :maxdepth: 2
+
+ installing
+ python_module
+ cli
+ develop