summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-01-30 00:17:58 -0800
committerSteve Piercy <web@stevepiercy.com>2016-01-30 00:17:58 -0800
commitf18c3f61d3937ffbdd76cd8cb969ee43da268b26 (patch)
treec84dad4f1d57e1205211514d82db3824515558a6
parentba616f4c5d0404e3fb5e4384053259adba643ad1 (diff)
parent8d2a2b967ff912aa0b8e74128cf2b5473d6db44a (diff)
downloadpyramid-f18c3f61d3937ffbdd76cd8cb969ee43da268b26.tar.gz
pyramid-f18c3f61d3937ffbdd76cd8cb969ee43da268b26.tar.bz2
pyramid-f18c3f61d3937ffbdd76cd8cb969ee43da268b26.zip
Merge pull request #2313 from stevepiercy/master
fix heading under/overlines for rst syntax
-rw-r--r--docs/tutorials/wiki/design.rst4
-rw-r--r--docs/tutorials/wiki2/design.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/wiki/design.rst b/docs/tutorials/wiki/design.rst
index 49c30d29a..46c2a2f30 100644
--- a/docs/tutorials/wiki/design.rst
+++ b/docs/tutorials/wiki/design.rst
@@ -1,6 +1,6 @@
-==========
+======
Design
-==========
+======
Following is a quick overview of the design of our wiki application, to help
us understand the changes that we will be making as we work through the
diff --git a/docs/tutorials/wiki2/design.rst b/docs/tutorials/wiki2/design.rst
index e9f361e7d..52f2ce7a5 100644
--- a/docs/tutorials/wiki2/design.rst
+++ b/docs/tutorials/wiki2/design.rst
@@ -1,6 +1,6 @@
-==========
+======
Design
-==========
+======
Following is a quick overview of the design of our wiki application, to help
us understand the changes that we will be making as we work through the