aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-19 21:38:00 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-19 21:38:00 +0200
commit9cc311ca5376bfcbcacf7ac492f5958acfac0682 (patch)
tree451b076d21bbaa477c901b83d325d7360be2cd67 /docs
parenta7fe15b99d64904855ba2bd3649b1a3642824a75 (diff)
downloadyoutube-podcaster-9cc311ca5376bfcbcacf7ac492f5958acfac0682.tar.gz
youtube-podcaster-9cc311ca5376bfcbcacf7ac492f5958acfac0682.tar.bz2
youtube-podcaster-9cc311ca5376bfcbcacf7ac492f5958acfac0682.zip
Added commandline options and config file
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst27
1 files changed, 1 insertions, 26 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 62a305d..73e63f8 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,29 +1,4 @@
1================= 1.. include:: ../README.rst
2youtube-podcaster
3=================
4
5This is the documentation of **youtube-podcaster**.
6
7.. note::
8
9 This is the main page of your project's `Sphinx <http://sphinx-doc.org/>`_
10 documentation. It is formatted in `reStructuredText
11 <http://sphinx-doc.org/rest.html>`__. Add additional pages by creating
12 rst-files in ``docs`` and adding them to the `toctree
13 <http://sphinx-doc.org/markup/toctree.html>`_ below. Use then
14 `references <http://sphinx-doc.org/markup/inline.html>`__ in order to link
15 them from this page, e.g. :ref:`authors <authors>` and :ref:`changes`.
16 It is also possible to refer to the documentation of other Python packages
17 with the `Python domain syntax
18 <http://sphinx-doc.org/domains.html#the-python-domain>`__. By default you
19 can reference the documentation of `Sphinx <http://sphinx.pocoo.org>`__,
20 `Python <http://docs.python.org/>`__, `matplotlib
21 <http://matplotlib.sourceforge.net>`__, `NumPy
22 <http://docs.scipy.org/doc/numpy>`__, `Scikit-Learn
23 <http://scikit-learn.org/stable>`__, `Pandas
24 <http://pandas.pydata.org/pandas-docs/stable>`__, `SciPy
25 <http://docs.scipy.org/doc/scipy/reference/>`__. You can add more by
26 extending the ``intersphinx_mapping`` in your Sphinx's ``conf.py``.
27 2
28Contents 3Contents
29======== 4========