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
click
to create your command line application. - Module
sphinxcontrib.autoprogram
- An equivalent library for use with
argparse
.