bc77667c96
No functional changes. Project is Python 3.7+ and now testing on 3.10 and 3.11 Changelog: https://github.com/sphinx-contrib/autoprogram/compare/0.1.7...0.1.8 PR: 269692 Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38729
3 lines
219 B
Text
3 lines
219 B
Text
This contrib extension, sphinxcontrib.autoprogram, provides an automated
|
|
way to document CLI programs. It scans argparse.ArgumentParser object,
|
|
and then expands it into a set of .. program:: and .. option:: directives.
|