diff options
author | cedricbonhomme <devnull@localhost> | 2012-09-16 08:43:14 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-09-16 08:43:14 +0200 |
commit | 6481ddaed2269dfdf1d87ffa7936b2f259ad62f1 (patch) | |
tree | 46d5dc8dbb074cf2294f07dbd51bb3db68a23392 | |
parent | Added 'Launch' section to index.rst. (diff) | |
download | newspipe-6481ddaed2269dfdf1d87ffa7936b2f259ad62f1.tar.gz newspipe-6481ddaed2269dfdf1d87ffa7936b2f259ad62f1.tar.bz2 newspipe-6481ddaed2269dfdf1d87ffa7936b2f259ad62f1.zip |
Updated the documentation: index.rst file.
-rw-r--r-- | docs/index.rst | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/docs/index.rst b/docs/index.rst index 94060900..a148a4fa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -65,7 +65,7 @@ Setting Rename the file **./cfg/pyAggr3g470r.cfg-sample** to **./cfg/pyAggr3g470r.cfg**. By default you don't have to edit this file (only to configure mail notification). -Then, indicate the feeds to retrieve in the file ./var/feed.lst. One feed per line. For example : +Then, indicate the feeds to retrieve in the file **./var/feed.lst**. One feed per line. For example : .. code-block:: cfg @@ -92,8 +92,8 @@ Finally launch pyAggr3g470r in a shell: .. code-block:: bash - cd /home/cedric/pyaggr3g470r/ - pyAggr3g470r start + $ cd /home/cedric/pyaggr3g470r/ + $ pyAggr3g470r start @@ -118,12 +118,15 @@ Thank you! License ------------- +------- pyAggr3g470r_ is under GPLv3_ license. +Contact +------- +`My home page <http://cedricbonhomme.org/>`_. @@ -135,14 +138,3 @@ pyAggr3g470r_ is under GPLv3_ license. .. _CherryPy: http://cherrypy.org/ .. _BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/ .. _GPLv3: http://www.gnu.org/licenses/gpl-3.0.txt - - - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - |