mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
For example: The Sphinx reference documentation in doc directory provides sphinx.pot file from ``doc/_templates/*.html`` by ``make gettext``.
33 lines
1.6 KiB
HTML
33 lines
1.6 KiB
HTML
<p class="logo">A <a href="http://pocoo.org/">
|
|
<img src="{{ pathto("_static/pocoo.png", 1) }}" /></a> {%trans%}project{%endtrans%}</a></p>
|
|
|
|
<h3>Download</h3>
|
|
{% if version.endswith('(hg)') %}
|
|
<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
|
|
<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>.{%endtrans%}</p>
|
|
{% else %}
|
|
<p>{%trans%}Current version: <b>{{ version }}</b>{%endtrans%}</p>
|
|
<p>{%trans%}Get Sphinx from the <a href="http://pypi.python.org/pypi/Sphinx">Python Package
|
|
Index</a>, or install it with:{%endtrans%}</p>
|
|
<pre>easy_install -U Sphinx</pre>
|
|
<p>{%trans%}Latest <a href="http://sphinx-doc.org/latest/">development version docs</a>
|
|
are also available.{%endtrans%}</p>
|
|
{% endif %}
|
|
|
|
<h3>{%trans%}Questions? Suggestions?{%endtrans%}</h3>
|
|
|
|
<p>{%trans%}Join the <a href="http://groups.google.com/group/sphinx-users">Google group</a>:{%endtrans%}</p>
|
|
<form action="http://groups.google.com/group/sphinx-users/boxsubscribe"
|
|
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"/>
|
|
</form>
|
|
<p>{%trans%}or come to the <tt>#pocoo</tt> channel on FreeNode.{%endtrans%}</p>
|
|
<p>{%trans%}You can also open an issue at the
|
|
<a href="http://www.bitbucket.org/birkenfeld/sphinx/issues/">tracker</a>.{%endtrans%}</p>
|