Release v3.0.3 (What’s new?).
Welcome to docfly Documentation¶
docfly is a utility tool that simplifies Sphinx documentation creation by automating repetitive tasks.
Key Features
Automatic API Reference Generation: Creates comprehensive .rst files for your entire package structure
Automatic Table of Contents: Generates and maintains toctree directives that stay in sync with your folder structure
Multi-Language Support: Simplifies creating documentation in multiple languages
Jupyter Notebook Integration: Seamlessly incorporates Jupyter notebooks into your documentation
Install¶
docfly is released on PyPI, so all you need is:
$ pip install docfly
To upgrade to latest version:
$ pip install --upgrade docfly