diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-24 01:42:11 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-24 01:42:11 +0100 |
commit | ce328530a9009ffb5f0f486fc5178520d972f07a (patch) | |
tree | db344b03e546b98869afb0f1147d1012efa77a9b /docs/index.rst | |
parent | f70daac108bc28383cfe5c8843f56e7d8c74eb74 (diff) | |
parent | 6e25c58ed74505f69770ee01fd762f416d7405d3 (diff) |
Merge remote-tracking branch 'origin/master'
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` + |