- Timestamp:
- Dec 11, 2016, 8:11:09 PM (8 years ago)
- 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, yinfft+
- Children:
- 3f10967
- Parents:
- 0759f90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/index.rst
r0759f90 ra429d1c 31 31 found in the results. 32 32 33 C ontent34 ======= 33 Current status 34 ============== 35 35 36 .. toctree:: 37 :maxdepth: 2 36 .. image:: https://travis-ci.org/aubio/aubio.svg?branch=master 37 :target: https://travis-ci.org/aubio/aubio 38 :alt: Travis build status 38 39 39 installing 40 cli 41 python_module 42 develop 40 .. image:: https://ci.appveyor.com/api/projects/status/f3lhy3a57rkgn5yi?svg=true 41 :target: https://ci.appveyor.com/project/piem/aubio/ 42 :alt: Appveyor build status 43 44 .. image:: https://landscape.io/github/aubio/aubio/master/landscape.svg?style=flat 45 :target: https://landscape.io/github/aubio/aubio/master 46 :alt: Landscape code health 47 48 .. image:: https://readthedocs.org/projects/aubio/badge/?version=latest 49 :target: https://aubio.readthedocs.io/en/latest/?badge=latest 50 :alt: Documentation status 51 52 .. image:: https://img.shields.io/github/commits-since/aubio/aubio/0.4.3.svg?maxAge=2592000 53 :target: https://github.com/aubio/aubio 54 :alt: Commits since last release 43 55 44 56 Project pages … … 57 69 .. _Mailing lists: https://lists.aubio.org/ 58 70 59 Current status60 ==============61 62 .. image:: https://travis-ci.org/aubio/aubio.svg?branch=master63 :target: https://travis-ci.org/aubio/aubio64 :alt: Travis build status65 66 .. image:: https://ci.appveyor.com/api/projects/status/f3lhy3a57rkgn5yi?svg=true67 :target: https://ci.appveyor.com/project/piem/aubio/68 :alt: Appveyor build status69 70 .. image:: https://landscape.io/github/aubio/aubio/master/landscape.svg?style=flat71 :target: https://landscape.io/github/aubio/aubio/master72 :alt: Landscape code health73 74 .. image:: https://readthedocs.org/projects/aubio/badge/?version=latest75 :target: http://aubio.readthedocs.io/en/latest/?badge=latest76 :alt: Documentation status77 78 .. image:: https://img.shields.io/github/commits-since/aubio/aubio/0.4.3.svg?maxAge=259200079 :target: https://github.com/aubio/aubio80 :alt: Commits since last release81 82 71 * `Travis Continuous integration page <https://travis-ci.org/aubio/aubio>`_ 83 72 * `Appveyor Continuous integration page <https://ci.appveyor.com/project/piem/aubio>`_ 84 73 * `Landscape python code validation <https://landscape.io/github/aubio/aubio/master>`_ 85 * `ReadTheDocs documentation <http ://aubio.readthedocs.io/en/latest/>`_74 * `ReadTheDocs documentation <https://aubio.readthedocs.io/en/latest/>`_ 86 75 87 76 Copyright and License … … 93 82 <http://www.opensource.org/docs/definition.php>`_ software; **you** can 94 83 redistribute it and/or modify it under the terms of the `GNU 95 <http ://www.gnu.org/>`_ `General Public License84 <https://www.gnu.org/>`_ `General Public License 96 85 <https://www.gnu.org/licenses/gpl.html>`_ as published by the `Free Software 97 86 Foundation <https://fsf.org>`_, either version 3 of the License, or (at your 98 87 option) any later version. 99 88 100 .. Note:: aubio is not MIT or BSD licensed. Contact the author if you need it 101 in your commercial product. 89 .. note:: 90 91 aubio is not MIT or BSD licensed. Contact the author if you need it in your 92 commercial product. 93 94 Content 95 ======= 96 97 .. toctree:: 98 :maxdepth: 2 99 100 installing 101 python_module 102 cli 103 develop
Note: See TracChangeset
for help on using the changeset viewer.