Skip to content

Commit

Permalink
Add documentation in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SrMouraSilva committed Nov 13, 2016
1 parent 90db3cd commit 71930b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# PluginsManager

[![Build Status](https://travis-ci.org/PedalPi/PluginsManager.svg?branch=master)](https://travis-ci.org/PedalPi/PluginsManager) [![Code Health](https://landscape.io/github/PedalPi/PluginsManager/master/landscape.svg?style=flat)](https://landscape.io/github/PedalPi/PluginsManager/master) [![codecov](https://codecov.io/gh/PedalPi/PluginsManager/branch/master/graph/badge.svg)](https://codecov.io/gh/PedalPi/PluginsManager)
[![Build Status](https://travis-ci.org/PedalPi/PluginsManager.svg?branch=master)](https://travis-ci.org/PedalPi/PluginsManager) [![Documentation Status](https://readthedocs.org/projects/pluginsmanager/badge/?version=latest)](http://pluginsmanager.readthedocs.io/en/latest/?badge=latest) [![Code Health](https://landscape.io/github/PedalPi/PluginsManager/master/landscape.svg?style=flat)](https://landscape.io/github/PedalPi/PluginsManager/master) [![codecov](https://codecov.io/gh/PedalPi/PluginsManager/branch/master/graph/badge.svg)](https://codecov.io/gh/PedalPi/PluginsManager)

Pythonic management of LV2 audio plugins with [mod-host](https://github.com/moddevices/mod-host).

For API documentation, see [Application Documentation](http://pluginsmanager.readthedocs.io/en/latest/?badge=latest).

```python
manager = BanksManager()
Expand Down

0 comments on commit 71930b1

Please sign in to comment.