From 7bfca5efce8988e6070e7284bd409d1a731a3fbc Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sat, 20 Mar 2010 11:45:58 -0400 Subject: Many small doc changes pulled in from the 0.1.7RC branch. --- doc/Makefile | 2 +- doc/conf.py | 6 +++--- doc/intro.rst | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index dbc6dec2..0cf0f75c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -w errors.txt SPHINXBUILD = sphinx-build PAPER = diff --git a/doc/conf.py b/doc/conf.py index 42200b8c..6205cbed 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,9 +50,9 @@ copyright = u'Copyright (C) 2008-2010 Michael Trier and contributors' # built documents. # # The short X.Y version. -version = '0.1.6' +version = '0.1.7' # The full version, including alpha/beta/rc tags. -release = '0.1.6' +release = '0.1.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -116,7 +116,7 @@ html_style = 'default.css' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['static'] +#html_static_path = ['static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/doc/intro.rst b/doc/intro.rst index 555bc4c5..c99e5a4c 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -20,7 +20,7 @@ Requirements .. _Git: http://git-scm.com/ .. _Python Nose: http://code.google.com/p/python-nose/ -.. _Mock by Michael Foord: http://www.voidspace.org.uk/python/mock.html +.. _Mock by Michael Foord: http://www.voidspace.org.uk/python/mock/ Installing GitPython ==================== @@ -40,7 +40,7 @@ here: * `setuptools`_ * `install setuptools `_ -* `pypi `_ +* `pypi `_ .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools @@ -69,7 +69,7 @@ Source Code GitPython's git repo is available on Gitorious, which can be browsed at: -http://gitorious.org/projects/git-python/ +http://gitorious.org/git-python and cloned from: -- cgit v1.2.1