[Python-checkins] devguide: Make spacing between sections consistent on home page.

chris.jerdonek python-checkins at python.org
Mon Nov 19 21:44:27 CET 2012


http://hg.python.org/devguide/rev/b7533ef05fb0
changeset:   572:b7533ef05fb0
user:        Chris Jerdonek <chris.jerdonek at gmail.com>
date:        Mon Nov 19 12:43:28 2012 -0800
summary:
  Make spacing between sections consistent on home page.

files:
  index.rst |  6 +++++-
  1 files changed, 5 insertions(+), 1 deletions(-)


diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -7,6 +7,7 @@
 :ref:`maintained <helping-with-the-developers-guide>` by the same community
 that maintains Python.  We welcome your contributions to Python!
 
+
 Quick Start
 -----------
 
@@ -105,6 +106,7 @@
 
 Also refer to :ref:`suggesting-changes` in the FAQ.
 
+
 Other Interpreter Implementations
 ---------------------------------
 
@@ -150,6 +152,7 @@
 * :doc:`faq`
 * :doc:`developers`
 
+
 Additional Resources
 --------------------
 
@@ -166,6 +169,7 @@
 
 * :ref:`Search this guide <search>`
 
+
 .. _contents:
 
 Full Table of Contents
@@ -200,6 +204,7 @@
    compiler
    faq
 
+
 .. _Buildbot status: http://python.org/dev/buildbot/
 .. _Firefox search engine plug-in: http://www.python.org/dev/searchplugin/
 .. _Misc directory: http://hg.python.org/cpython/file/default/Misc
@@ -212,4 +217,3 @@
 .. _IronPython: http://ironpython.net/
 .. _Stackless: http://www.stackless.com/
 .. _Issue tracker: http://bugs.python.org/
-

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list