Latest version of this documentation are always available here.
If you want to contribute, you can do it in few simple steps.
- Install Sphinx documentation generator.
- Fork this repository and clone it locally.
- Make your updates. We're using reStructuredText syntax, and here is good document to start with it.
- To build documentation locally, you can use
make html
command indocs
subfolder of this repo. - Commit your changes, and make a pull request. After we accept this changes — documentation will be rebuilt and updated automatically.