aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2011-08-07 03:44:10 -0700
committerBrian Harring <ferringb@gmail.com>2011-08-07 03:44:10 -0700
commitb13365a69af54fe3ef853ab88e336aa666cd6fa7 (patch)
treef896ac276208896f4ec72a14dff6950da4489b75 /doc
parentintegrate in doc generation into setup.py (diff)
downloadsnakeoil-b13365a69af54fe3ef853ab88e336aa666cd6fa7.tar.gz
snakeoil-b13365a69af54fe3ef853ab88e336aa666cd6fa7.tar.bz2
snakeoil-b13365a69af54fe3ef853ab88e336aa666cd6fa7.zip
cleanup links a bit
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py7
-rw-r--r--doc/index.rst3
2 files changed, 2 insertions, 8 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 9733fb5..856f50c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -227,13 +227,8 @@ intersphinx_mapping = {'http://docs.python.org/': None}
autodoc_default_flags = ['members', 'show-inheritance', 'inherited-members'] # + ['undoc-members']
autosummary_generate = False
-extlinks = {"snakeoil_home":("http://pkgcore.org/snakeoil",''),
- "snakeoil_release":("http://pkgcore.org/trac/snakeoil/",'trac'),
- "releases_url":("http://pkgcore.org/releases/snakeoil",''),
- "snakeoil_latest_release":("http://pkgcore.org/releases/snakeoil/snakeoil-%s.tar.bz2" % (release,),''),
+extlinks = {"homepage":("http://snakeoil.googlecode.com",''),
}
-extlinks = {'issue': ('http://bitbucket.org/birkenfeld/sphinx/issue/',
- 'issue ')}
rst_epilog = """
.. |home_url| replace:: http://pkgcore.org/snakeoil/
diff --git a/doc/index.rst b/doc/index.rst
index efa21dd..5b06c55 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -43,8 +43,7 @@ cannot find its extensions to use.
Community
---------
-We run a rather crappy trac instance at |trac_url|; bugs, wiki, etc, are available there.
-We also have a very low volume mailing list via googlegroups at http://groups.google.com/group/python-snakeoil .
+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>`_.