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
12
12
[ pypa-build] ( https://pypa-build.readthedocs.io/en/latest/#python-m-build ) and
13
13
[ mdpo] ( https://mondeja.github.io/mdpo/latest/cli.html ) .
14
14
15
- ## installation
15
+ ## Installation
16
16
17
17
``` bash
18
18
python -m pip install sphinx-argparse-cli
19
19
```
20
20
21
- [ README.md] ( README.md )
22
-
23
- ## enable in your ` conf.py `
21
+ ## Enable in ` conf.py `
24
22
25
23
``` python
26
24
# 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:
96
94
- To distinguish between mixed case flags ` -a ` and ` -A ` use `` :ref:`_sample_program--a` `` and
97
95
`` :ref:`_sample_program--_a` `` respectively
98
96
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
100
98
off to maintain mixed-case anchors in your output HTML; but be aware that later enabling it will change your anchors in
101
99
the output HTML.
You can’t perform that action at this time.
0 commit comments