diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-06-13 12:31:23 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-06-13 12:31:23 -0400 |
commit | 6729d65a3246208b658a3780c7fd62e20c666aa0 (patch) | |
tree | 8642a2b4d44a733c79810835a9a24812c5a44d5a /docs/hackinghowto.rst | |
parent | 03db7d6c7416010a8eadecf93037ea398e6e07db (diff) | |
download | mediagoblin-6729d65a3246208b658a3780c7fd62e20c666aa0.tar.lz mediagoblin-6729d65a3246208b658a3780c7fd62e20c666aa0.tar.xz mediagoblin-6729d65a3246208b658a3780c7fd62e20c666aa0.zip |
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.
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r-- | docs/hackinghowto.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index a9aadb62..d8bb9330 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -4,6 +4,10 @@ Hacking HOWTO =============== +.. contents:: Sections + :local: + + So you want to hack on GNU MediaGoblin? ======================================= |