Documenting CLI programs
This Sphinx extension, sphinxcontrib.autoprogram
, provides an automated way to document command-line programs. It scans argparse.ArgumentParser
object, and then expands it into a set of .. program::
and .. option::
directives.
Linter | Message | Location |
---|---|---|
inputs-should-be-native Identify inputs that should be native inputs | 'python-sphinx' should probably be a native input |
|