From 685052fc7b8e7c70fc524098e45f0c1052c5eaec Mon Sep 17 00:00:00 2001 From: Jaime Marquínez Ferrándiz Date: Sat, 15 Mar 2014 19:08:09 +0100 Subject: Add initial sphinx docs With an initial guide for using youtube_dl from python programs. --- docs/index.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') 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` + -- cgit 1.4.1