gns3-server/docs/development.rst
2015-01-13 17:05:26 -07:00

402 B

Development

Code convention

You should respect all the PEP8 convention except the rule about max line length.

Documentation

Build doc

In the project root folder:

./documentation.sh

The output is available inside docs/_build/html

Tests

Run tests

py.test -v