Reindent code.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 28 Feb 2016 15:19:41 +0200
changeset 1930 830777b3bb5d
parent 1929 3ce74b5f43c9
child 1931 b51f9bba0709
Reindent code.
python.rst
--- a/python.rst	Sun Feb 28 14:50:39 2016 +0200
+++ b/python.rst	Sun Feb 28 15:19:41 2016 +0200
@@ -31,26 +31,25 @@
   $ python setup.py install --record files.txt
   $ rm `cat files.txt`
 
+..
+
   http://peak.telecommunity.com/DevCenter/EasyInstall#uninstalling-packages
-                Uninstalling Packages
+    Uninstalling Packages
 
 Generate documentation from Python sources.
 ===========================================
 
-Generate documentation from Python sources by pydoc.
-----------------------------------------------------
-::
+Generate documentation from Python sources by pydoc::
 
   $ mkdir html
   $ cd html
   $ pydoc -w ../
 
-Generate documentation from Python sources by epydoc.
------------------------------------------------------
+Generate documentation from Python sources by epydoc::
 
-Generate documentation from Python sources by Sphinx.
------------------------------------------------------
-::
+  TODO
+
+Generate documentation from Python sources by Sphinx::
 
   $ sudo apt-get install python-sphinx
   $ sudo apt-get install rst2pdf
@@ -83,13 +82,13 @@
 See:
 
   http://docs.python.org/library/pprint.html
-                Doc page.
+    Doc page.
 
 Trace Python execution.
 =======================
 
   http://python-ptrace.hachoir.org/trac
-                python-ptrace by Victor Stinner
+    python-ptrace by Victor Stinner
   http://subterfugue.org/
-                subterfugue
+    subterfugue