File: install.rst

package info (click to toggle)
sphinx-argparse 0.1.15-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 216 kB
  • sloc: python: 686; makefile: 135; sh: 4
file content (15 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


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

This extension is tested on python 2.7. If you have successfully used it on any other version
of python, then add this info to this doc please (through gihtub pull reuqest).

Package is  available in the Python Package Index::

    pip install sphinx-argparse

Enable extension in your sphinx config::

    extensions += ['sphinxarg.ext']