This commit is contained in:
Kenneth Reitz
2012-09-03 04:05:45 -04:00
parent 6c8e7dece3
commit 187087ac8e
6 changed files with 362 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'pythonguide'
copyright = u'2012. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project. <a href="http://creativecommons.org/licenses/by-sa/3.0/"> Creative Commons Share-Alike 3.0</a>.'
copyright = u'2012. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project. <a href="http://creativecommons.org/licenses/by-sa/3.0/"> Creative Commons Share-Alike 3.0</a>'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
View File
View File
+1
View File
@@ -14,4 +14,5 @@ Let's focus on why.
.. include:: contents.rst.inc
View File