File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,13 @@ Render CLI arguments (sub-commands friendly) defined by the argparse module. For
1212[ pypa-build] ( https://pypa-build.readthedocs.io/en/latest/#python-m-build ) and
1313[ mdpo] ( https://mondeja.github.io/mdpo/latest/cli.html ) .
1414
15- ## installation
15+ ## Installation
1616
1717``` bash
1818python -m pip install sphinx-argparse-cli
1919```
2020
21- [ README.md] ( README.md )
22-
23- ## enable in your ` conf.py `
21+ ## Enable in ` conf.py `
2422
2523``` python
2624# just add it to your list of extensions to load within conf.py
@@ -96,6 +94,6 @@ their lower-case counterpart and prefixed with an `_`. For example:
9694- To distinguish between mixed case flags ` -a ` and ` -A ` use `` :ref:`_sample_program--a` `` and
9795 `` :ref:`_sample_program--_a` `` respectively
9896
99- Note that if you are _ not_ concernced about using internal Sphinx ` :ref: ` cross-references, you may choose to leave this
97+ Note that if you are _ not_ concerned about using internal Sphinx ` :ref: ` cross-references, you may choose to leave this
10098off to maintain mixed-case anchors in your output HTML; but be aware that later enabling it will change your anchors in
10199the output HTML.
You can’t perform that action at this time.
0 commit comments