Skip to content

Commit 9bf88c7

Browse files
committed
Fix readme
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 6cb92ec commit 9bf88c7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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
1818
python -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
10098
off to maintain mixed-case anchors in your output HTML; but be aware that later enabling it will change your anchors in
10199
the output HTML.

0 commit comments

Comments
 (0)