You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/docs/development.rst

42 lines
648 B

9 years ago
Development
############
Code convention
===============
Respect all the PEP8 convention except the max line length rule.
9 years ago
Source code
===========
Source code is available on Github under the GPL V3 licence:
https://github.com/GNS3/
The GNS3 server: https://github.com/GNS3/gns3-server
The GNS3 user interface: https://github.com/GNS3/gns3-gui
9 years ago
Documentation
==============
The documentation can be found in the gns3-server project.
9 years ago
Build doc
----------
.. code-block:: bash
./scripts/documentation.sh
9 years ago
The output is available inside *docs/_build/html*
Tests
======
Run tests
----------
.. code-block:: bash
py.test -v