This documentation is free ; you can edit, enhance and modify it as you want.
To start contribute, the simplest way is to start imitating documentation as it already exists.
You’ll find below some rules and the most common markup used in this documentation.
- Lines do not exceed 80 characters
- Text must be UTF-8 encoded
- Documentation should not be optimized for PDF nor HTML
- Documentation must be publishable as GPLv3
Lists
* first * second * third
- first
- second
- third
Titles and Sub-Titles
H1 -- Titre =========== H2 -- Sub titre --------------- H3 -- Sub section ****************** H4 -- Sub sub section ^^^^^^^^^^^^^^^^^^^^^Images
.. figure:: ../images/gplv3.png :align: center :alt: GPLv3 logo License GNU GPL v3
Bold / Italic
**bold** et *italic*bold et italic
External link
`Example.com <http://www.example.com/>`_Internal link
:doc:`These rules <DocumentationGuidelines>`Glossary link
:term:`record`
Notes:
.. note:: A noteNote
A note
Warning:
.. warning:: Un warningWarning
Un warning
Version added
.. versionadded:: 3.5.0New in version 3.5.0.
Version changed
.. versionchanged:: 3.5.0Changed in version 3.5.0.
References
.. seealso:: online documentation at http://http://sphinx.pocoo.org/See also
online documentation at http://http://sphinx.pocoo.org/
Todos (invisible)
.. todo:: upgrade when availableTopic
.. topic:: Topic Title (for exemple: The essential) Subsequent indented lines comprise the body of the topic, and are interpreted as body elements.
Topic Title (for exemple: The essential)
Subsequent indented lines comprise the body of the topic, and are interpreted as body elements.