Skip to content

SamWilsn/docc

Repository files navigation

docc

documentation badge

The documentation compiler.

Python Quickstart

Installing

pip install docc

Configuring

Add the following to your pyproject.toml:

[tool.docc.plugins."docc.python.discover"]
paths = [ "<path to Python source>" ]

[tool.docc.output]
path = "<where to put rendered documentation>"

Building

Finally, to generate the documentation:

docc

About

Documentation generator for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published