test_ok1/doc/en/_templates/indexsidebar.html

23 lines
738 B
HTML
Raw Normal View History

2010-11-24 07:23:22 +08:00
<h3>Download</h3>
{% if version.endswith('(hg)') %}
<p>This documentation is for version <b>{{ version }}</b>, which is
not released yet.</p>
<p>You can use it from the
<a href="http://bitbucket.org/hpk42/pytest">Bitbucket Repo</a> or look for
released versions in the <a href="http://pypi.python.org/pypi/pytest">Python
Package Index</a>.</p>
{% else %}
2011-02-07 18:39:05 +08:00
<p><b><a href="{{ pathto('announce/index')}}">{{ release }} release</a></b>
2010-11-25 20:00:01 +08:00
[<a href="{{ pathto('changelog') }}">Changelog</a>]</p>
2010-11-24 07:23:22 +08:00
<p>
<a href="http://pypi.python.org/pypi/pytest">pytest/PyPI</a>
2010-11-24 07:23:22 +08:00
</p>
<pre>easy_install pytest</pre>
2010-11-24 07:23:22 +08:00
<pre>pip install pytest</pre>
{% endif %}
<h3>Questions? Suggestions?</h3>
<p><a href="{{ pathto('contact') }}">contact channels</a>
2010-11-24 07:23:22 +08:00
</p>