summaryrefslogtreecommitdiffstats
path: root/Doc/tools/templates/indexsidebar.html
blob: 8b009418a4ab3083b927f4bfddcd97cc3d92b631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h3>Download</h3>
<p><a href="{{ pathto('download') }}">Download these documents</a></p>
<h3>Docs for other versions</h3>
<ul>
  <li><a href="https://docs.python.org/2.7/">Python 2.7 (stable)</a></li>
  <li><a href="https://docs.python.org/3.6/">Python 3.6 (stable)</a></li>
  <li><a href="https://docs.python.org/3.7/">Python 3.7 (in development)</a></li>
  <li><a href="https://www.python.org/doc/versions/">Old versions</a></li>
</ul>

<h3>Other resources</h3>
<ul>
  {# XXX: many of these should probably be merged in the main docs #}
  <li><a href="https://www.python.org/dev/peps/">PEP Index</a></li>
  <li><a href="https://wiki.python.org/moin/BeginnersGuide">Beginner's Guide</a></li>
  <li><a href="https://wiki.python.org/moin/PythonBooks">Book List</a></li>
  <li><a href="https://www.python.org/doc/av/">Audio/Visual Talks</a></li>
</ul>