本文共 2643 字,大约阅读时间需要 8 分钟。
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license.
It was originally created for , and it has excellent facilities for the documentation of Python projects, but C/C++ is already supported as well, and it is planned to add special support for other languages as well. Of course, this site is also created from reStructuredText sources using Sphinx! The following features should be highlighted:
Sphinx uses as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the .
overview of basic tasks for a complete overview | search the documentation all functions, classes, terms |
You can also download PDF/EPUB versions of the Sphinx documentation: a generated from the LaTeX Sphinx produces, and a .
Links to documentation generated with Sphinx can be found on the page.
For examples of how Sphinx source files look, use the “Show source” links on all pages of the documentation apart from this welcome page.
You may also be interested in the very nice on how to create a customized documentation using Sphinx written by the matplotlib developers.
There is a of this documentation, thanks to the Japanese Sphinx user group.
A Japanese book about Sphinx has been published by O'Reilly: .
Need a place to host your Sphinx docs? hosts a lot of Sphinx docs already, and integrates well with projects' source control. It also features a powerful built-in search that exceeds the possibilities of Sphinx' JavaScript-based offline search.
If you want to contribute to the project, this part of the documentation is for you.
http://www.sphinx-doc.org/en/stable/
转载地址:http://dkesa.baihongyu.com/