2013-01-18 23:17:11 +01:00
|
|
|
<p class="logo">A <a href="http://pocoo.org/">
|
2014-02-05 15:06:59 +01:00
|
|
|
<img src="{{ pathto("_static/pocoo.png", 1) }}" alt="Pocoo" /></a>
|
|
|
|
|
{%trans%}project{%endtrans%}</p>
|
2010-10-18 18:06:02 +02:00
|
|
|
|
2008-03-09 21:32:24 +00:00
|
|
|
<h3>Download</h3>
|
2014-09-22 09:58:09 +02:00
|
|
|
{% if version.endswith('a0') %}
|
2013-03-10 22:07:31 +09:00
|
|
|
<p>{%trans%}This documentation is for version <b>{{ version }}</b>, which is
|
|
|
|
|
not released yet.{%endtrans%}</p>
|
|
|
|
|
<p>{%trans%}You can use it from the
|
2015-01-02 13:49:38 +01:00
|
|
|
<a href="https://github.com/sphinx-doc/sphinx/">Git repo</a> or look for
|
2015-02-28 01:10:03 +09:00
|
|
|
released versions in the <a href="https://pypi.python.org/pypi/Sphinx">Python
|
2013-03-10 22:07:31 +09:00
|
|
|
Package Index</a>.{%endtrans%}</p>
|
2008-09-06 20:18:48 +00:00
|
|
|
{% else %}
|
2013-03-10 22:07:31 +09:00
|
|
|
<p>{%trans%}Current version: <b>{{ version }}</b>{%endtrans%}</p>
|
2015-02-28 01:10:03 +09:00
|
|
|
<p>{%trans%}Get Sphinx from the <a href="https://pypi.python.org/pypi/Sphinx">Python Package
|
2013-03-10 22:07:31 +09:00
|
|
|
Index</a>, or install it with:{%endtrans%}</p>
|
2014-09-14 17:13:52 +00:00
|
|
|
<pre>pip install -U Sphinx</pre>
|
2015-02-25 16:25:50 +09:00
|
|
|
{% endif %}
|
2008-03-09 21:32:24 +00:00
|
|
|
|
2013-03-10 22:07:31 +09:00
|
|
|
<h3>{%trans%}Questions? Suggestions?{%endtrans%}</h3>
|
2008-03-09 21:32:24 +00:00
|
|
|
|
2015-06-24 13:32:01 +02:00
|
|
|
<p>{%trans%}Join the <a href="http://groups.google.com/group/sphinx-users">sphinx-users</a> mailing list on Google Groups:{%endtrans%}</p>
|
2012-10-30 08:47:20 +01:00
|
|
|
<form action="http://groups.google.com/group/sphinx-users/boxsubscribe"
|
2013-01-18 23:17:11 +01:00
|
|
|
style="padding-left: 0.5em">
|
|
|
|
|
<input type="text" name="email" value="your@email" style="font-size: 90%; width: 120px"
|
|
|
|
|
onfocus="$(this).val('');"/>
|
|
|
|
|
<input type="submit" name="sub" value="Subscribe" style="font-size: 90%; width: 70px"/>
|
2008-03-28 13:04:05 +00:00
|
|
|
</form>
|
2013-09-16 09:16:08 +02:00
|
|
|
<p>{%trans%}or come to the <tt>#sphinx-doc</tt> channel on FreeNode.{%endtrans%}</p>
|
2013-03-10 22:07:31 +09:00
|
|
|
<p>{%trans%}You can also open an issue at the
|
2015-01-02 13:49:38 +01:00
|
|
|
<a href="https://github.com/sphinx-doc/sphinx/issues">tracker</a>.{%endtrans%}</p>
|