sphinx-argparse icon indicating copy to clipboard operation
sphinx-argparse copied to clipboard

Sphinx extension that automatically document argparse commands and options

Results 24 sphinx-argparse issues
Sort by recently updated
recently updated
newest added

When building docs with an `sphinx-argparse` directive, the following error occurs. ```python [...] File "/home/francis/dev/miniconda/envs/weaver-py3/lib/python3.7/site-packages/sphinxarg/ext.py", line 474, in run exec(code, mod) File "../weaver/cli.py", line 28, in from weaver.typedefs import CWL,...

# Motivation I found the URL hash property of the rendered action group tittle could be repeat conflict in one page. The following is a pseudo example to reproduce: ```markdown...

# Summary Builds have to be run from one specific directory, making it impossible to support both `python -m sphinx -T -b html -d _build/doctrees -D language=en . $output` from...

So far, shphinxarg only has support for reading/importing Argparse instances from global variables/attributes within a module. However, there are use cases where Argparse is used inside classes of a module,...