gns3-server/docs/development.rst

34 lines
402 B
ReStructuredText
Raw Normal View History

2015-01-14 02:05:26 +02:00
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:
.. code-block:: bash
./documentation.sh
The output is available inside *docs/_build/html*
Tests
======
Run tests
----------
.. code-block:: bash
py.test -v