aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2011-08-07 18:41:54 -0700
committerBrian Harring <ferringb@gmail.com>2011-08-07 18:41:54 -0700
commit98629f850a8965f03dafe3cccf5b0d4deaf3dedb (patch)
tree7ccd81f5fae9e4878865d2673a63232b41480069 /doc
parentadd the changes builder (reliant on versioning markers), tweak clean target t... (diff)
downloadsnakeoil-98629f850a8965f03dafe3cccf5b0d4deaf3dedb.tar.gz
snakeoil-98629f850a8965f03dafe3cccf5b0d4deaf3dedb.tar.bz2
snakeoil-98629f850a8965f03dafe3cccf5b0d4deaf3dedb.zip
fixup a few more broken links
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
-rw-r--r--doc/index.rst4
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 884a977..499c00e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -228,6 +228,6 @@ autodoc_default_flags = ['members', 'show-inheritance', 'inherited-members'] # +
autosummary_generate = False
rst_epilog = """
-.. |homepage| replace:: http://snakeoil.pkgcore.org/'
+.. |homepage| replace:: http://snakeoil.googlecode.com/'
.. |release_url| replace:: http://code.google.com/p/snakeoil/downloads/
""" % {"release":release}
diff --git a/doc/index.rst b/doc/index.rst
index 95f3243..d808235 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -17,7 +17,7 @@ Snakeoil's naming was chosen partially as a python analog of `liboil <http://lib
on the common meaning of `Snake Oil <http://en.wikipedia.org/wiki/Snake_oil>`_; specifically
a supposed miracle cure that has no affect. To be clear, this package `does` have some
very powerful functionality and optimizations available, and its usage is well known to speed
-things up: the `pkgcore <http://pkgcore.org/trac/pkgcore>`_ package manager from which this
+things up: the `pkgcore <http://pkgcore.googlecode.com>`_ package manager from which this
library was derived, makes heavy usage of these optimizations- further in a simple test usage
of :py:class:`snakeoil.caching.WeakInstMeta` to `portage <http://www.gentoo.org/proj/en/portage/>`_'s Atom class,
``emerge -ep system`` was sped up by 7% with a 20% memory reduction- specifically via just adding
@@ -150,8 +150,6 @@ cloning documentation from preexisting sources. If interested, :py:mod:`snakeoi
good place to start reading.
-.. _loggerhead: http://pkgcore.org:8080/snakeoil/files
-
General Contents:
=================