Creating the proper sphinx docs that can be used for documentation will help build the proper API docs, as well as usage docs for a MAN page (since Sphinx does support that).
Some helpful packages:
sphinx_autodoc_typehints
myst_parser
sphinx_rtd_theme
Need to look up a proper Click parser extension that can auto-document the usage
Creating the proper sphinx docs that can be used for documentation will help build the proper API docs, as well as usage docs for a MAN page (since Sphinx does support that).
Some helpful packages:
sphinx_autodoc_typehintsmyst_parsersphinx_rtd_themeNeed to look up a proper Click parser extension that can auto-document the usage