diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-24 00:50:32 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-24 00:50:32 +0100 |
commit | 6e25c58ed74505f69770ee01fd762f416d7405d3 (patch) | |
tree | d3653771e9e25c8f7b153a5451df789015df52e3 /docs/index.rst | |
parent | 07cec9776e1be97370fb905f00a0518e7f4c6b17 (diff) | |
parent | 685052fc7b8e7c70fc524098e45f0c1052c5eaec (diff) |
Merge pull request #2567 from jaimeMF/sphinx-docs
Add initial sphinx docs
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 000000000..b746ff95b --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,23 @@ +Welcome to youtube-dl's documentation! +====================================== + +*youtube-dl* is a command-line program to download videos from YouTube.com and more sites. +It can also be used in Python code. + +Developer guide +--------------- + +This section contains information for using *youtube-dl* from Python programs. + +.. toctree:: + :maxdepth: 2 + + module_guide + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |