Skip to content

Commit

Permalink
Merge the installation instructions into the index
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 17, 2024
1 parent 0a3205c commit 13d42eb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 17 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
.. toctree::
:maxdepth: 2

install
usage
extend
sample
Expand All @@ -18,6 +17,23 @@
contrib


Installation
------------

This extension is tested on python 2.7 and 3.3+.

The package is available in the Python Package Index::

pip install sphinx-argparse

And also in conda-forge::

mamba -c conda-forge install sphinx-argparse

Enable the extension in your sphinx config::

extensions += ['sphinxarg.ext']


References
==========
Expand Down
16 changes: 0 additions & 16 deletions docs/install.rst

This file was deleted.

0 comments on commit 13d42eb

Please sign in to comment.