You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project with a number of command line tools implemented as static methods and class methods. It seems, however, not possible to tell sphinx-argparse how to access these parsers.
I have a project with a number of command line tools implemented as static methods and class methods. It seems, however, not possible to tell
sphinx-argparse
how to access these parsers.Simplified example:
If we have a module
cli.py
None of the ways I think could generate documentation for this seem to work.
One way:
produces the error:
Another way:
produces the error
Would it be possible to make this work somehow? Perhaps an additional directive is needed?
The text was updated successfully, but these errors were encountered: