summaryrefslogtreecommitdiff
path: root/doc/_templates/indexsidebar.html
blob: 5544f98ad46d9e614bbb557f78b337360be5c1f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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://github.com/pygments/pygments/">Git repo</a> or look for
  released versions in the <a href="http://pypi.python.org/pypi/Pygments">Python
    Package Index</a>.</p>
{% else %}
<p>Current version: <b>{{ version }}</b></p>
<p>Get Pygments from the <a href="http://pypi.python.org/pypi/Pygments">Python Package
    Index</a>, or install it with:</p>
<pre>pip install Pygments</pre>
{% endif %}

<h3>Questions? Suggestions?</h3>

<p><img src="{{ pathto("_static/github.png", 1) }}" width="24" />
    Clone at <a href="https://github.com/pygments/pygments">GitHub</a>.</p>
<p>You can also open an issue at the
  <a href="https://github.com/pygments/pygments/issues">tracker</a>.</p>

<p class="logo">A <a href="http://pocoo.org/">
    <img src="{{ pathto("_static/pocoo.png", 1) }}" /></a> project</a></p>