2008-03-09 16:32:24 -05:00
|
|
|
<h3>Download</h3>
|
2008-11-02 16:52:49 -06:00
|
|
|
{% if version.endswith('(hg)') %}
|
2008-09-06 15:18:48 -05:00
|
|
|
<p>This documentation is for version <b>{{ version }}</b>, which is
|
|
|
|
not released yet.</p>
|
2008-11-02 16:52:49 -06:00
|
|
|
<p>You can use it from the
|
|
|
|
<a href="http://bitbucket.org/birkenfeld/sphinx/">Mercurial repo</a> or look for
|
2008-09-06 15:18:48 -05:00
|
|
|
released versions in the <a href="http://pypi.python.org/pypi/Sphinx">Python
|
|
|
|
Package Index</a>.</p>
|
|
|
|
{% else %}
|
2008-04-27 15:13:56 -05:00
|
|
|
<p>Current version: <b>{{ version }}</b></p>
|
2008-03-09 16:32:24 -05:00
|
|
|
<p>Get Sphinx from the <a href="http://pypi.python.org/pypi/Sphinx">Python Package
|
2008-03-21 12:28:37 -05:00
|
|
|
Index</a>, or install it with:</p>
|
2008-11-27 11:26:24 -06:00
|
|
|
<pre>easy_install -U Sphinx</pre>
|
2008-09-06 15:18:48 -05:00
|
|
|
{% endif %}
|
2008-03-09 16:32:24 -05:00
|
|
|
|
|
|
|
<h3>Questions? Suggestions?</h3>
|
|
|
|
|
2008-03-28 08:04:05 -05:00
|
|
|
<p>Join the <a href="http://groups.google.com/group/sphinx-dev">Google group</a>:</p>
|
2008-09-06 15:18:48 -05:00
|
|
|
<form action="http://groups.google.com/group/sphinx-dev/boxsubscribe"
|
|
|
|
style="padding-left: 1em">
|
2008-03-28 08:04:05 -05:00
|
|
|
<input type="text" name="email" value="your@email"/>
|
|
|
|
<input type="submit" name="sub" value="Subscribe" />
|
|
|
|
</form>
|
|
|
|
<p>or come to the <tt>#python-docs</tt> channel on FreeNode.</p>
|
2008-09-12 11:07:13 -05:00
|
|
|
<p>You can also open an issue at the
|
2008-11-16 02:05:07 -06:00
|
|
|
<a href="http://www.bitbucket.org/birkenfeld/sphinx/issues/">tracker</a>.</p>
|