sphinxcontrib-wiki

Assemble sections into wiki pages in sphinx documents


License
MIT
Install
pip install sphinxcontrib-wiki==0.5.0

Documentation

A Wiki extension for Sphinx

teststatus docstatus pypistatus

An extension for sphinx that allows wiki pages to be defined section by section and assembled on demand using two custom directives: wikisection, and wikipage, respectively. This is particularly useful for code documentation (although arbitrary sphinx documents can use the directives) by allowing external documentation files to be broken down to sections and placed in docstrings for corresponding portions of code.

To get started, install the package via PyPI, follow the docs and sample usage in the tests directory.