Sphinx introducation: Python documentation Generator

Source: Internet
Author: User
Sphinx introducation: Python documentation Generator
  • Author: Chao Zhong (zhongchao)
  • Email: zhongchao. USTC # gmail.com (#-> @)
  • Blog: blog.csdn.net/poechant
  • Date: SEP 30,201 2
0 install sphinx
easy_install -U Sphinx
1 build project1.1 sphinx-Quickstart
michael@ubuntu:~/release/sphinx$ sphinx-quickstart 
Welcome to the Sphinx 1.1.3 quickstart utility.Please enter values for the following settings (just press Enter toaccept a default value, if one is given in brackets).
1.2 root path for the documentation
Enter the root path for documentation.> Root path for the documentation [.]: 
You have two options for placing the build directory for Sphinx output.Either, you use a directory "_build" within the root path, or you separate"source" and "build" directories within the root path.> Separate source and build directories (y/N) [n]: y
1.3 name prefix for templates and static dir
Inside the root directory, two more directories will be created; "_templates"for custom HTML templates and "_static" for custom stylesheets and other staticfiles. You can enter another prefix (such as ".") to replace the underscore.> Name prefix for templates and static dir [_]: 
1.4 Project Name
The project name will occur in several places in the built documentation.> Project name: NginxCreed 
1.5 author name
> Author name(s): Chao Zhong
1.6 project version
Sphinx has the notion of a "version" and a "release" for thesoftware. Each version can have multiple releases. For example, forPython the version is something like 2.5 or 3.0, while the release issomething like 2.5.1 or 3.0a1.  If you don't need this dual structure,just set both to the same value.> Project version: 0.1> Project release [0.1]: 
1.7 source file suffix
The file name suffix for source files. Commonly, this is either ".txt"or ".rst".  Only files with this suffix are considered documents.> Source file suffix [.rst]: 
1.8 name of your master document (without suffix)
One document is special in that it is considered the top node of the"contents tree", that is, it is the root of the hierarchical structureof the documents. Normally, this is "index", but if your "index"document is a custom template, you can also set this to another filename.> Name of your master document (without suffix) [index]: 
1.9 Do you want to use the Epub Builder
Sphinx can also add configuration for epub output:> Do you want to use the epub builder (y/N) [n]: 
1.10 other questions
Please indicate if you want to use one of the following Sphinx extensions:> autodoc: automatically insert docstrings from modules (y/N) [n]: > doctest: automatically test code snippets in doctest blocks (y/N) [n]: > intersphinx: link between Sphinx documentation of different projects (y/N) [n]: > todo: write "todo" entries that can be shown or hidden on build (y/N) [n]: y> coverage: checks for documentation coverage (y/N) [n]: > pngmath: include math, rendered as PNG images (y/N) [n]: > mathjax: include math, rendered in the browser by MathJax (y/N) [n]: > ifconfig: conditional inclusion of content based on config values (y/N) [n]: > viewcode: include links to the source code of documented Python objects (y/N) [n]: 
1.11 create makefile/create windows command file
A Makefile and a Windows command file can be generated for you so that youonly have to run e.g. `make html' instead of invoking sphinx-builddirectly.> Create Makefile? (Y/n) [y]: > Create Windows command file? (Y/n) [y]: 
2 make HTML

Run:

make html

The default test file provided by sphenders is generated into HTML, and the Web server is configured to access the file directly through HTTP or file in the browser.

Reference
  1. Http://sphinx.pocoo.org
  2. Http://www.cnblogs.com/qiyeshublog/articles/2379269.html

-

For more information, see the csdn blog blog.csdn.net/poechant from LIU Da poechant (zhongchao ).

-

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.