File: indexsidebar.html

package info (click to toggle)
python2.6 2.6.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 65,740 kB
  • sloc: ansic: 389,342; python: 376,882; asm: 9,734; sh: 4,934; makefile: 4,040; lisp: 2,933; objc: 775; xml: 62
file content (23 lines) | stat: -rw-r--r-- 1,429 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
            <h3>Download</h3>
            <p><a href="{{ pathto('download') }}">Download these documents</a></p>
	    <h3>Docs for other versions</h3>
	    <ul>
	      <li><a href="http://docs.python.org/2.7/">Python 2.7 (stable)</a></li>
	      <li><a href="http://docs.python.org/3.1/">Python 3.1 (stable)</a></li>
	      <li><a href="http://docs.python.org/dev/py3k/">Python 3.2 (in development)</a></li>
              <li><a href="http://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="http://www.python.org/doc/faq/">FAQs</a></li>
              <li><a href="http://www.python.org/doc/essays/">Guido's Essays</a></li>
              <li><a href="http://www.python.org/doc/newstyle/">New-style Classes</a></li>
              <li><a href="http://www.python.org/dev/peps/">PEP Index</a></li>
              <li><a href="http://wiki.python.org/moin/BeginnersGuide">Beginner's Guide</a></li>
              <li><a href="http://wiki.python.org/moin/PythonBooks">Book List</a></li>
              <li><a href="http://www.python.org/doc/av/">Audio/Visual Talks</a></li>
              <li><a href="http://www.python.org/doc/other/">Other Doc Collections</a></li>
              <li><a href="{{ pathto('bugs') }}">Report a Bug</a></li>
            </ul>