File: index.rst

package info (click to toggle)
sphinx-argparse 0.1.15-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 216 kB
  • ctags: 93
  • sloc: python: 686; makefile: 135; sh: 4
file content (28 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
`sphinx-argparse`
=============================================================

`sphinx-argparse` is extension for sphinx that allows easily generate documentation
for command line tools based on argparse library.



.. toctree::
   :maxdepth: 2

   install
   usage
   extend
   sample
   contrib



References
==================

Similar projects
-------------------

 * https://pythonhosted.org/sphinxcontrib-autoprogram/ (See for comparison: https://github.com/ribozz/sphinx-argparse/issues/16)