Changeset 41b985f for doc/index.rst


Ignore:
Timestamp:
Mar 12, 2017, 11:26:24 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
bde49c4a
Parents:
71f2e5f (diff), 67b6618 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge 'origin/master' into sampler

Conflicts:

.travis.yml
Makefile
examples/aubionotes.c
examples/parse_args.h
python/demos/demo_timestretch_online.py
python/lib/moresetuptools.py
python/tests/test_source.py
setup.py
src/io/source.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/index.rst

    r71f2e5f r41b985f  
    1010performing pitch detection, tapping the beat and producing midi streams from
    1111live audio.
     12
     13Quick links
     14===========
     15
     16* :ref:`python`
     17* :ref:`manpages`
     18* :ref:`develop`
     19* :ref:`building`
     20
     21.. only:: devel
     22
     23    .. include:: statuslinks.rst
     24
     25Project pages
     26=============
     27
     28* `Project homepage`_: https://aubio.org
     29* `aubio on github`_: https://github.com/aubio/aubio
     30* `aubio on pypi`_: https://pypi.python.org/pypi/aubio
     31* `Doxygen documentation`_: https://aubio.org/doc/latest/
     32* `Mailing lists`_: https://lists.aubio.org
     33
     34.. _Project homepage: https://aubio.org
     35.. _aubio on github: https://github.com/aubio/aubio
     36.. _aubio on pypi: https://pypi.python.org/pypi/aubio
     37.. _Doxygen documentation: https://aubio.org/doc/latest/
     38.. _Mailing lists: https://lists.aubio.org/
     39
     40* `Travis Continuous integration page <https://travis-ci.org/aubio/aubio>`_
     41* `Appveyor Continuous integration page <https://ci.appveyor.com/project/piem/aubio>`_
     42* `Landscape python code validation <https://landscape.io/github/aubio/aubio/master>`_
     43* `ReadTheDocs documentation <https://aubio.readthedocs.io/en/latest/>`_
    1244
    1345Features
     
    3163found in the results.
    3264
     65Copyright
     66=========
     67
     68Copyright © 2003-2016 Paul Brossier <piem@aubio.org>
     69
     70License
     71=======
     72
     73aubio is a `free <http://www.debian.org/intro/free>`_ and `open source
     74<http://www.opensource.org/docs/definition.php>`_ software; **you** can
     75redistribute it and/or modify it under the terms of the `GNU
     76<https://www.gnu.org/>`_ `General Public License
     77<https://www.gnu.org/licenses/gpl.html>`_ as published by the `Free Software
     78Foundation <https://fsf.org>`_, either version 3 of the License, or (at your
     79option) any later version.
     80
     81.. note::
     82
     83   aubio is not MIT or BSD licensed. Contact the author if you need it in your
     84   commercial product.
     85
    3386Content
    3487=======
     
    3891
    3992   installing
     93   python_module
    4094   cli
    41    python_module
    4295   develop
    43 
    44 Project pages
    45 =============
    46 
    47 * `Project homepage`_: https://aubio.org
    48 * `aubio on github`_: https://github.com/aubio/aubio
    49 * `aubio on pypi`_: https://pypi.python.org/pypi/aubio
    50 * `Doxygen documentation`_: https://aubio.org/doc/latest/
    51 * `Mailing lists`_: https://lists.aubio.org
    52 
    53 .. _Project homepage: https://aubio.org
    54 .. _aubio on github: https://github.com/aubio/aubio
    55 .. _aubio on pypi: https://pypi.python.org/pypi/aubio
    56 .. _Doxygen documentation: https://aubio.org/doc/latest/
    57 .. _Mailing lists: https://lists.aubio.org/
    58 
    59 Current status
    60 ==============
    61 
    62 .. image:: https://travis-ci.org/aubio/aubio.svg?branch=master
    63    :target: https://travis-ci.org/aubio/aubio
    64    :alt: Travis build status
    65 
    66 .. image:: https://ci.appveyor.com/api/projects/status/f3lhy3a57rkgn5yi?svg=true
    67    :target: https://ci.appveyor.com/project/piem/aubio/
    68    :alt: Appveyor build status
    69 
    70 .. image:: https://landscape.io/github/aubio/aubio/master/landscape.svg?style=flat
    71    :target: https://landscape.io/github/aubio/aubio/master
    72    :alt: Landscape code health
    73 
    74 .. image:: https://readthedocs.org/projects/aubio/badge/?version=latest
    75    :target: http://aubio.readthedocs.io/en/latest/?badge=latest
    76    :alt: Documentation status
    77 
    78 .. image:: https://img.shields.io/github/commits-since/aubio/aubio/0.4.3.svg?maxAge=2592000
    79    :target: https://github.com/aubio/aubio
    80    :alt: Commits since last release
    81 
    82 * `Travis Continuous integration page <https://travis-ci.org/aubio/aubio>`_
    83 * `Appveyor Continuous integration page <https://ci.appveyor.com/project/piem/aubio>`_
    84 * `Landscape python code validation <https://landscape.io/github/aubio/aubio/master>`_
    85 * `ReadTheDocs documentation <http://aubio.readthedocs.io/en/latest/>`_
    86 
    87 Copyright and License
    88 =====================
    89 
    90 Copyright © 2003-2016 Paul Brossier <piem@aubio.org>
    91 
    92 aubio is a `free <http://www.debian.org/intro/free>`_ and `open source
    93 <http://www.opensource.org/docs/definition.php>`_ software; **you** can
    94 redistribute it and/or modify it under the terms of the `GNU
    95 <http://www.gnu.org/>`_ `General Public License
    96 <https://www.gnu.org/licenses/gpl.html>`_ as published by the `Free Software
    97 Foundation <https://fsf.org>`_, either version 3 of the License, or (at your
    98 option) any later version.
    99 
    100 .. Note:: aubio is not MIT or BSD licensed. Contact the author if you need it
    101   in your commercial product.
Note: See TracChangeset for help on using the changeset viewer.