|
- Sphinx — Sphinx documentation
Sphinx ¶ Create intelligent and beautiful documentation with ease 📝 Rich Text Formatting Author in reStructuredText or MyST Markdown to create highly structured technical documents, including tables, highlighted code blocks, mathematical notations, and more
- Getting started — Sphinx documentation
Sphinx is a documentation generator or a tool that translates a set of plain text source files into various output formats, automatically producing cross-references, indices, etc
- Installing Sphinx — Sphinx documentation
You can install Sphinx directly from a clone of the Git repository This can be done either by cloning the repo and installing from the local clone, on simply installing directly via git
- Automatic documentation generation from code - Sphinx doc
While using sphinx ext autodoc makes keeping the code and the documentation in sync much easier, it still requires you to write an auto* directive for every object you want to document
- Sphinx documentation contents
Sphinx documentation contents The Basics Installing Sphinx PyPI package Conda package OS-specific package manager Linux macOS Windows Docker Installation of the latest development release Installation from source Getting started Setting up the documentation sources Defining document structure Adding content Running the build Documenting objects
- reStructuredText Primer — Sphinx documentation
reStructuredText is the default plaintext markup language used by Sphinx This section is a brief introduction to reStructuredText (reST) concepts and syntax, intended to provide authors with enough information to author documents productively
- Cross-references — Sphinx documentation
One of Sphinx’s most useful features is creating automatic cross-references through semantic cross-referencing roles A cross reference to an object description, such as :func:`spam`, will create a link to the place where spam() is documented, appropriate to each output format (HTML, PDF, ePUB, etc )
- Sphinxを使う — Sphinx documentation
このガイドでは、Sphinxを使用する方法を説明し、Sphinxのインストール、最初のSphinxプロジェクトの設定から、Sphinxが提供するいくつかの高度な機能の使用までを網羅しています。
|
|
|