[659] | 1 | <p class="logo">A <a href="http://pocoo.org/"> |
---|
| 2 | <img src="{{ pathto("_static/pocoo.png", 1) }}" alt="Pocoo" /></a> |
---|
| 3 | {%trans%}project{%endtrans%}</p> |
---|
[125] | 4 | |
---|
[659] | 5 | <h3>Download</h3> |
---|
| 6 | {% if version.endswith('a0') %} |
---|
| 7 | <p>{%trans%}This documentation is for version <b>{{ version }}</b>, which is |
---|
| 8 | not released yet.{%endtrans%}</p> |
---|
| 9 | <p>{%trans%}You can use it from the |
---|
| 10 | <a href="https://github.com/sphinx-doc/sphinx/">Git repo</a> or look for |
---|
| 11 | released versions in the <a href="https://pypi.python.org/pypi/Sphinx">Python |
---|
| 12 | Package Index</a>.{%endtrans%}</p> |
---|
| 13 | {% else %} |
---|
| 14 | <p>{%trans%}Current version: <b>{{ version }}</b>{%endtrans%}</p> |
---|
| 15 | <p>{%trans%}Get Sphinx from the <a href="https://pypi.python.org/pypi/Sphinx">Python Package |
---|
| 16 | Index</a>, or install it with:{%endtrans%}</p> |
---|
| 17 | {% if version.split('b')|length > 1 %} |
---|
| 18 | <pre>pip install Sphinx=={{ version }}</pre> |
---|
| 19 | <p>{%trans%}<a href="http://sphinx-doc.org/">Stable version docs</a> |
---|
| 20 | are also available.{%endtrans%}</p> |
---|
| 21 | {% else %} |
---|
| 22 | <pre>pip install -U Sphinx</pre> |
---|
| 23 | <p>{%trans%}Latest <a href="http://sphinx-doc.org/latest/">development version docs</a> |
---|
| 24 | are also available.{%endtrans%}</p> |
---|
| 25 | {% endif %} |
---|
| 26 | {% endif %} |
---|
| 27 | |
---|
| 28 | <h3>{%trans%}Questions? Suggestions?{%endtrans%}</h3> |
---|
| 29 | |
---|
| 30 | <p>{%trans%}Join the <a href="http://groups.google.com/group/sphinx-users">Google group</a>:{%endtrans%}</p> |
---|
| 31 | <form action="http://groups.google.com/group/sphinx-users/boxsubscribe" |
---|
| 32 | style="padding-left: 0.5em"> |
---|
| 33 | <input type="text" name="email" value="your@email" style="font-size: 90%; width: 120px" |
---|
| 34 | onfocus="$(this).val('');"/> |
---|
| 35 | <input type="submit" name="sub" value="Subscribe" style="font-size: 90%; width: 70px"/> |
---|
| 36 | </form> |
---|
| 37 | <p>{%trans%}or come to the <tt>#sphinx-doc</tt> channel on FreeNode.{%endtrans%}</p> |
---|
| 38 | <p>{%trans%}You can also open an issue at the |
---|
| 39 | <a href="https://github.com/sphinx-doc/sphinx/issues">tracker</a>.{%endtrans%}</p> |
---|