1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 18:08:55 +00:00
gns3-server/docs/development.rst

45 lines
646 B
ReStructuredText
Raw Normal View History

2015-01-14 00:05:26 +00:00
Development
############
Code convention
===============
You should respect all the PEP8 convention except the
rule about max line length.
2016-06-21 08:47:22 +00:00
Source code
===========
Source code is available on github under GPL V3 licence:
https://github.com/GNS3/
The GNS3 server: https://github.com/GNS3/gns3-server
The Qt GUI: https://github.com/GNS3/gns3-gui
2015-01-14 00:05:26 +00:00
Documentation
==============
2016-06-21 08:47:22 +00:00
In the gns3-server project.
2015-01-14 00:05:26 +00:00
Build doc
----------
In the project root folder:
.. code-block:: bash
2015-01-23 15:20:12 +00:00
./scripts/documentation.sh
2015-01-14 00:05:26 +00:00
The output is available inside *docs/_build/html*
Tests
======
Run tests
----------
.. code-block:: bash
py.test -v