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