`sphinx-argparse`
=================

`sphinx-argparse` is an extension for sphinx that allows for easy generation of documentation for command line tools using the python argparse library.



.. toctree::
   :maxdepth: 2

   install
   usage
   extend
   sample
   misc
   markdown
   changelog
   contrib



References
==========

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

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