sphinx-clickΒΆ
sphinx-click is a Sphinx plugin that allows you to
automatically extract documentation from a click-based application and
include it in your docs.
See also
- Module
click - This extension assumes you are using
clickto create your command line application. - Module
sphinxcontrib.autoprogram - An equivalent library for use with
argparse.