aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2011-08-07 03:53:54 -0700
committerBrian Harring <ferringb@gmail.com>2011-08-07 03:53:54 -0700
commitd03ec78a0b7f6eaac7772641069f506031103c9c (patch)
treed8c1696c0dca14ab463351178e7246d2dd95935c /doc
parentcleanup links a bit (diff)
downloadsnakeoil-d03ec78a0b7f6eaac7772641069f506031103c9c.tar.gz
snakeoil-d03ec78a0b7f6eaac7772641069f506031103c9c.tar.bz2
snakeoil-d03ec78a0b7f6eaac7772641069f506031103c9c.zip
update for git move, drop more dead anchor targets
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py10
-rw-r--r--doc/index.rst12
2 files changed, 5 insertions, 17 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 856f50c9..884a9777 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -227,13 +227,7 @@ intersphinx_mapping = {'http://docs.python.org/': None}
autodoc_default_flags = ['members', 'show-inheritance', 'inherited-members'] # + ['undoc-members']
autosummary_generate = False
-extlinks = {"homepage":("http://snakeoil.googlecode.com",''),
- }
-
rst_epilog = """
-.. |home_url| replace:: http://pkgcore.org/snakeoil/
-.. |trac_url| replace:: http://pkgcore.org/trac/snakeoil/
-.. |latest_url| replace:: http://pkgcore.org/releases/snakeoil/snakeoil-%(release)s.tar.bz2
-.. |latest_url_asc| replace:: http://pkgcore.org/releases/snakeoil/snakeoil-%(release)s.tar.bz2.asc
-.. |release_url| replace:: http://pkgcore.org/releases/snakeoil/
+.. |homepage| replace:: http://snakeoil.pkgcore.org/'
+.. |release_url| replace:: http://code.google.com/p/snakeoil/downloads/
""" % {"release":release}
diff --git a/doc/index.rst b/doc/index.rst
index 5b06c551..95f32430 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -43,7 +43,7 @@ cannot find its extensions to use.
Community
---------
-Snakeoil now lives in full at :homepage:; issue tracking, wiki, groups, source, are all available from there.
+Snakeoil now lives in full at |homepage|; issue tracking, wiki, groups, source, are all available from there.
For IRC, the core developers are generally accessible for bugs/questions via `the freenode network in the #pkgcore channel <irc://freenode.net/#pkgcore>`_.
@@ -51,15 +51,9 @@ For IRC, the core developers are generally accessible for bugs/questions via `th
Getting the source (downloading releases or trunk)
--------------------------------------------------
-Snakeoil vcs of choice is `bzr <http://bazaar.canonical.com/>`_ and our main integration
-branch is located at `bzr://bzr.pkgcore.org/snakeoil`. We also have our source available
-for browsing via `loggerhead`_, although this is occasionally down (we're working on stabilizing it).
+Snakeoil vcs of choice is `git <http://git.scm.org/>`_, and our source can be checked out at https://code.google.com/p/snakeoil
-All releases are available at |release_url|\. The latest
-version is |release|, and can be downloaded from |latest_url|,
-the signing key is 0x8037554D (Brian Harring, primary author of snakeoil, key available via http://subkeys.pgp.net),
-and each release is detach-signed to .asc alongside the release. The signing for the current release is at
-|latest_url_asc|.
+All releases are available at |release_url|\.
As for dependencies, snakeoil basically just requires python2.4 and up.