summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwiggin15 <wiggin15@yahoo.com>2013-04-19 19:38:18 +0300
committerwiggin15 <wiggin15@yahoo.com>2013-04-21 11:19:44 +0300
commit7a4a0d33776aac7dbc134a38447340b215abb36a (patch)
tree8107d5da9bbba74aff0b82abf5eb07bff8978276 /doc
parentf59cda79adc4dfa87c40a3f7939e21533caab186 (diff)
downloadnose-7a4a0d33776aac7dbc134a38447340b215abb36a.tar.gz
Change links on docs sidebar
* Remved "Older Versions" section that contained broken links * Fixed link to pytest * Fixed "Current Version" link to pypi to link to current version * Removed link to old and unused announcement mailing list This fixes #374
Diffstat (limited to 'doc')
-rw-r--r--doc/.templates/indexsidebar.html16
1 files changed, 2 insertions, 14 deletions
diff --git a/doc/.templates/indexsidebar.html b/doc/.templates/indexsidebar.html
index 244be55..bbe9ea2 100644
--- a/doc/.templates/indexsidebar.html
+++ b/doc/.templates/indexsidebar.html
@@ -1,6 +1,6 @@
<h3><a href="http://pypi.python.org/pypi/nose/">Download</a></h3>
<ul>
- <li><a href="http://pypi.python.org/pypi/nose/">
+ <li><a href="http://pypi.python.org/pypi/nose/{{ release }}">
Current version: {{ release }}</a>
</li>
</ul>
@@ -16,11 +16,6 @@
<h3>Community</h3>
<ul>
- <li><a href="http://groups.google.com/group/nose-announce">
- Announcement list</a>
- <ul><li>Sign up to receive email announcements
- of new releases</li></ul>
- </li>
<li><a href="http://groups.google.com/group/nose-users">
Users' discussion list</a>
<ul><li>Talk about using nose. Get help. Give help!</li></ul>
@@ -39,7 +34,7 @@
<h3>Other links</h3>
<ul>
<li>
- <a href="http://codespeak.net/py/current/doc/test.html">py.test</a>
+ <a href="http://pytest.org">pytest</a>
</li>
<li>
<a href="http://peak.telecommunity.com/DevCenter/setuptools">
@@ -47,10 +42,3 @@
</li>
</ul>
-<h3>Older versions</h3>
-<ul>
- <li><a href="../0.10.4/">nose 0.10, the previous major
- release.</a></li>
- <li><a href="../0.9.3/">nose 0.9.3, a very old version that you
- shouldn't use.</a></li>
-</ul>