Fix invalid reStructuredText for long description in setup.py

pull/1597/head
grossmj 5 years ago
parent 6b54cc27da
commit 773bad811a

@ -23,7 +23,7 @@ master is the next stable release, you can test it in your day to day activities
Bug fixes or small improvements pull requests go here. Bug fixes or small improvements pull requests go here.
2.x (2.1 for example) 2.x (2.1 for example)
******** *********************
Next major release Next major release
*Never* use this branch for production. Pull requests for major new features go here. *Never* use this branch for production. Pull requests for major new features go here.
@ -100,7 +100,7 @@ All the init script require the creation of a GNS3 user. You can change it to an
sudo adduser gns3 sudo adduser gns3
upstart upstart
~~~~~~~ -------
For ubuntu < 15.04 For ubuntu < 15.04
@ -113,7 +113,8 @@ You need to copy init/gns3.conf.upstart to /etc/init/gns3.conf
systemd systemd
~~~~~~~~ -------
You need to copy init/gns3.service.systemd to /lib/systemd/system/gns3.service You need to copy init/gns3.service.systemd to /lib/systemd/system/gns3.service
.. code:: bash .. code:: bash
@ -219,5 +220,5 @@ If you want test coverage:
Security issues Security issues
---------------- ----------------
Please contact us using contact informations available here: Please contact us using contact form available here:
http://docs.gns3.com/1ON9JBXSeR7Nt2-Qum2o3ZX0GU86BZwlmNSUgvmqNWGY/index.html http://docs.gns3.com/1ON9JBXSeR7Nt2-Qum2o3ZX0GU86BZwlmNSUgvmqNWGY/index.html

Loading…
Cancel
Save