docs: use sphinx arg parser extension to document args
This commit is contained in:
@@ -33,6 +33,10 @@ extensions = [
|
|||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
if 1:
|
||||||
|
extensions += ['sphinxarg.ext']
|
||||||
|
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "client", "cli"))
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
||||||
|
@@ -3,5 +3,7 @@ Client Reference
|
|||||||
|
|
||||||
Here is a reference of all the BAM cli commands.
|
Here is a reference of all the BAM cli commands.
|
||||||
|
|
||||||
bam init
|
.. argparse::
|
||||||
Initializes a Project. Available in a few variations.
|
:module: bam
|
||||||
|
:func: create_argparse
|
||||||
|
:prog: bam
|
||||||
|
Reference in New Issue
Block a user