diff options
Diffstat (limited to 'third_party/python/dlmanager/doc/index.rst')
-rw-r--r-- | third_party/python/dlmanager/doc/index.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/third_party/python/dlmanager/doc/index.rst b/third_party/python/dlmanager/doc/index.rst new file mode 100644 index 0000000000..c585e573ad --- /dev/null +++ b/third_party/python/dlmanager/doc/index.rst @@ -0,0 +1,26 @@ +.. dlmanager documentation master file, created by + sphinx-quickstart on Fri Feb 19 11:22:21 2016. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to dlmanager's documentation! +===================================== + +**dlmanager** is a Python 2 and 3 download manager library. It is hosted +`on github <https://github.com/parkouss/dlmanager>`_. + +Contents: + +.. toctree:: + :maxdepth: 2 + + api + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |