diff options
author | shirt-dev <2660574+shirt-dev@users.noreply.github.com> | 2021-02-24 13:30:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 00:00:37 +0530 |
commit | a17417e8cad2870c597bb0bdddeff0e9ecef2ef7 (patch) | |
tree | 0e448b5d3f8fd2558d87b2e18643c0ff60f0f5ca /docs/index.rst | |
parent | 5b1ecbb327ce85538b1073888f6427a808a39952 (diff) | |
download | hypervideo-pre-a17417e8cad2870c597bb0bdddeff0e9ecef2ef7.tar.lz hypervideo-pre-a17417e8cad2870c597bb0bdddeff0e9ecef2ef7.tar.xz hypervideo-pre-a17417e8cad2870c597bb0bdddeff0e9ecef2ef7.zip |
Readthedocs support (#107)
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/index.rst b/docs/index.rst deleted file mode 100644 index afa26fef1..000000000 --- a/docs/index.rst +++ /dev/null @@ -1,23 +0,0 @@ -Welcome to youtube-dlc's documentation! -====================================== - -*youtube-dlc* 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-dlc* from Python programs. - -.. toctree:: - :maxdepth: 2 - - module_guide - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - |