Adds local toc sections

* 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.
This commit is contained in:
Will Kahn-Greene 2011-06-13 12:31:23 -04:00
parent 03db7d6c74
commit 6729d65a32
5 changed files with 20 additions and 0 deletions

View 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.

View File

@ -4,6 +4,10 @@
Contributing HOWTO
====================
.. contents:: Sections
:local:
.. _join-the-community-section:
Join the community!

View File

@ -4,6 +4,10 @@
Design Decisions
==================
.. contents:: Sections
:local:
This chapter talks a bit about design decisions.

View 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:

View File

@ -4,6 +4,10 @@
Hacking HOWTO
===============
.. contents:: Sections
:local:
So you want to hack on GNU MediaGoblin?
=======================================