diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-13 21:02:16 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-13 21:02:16 -0500 |
commit | 3fd659e0eb89f56b696d96b4b7aed89aacdfba4c (patch) | |
tree | 0d07ef125433d848e2dfa7b83ca195b14297cfc3 | |
parent | a68ee5556e2cf78abd1e87546f8627ec07c1f89d (diff) | |
parent | 6729d65a3246208b658a3780c7fd62e20c666aa0 (diff) | |
download | mediagoblin-3fd659e0eb89f56b696d96b4b7aed89aacdfba4c.tar.lz mediagoblin-3fd659e0eb89f56b696d96b4b7aed89aacdfba4c.tar.xz mediagoblin-3fd659e0eb89f56b696d96b4b7aed89aacdfba4c.zip |
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
-rw-r--r-- | docs/codebase.rst | 4 | ||||
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | docs/contributinghowto.rst | 4 | ||||
-rw-r--r-- | docs/designdecisions.rst | 4 | ||||
-rw-r--r-- | docs/git.rst | 4 | ||||
-rw-r--r-- | docs/hackinghowto.rst | 4 |
6 files changed, 22 insertions, 2 deletions
diff --git a/docs/codebase.rst b/docs/codebase.rst index 4f5f215f..898eadfe 100644 --- a/docs/codebase.rst +++ b/docs/codebase.rst @@ -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. diff --git a/docs/conf.py b/docs/conf.py index fedaf33c..0e75a617 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2011, Free Software Foundation, Inc and contributors' # built documents. # # The short X.Y version. -version = '0.0.1' +version = '0.0.2' # The full version, including alpha/beta/rc tags. -release = '0.0.1' +release = '0.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/contributinghowto.rst b/docs/contributinghowto.rst index e980a5e0..06d2814e 100644 --- a/docs/contributinghowto.rst +++ b/docs/contributinghowto.rst @@ -4,6 +4,10 @@ Contributing HOWTO ==================== +.. contents:: Sections + :local: + + .. _join-the-community-section: Join the community! diff --git a/docs/designdecisions.rst b/docs/designdecisions.rst index 50dfe3e8..afa1e26b 100644 --- a/docs/designdecisions.rst +++ b/docs/designdecisions.rst @@ -4,6 +4,10 @@ Design Decisions ================== +.. contents:: Sections + :local: + + This chapter talks a bit about design decisions. diff --git a/docs/git.rst b/docs/git.rst index 6421e093..8eb038b2 100644 --- a/docs/git.rst +++ b/docs/git.rst @@ -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: 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? ======================================= |