Update repo location.

This commit is contained in:
Georg Brandl
2008-11-02 23:52:49 +01:00
parent 7de0061d80
commit 96caeae56d
3 changed files with 6 additions and 6 deletions

View File

@@ -74,7 +74,7 @@
package on the <a href="http://pypi.python.org/pypi/Sphinx">Python Package
Index</a>.
</p>
<p>The code can be found on the Python SVN server, under
<tt>http://svn.python.org/projects/doctools</tt>.</p>
<p>The code can be found in a Mercurial repository, at
<tt>http://bitbucket.org/birkenfeld/sphinx/</tt>.</p>
{% endblock %}

View File

@@ -1,9 +1,9 @@
<h3>Download</h3>
{% if version.endswith('(SVN)') %}
{% if version.endswith('(hg)') %}
<p>This documentation is for version <b>{{ version }}</b>, which is
not released yet.</p>
<p>You can check it out from
<a href="http://svn.python.org/projects/doctools">Subversion</a> or look for
<p>You can use it from the
<a href="http://bitbucket.org/birkenfeld/sphinx/">Mercurial repo</a> or look for
released versions in the <a href="http://pypi.python.org/pypi/Sphinx">Python
Package Index</a>.</p>
{% else %}

View File

@@ -21,7 +21,7 @@ from sphinx.util.console import darkred, nocolor, color_terminal
__revision__ = '$Revision$'
__version__ = '0.5'
__released__ = '0.5 (SVN)'
__released__ = '0.5 (hg)'
def usage(argv, msg=None):