Et comment l'exécuter?Comment installer le générateur de documentation sphinx de python sous Linux?
3
A
Répondre
6
Sphinx website dit:
easy_install -U Sphinx
Si vous voulez que installé en python système vous auriez probablement besoin d'autorisations élevées avec sudo
:
sudo easy_install -U Sphinx
Si vous ne voyez pas encore easy_install
, http://peak.telecommunity.com/DevCenter/EasyInstall
1
Comment l'exécuter?
http://sphinx-doc.org/tutorial.html#running-the-build
Fondamentalement, le plus simple est de commencer par commande sphinx-quickstart
.
1
http://showmedo.com/videos/video?name=2910020&fromSeriesID=291
Cette démo montre comment vous pouvez utiliser sphynx pour documenter votre propre programme.
veuillez prendre note de ce http://groups.google.com/group/sphinx-dev/msg/77f5b48bca1fd938 si vous rencontrez un problème. –