| | |
|
a | |
|
sphinx.addnodes |
|
|
sphinx.application |
應用程式類別與擴充介面。 |
| | |
|
b | |
 |
sphinx.builders |
可用的內建 builder 類別。 |
|
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 |
從 docstring 包含文件。 |
|
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 |
將圖片轉換為適合 builder 的格式 |
|
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 風格的 docstring |
|
sphinx.ext.todo |
允許在文件中插入 todo 項目。 |
|
sphinx.ext.viewcode |
新增連結到原始碼的 highlight 版本。 |
| | |
|
l | |
|
latex |
LaTeX 細節。 |
| | |
|
p | |
|
sphinx.parsers |
|
| | |
|
s | |
 |
sphinxcontrib |
|
|
sphinxcontrib.applehelp |
|
|
sphinxcontrib.devhelp |
|
|
sphinxcontrib.htmlhelp |
|
|
sphinxcontrib.qthelp |
|
| | |
|
t | |
|
sphinx.testing |
用於測試的公用程式函式和 pytest fixtures。 |