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

API documentation #228

Closed tristanlatr closed 3 years ago

tristanlatr commented 3 years ago

Hi @bw2,

I've generated ConfigArgParse API docs here: https://tristanlatr.github.io/ConfigArgParse/

It's not 100% complete because it's missing most of the aliases like add(), Parser class, etc (it's a know issue of pydoctor - https://github.com/twisted/pydoctor/issues/313 and https://github.com/twisted/pydoctor/issues/13), but the output it's still useful.

Tell me if you would like me to open a PR with that :)

Thanks