File: indexsidebar.html

package info (click to toggle)
pygments 2.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,496 kB
  • sloc: python: 96,379; javascript: 238; makefile: 191; sh: 80; lisp: 74
file content (18 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<section>
<h3>Download</h3>
<p>Current version: <b>{{ version }}</b><br><a href="{{ pathto('docs/changelog') }}">Changelog</a></p>
<p>Get Pygments from the <a href="https://pypi.python.org/pypi/Pygments">Python Package
    Index</a>, or install it with:</p>
<pre>pip install Pygments</pre>
</section>
<section>
<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>
</section>

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