sphinx-doc / sphinx-argparse

A Sphinx extension to automatically document argparse commands and options
https://sphinx-argparse.readthedocs.org/
MIT License
32 stars 25 forks source link

Format output as a table #63

Open gregmolskow-udri opened 1 month ago

gregmolskow-udri commented 1 month ago

I was wondering if it would be possible to add the option to format the argparse summary as a table such that the table contains the following or similar:

argument default type help/description
-- arg "" str An example argument

I like the current output, however, some projects I am working on have a lot of arguments and being able to output in a table format would clean up the documentation greatly.