Sphinx

Qu'est ce que Sphinx ?

Le reST

Exemple:

Titre
=====

Section 1
:::::::::

ok, exemple python::

    >>> 1 + 1

Section 2
:::::::::

section 2

Le reST

Résultat:

Titre

Section 1

ok, exemple python:

>>> 1 + 1

Section 2

section 2

Installer Sphinx

Facile !

$ easy_install Sphinx

Démarrer un projet de documentation

$ sphinx-quickstart

Django utilise Sphinx

David..