Adds local toc sections
authorWill Kahn-Greene <willg@bluesock.org>
Mon, 13 Jun 2011 16:31:23 +0000 (12:31 -0400)
committerWill Kahn-Greene <willg@bluesock.org>
Mon, 13 Jun 2011 16:31:23 +0000 (12:31 -0400)
* Some of our chapters are pretty long and this should make it much
  easier for a user to find what they're looking for and jumping
  to it.  It's easier to read the section toc at the top of the
  chapter, than it is to read it in the sidebar.

docs/codebase.rst
docs/contributinghowto.rst
docs/designdecisions.rst
docs/git.rst
docs/hackinghowto.rst

index 4f5f215f52e989fdfd2aa7c9edaaf1fce09b8ac0..898eadfe74d47fcfbe3fa9dcf556556cac8c5936 100644 (file)
@@ -4,6 +4,10 @@
  Codebase Documentation
 ========================
 
+.. contents:: Sections
+   :local:
+
+
 This chapter covers the libraries that GNU MediaGoblin uses as well as
 various recipes for getting things done.
 
index e980a5e07a44a14293a9b716164f11b524809382..06d2814efbfe18a5479672dd3c02fc71e014eda8 100644 (file)
@@ -4,6 +4,10 @@
  Contributing HOWTO
 ====================
 
+.. contents:: Sections
+   :local:
+
+
 .. _join-the-community-section:
 
 Join the community!
index 50dfe3e850f64c4a616bcb9a068a422e9ecf8d6b..afa1e26b2a1b335440bd4a4d2b661748a1c8f5b0 100644 (file)
@@ -4,6 +4,10 @@
  Design Decisions
 ==================
 
+.. contents:: Sections
+   :local:
+
+
 This chapter talks a bit about design decisions.
 
 
index 6421e09311c881ec75c4803b67c6284938855e1c..8eb038b2f08a776ab316c226aa5db10cbb432a95 100644 (file)
@@ -2,6 +2,10 @@
  Git, Cloning and Patches
 ==========================
 
+.. contents:: Sections
+   :local:
+
+
 GNU MediaGoblin uses git for all our version control and we have the
 repositories hosted on `Gitorious <http://gitorious.org/>`_.  We have
 two repositories:
index a9aadb622676845c5f671ebd7344da1b05e8c68a..d8bb9330ed8ffb8ddda13a21d4720d54d099d578 100644 (file)
@@ -4,6 +4,10 @@
  Hacking HOWTO
 ===============
 
+.. contents:: Sections
+   :local:
+
+
 So you want to hack on GNU MediaGoblin?
 =======================================