Python 模块索引

a | b | c | d | e | l | p | s | t
 
a
sphinx.addnodes
sphinx.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.autodoc 从文档字符串中包含文档。
    sphinx.ext.autosectionlabel 允许引用部分及其标题。
    sphinx.ext.autosummary 生成自动文档摘要
    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 通过 JSMath 使用 JavaScript 渲染数学。
    sphinx.ext.linkcode 添加指向源代码的外部链接。
    sphinx.ext.mathbase imgmath 和 mathjax / jsmath 的通用数学支持。
    sphinx.ext.mathjax 通过 MathJax 使用 JavaScript 渲染数学。
    sphinx.ext.napoleon 支持 NumPy 和 Google 风格的文档字符串
    sphinx.ext.todo 允许将待办事项插入文档。
    sphinx.ext.viewcode 添加指向源代码的突出显示版本的链接。
 
l
latex LaTeX 特性。
 
p
sphinx.parsers
 
s
sphinxcontrib
    sphinxcontrib.applehelp
    sphinxcontrib.devhelp
    sphinxcontrib.htmlhelp
    sphinxcontrib.qthelp
 
t
sphinx.testing 用于测试的实用程序函数和 pytest 固定装置。