We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3205c commit 13d42ebCopy full SHA for 13d42eb
docs/index.rst
@@ -8,7 +8,6 @@
8
.. toctree::
9
:maxdepth: 2
10
11
- install
12
usage
13
extend
14
sample
@@ -18,6 +17,23 @@
18
17
contrib
19
20
+Installation
21
+------------
22
+
23
+This extension is tested on python 2.7 and 3.3+.
24
25
+The package is available in the Python Package Index::
26
27
+ pip install sphinx-argparse
28
29
+And also in conda-forge::
30
31
+ mamba -c conda-forge install sphinx-argparse
32
33
+Enable the extension in your sphinx config::
34
35
+ extensions += ['sphinxarg.ext']
36
37
38
References
39
==========
docs/install.rst
0 commit comments