Python 模块索引

a | b | c | d | e | l | p | s | t
 
a
sphinx.addnodes
sphinx.application Application 类和可扩展性接口。
 
b
sphinx.builders 可用的内置构建器类。
    sphinx.builders.changes
    sphinx.builders.dirhtml
    sphinx.builders.dummy
    sphinx.builders.epub3
    sphinx.builders.gettext
    sphinx.builders.html
    sphinx.builders.latex
    sphinx.builders.linkcheck
    sphinx.builders.manpage
    sphinx.builders.singlehtml
    sphinx.builders.texinfo
    sphinx.builders.text
    sphinx.builders.xml
 
c
conf 构建配置文件。
 
d
docutils
    docutils.parsers.rst
sphinx.directives
sphinx.domains
    sphinx.domains.python
 
e
sphinx.environment
    sphinx.environment.collectors
sphinx.errors
sphinx.ext
    sphinx.ext.apidoc 从 Python 模块生成 API 文档
    sphinx.ext.autodoc 包含来自文档字符串的文档。
    sphinx.ext.autosectionlabel 允许通过标题引用章节。
    sphinx.ext.autosummary 生成 autodoc 摘要
    sphinx.ext.coverage 检查 Python 模块和 C API 在文档中的覆盖率。
    sphinx.ext.doctest 测试文档中的代码片段。
    sphinx.ext.duration 测量 Sphinx 处理的持续时间
    sphinx.ext.extlinks 允许轻松插入带有通用基本 URL 的外部链接。
    sphinx.ext.githubpages 在 GitHub Pages 中发布 HTML 文档
    sphinx.ext.graphviz 支持 Graphviz 图形。
    sphinx.ext.ifconfig 根据配置值包含文档内容。
    sphinx.ext.imgconverter 将图像转换为适合构建器的格式
    sphinx.ext.imgmath 将数学公式渲染为 PNG 或 SVG 图像。
    sphinx.ext.inheritance_diagram 支持通过 graphviz 显示继承关系图。
    sphinx.ext.intersphinx 链接到其他 Sphinx 文档。
    sphinx.ext.jsmath 使用 JavaScript 通过 JSMath 渲染数学公式。
    sphinx.ext.linkcode 添加指向源代码的外部链接。
    sphinx.ext.mathbase imgmath 和 mathjax / jsmath 的通用数学支持。
    sphinx.ext.mathjax 使用 JavaScript 通过 MathJax 渲染数学公式。
    sphinx.ext.napoleon 支持 NumPy 和 Google 风格的文档字符串
    sphinx.ext.todo 允许在文档中插入 todo 项。
    sphinx.ext.viewcode 添加指向源代码高亮版本的链接。
 
l
latex LaTeX 特性。
 
p
sphinx.parsers
 
s
sphinxcontrib
    sphinxcontrib.applehelp
    sphinxcontrib.devhelp
    sphinxcontrib.htmlhelp
    sphinxcontrib.qthelp
 
t
sphinx.testing 用于测试的实用函数和 pytest fixtures。