bw2 / ConfigArgParse

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
MIT License
722 stars 121 forks source link

Add API doc generation #230

Closed tristanlatr closed 3 years ago

tristanlatr commented 3 years ago

This adds the API docs generation to the github workflow.

As well as the tox command tox -e apidocs.

See #228

tristanlatr commented 3 years ago

Hi @bw2,

If you’re OK with this API doc, I. will send a few follow up PRs that should make the output better. Mostly by adding types and links in the docstrings.

bw2 commented 3 years ago

Yes, this is awesome! Thank you for the PR!