File: globaltoc.html

package info (click to toggle)
python-psutil 4.1.0-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,684 kB
  • sloc: ansic: 12,291; python: 10,427; makefile: 279
file content (12 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
{#
    basic/globaltoc.html
    ~~~~~~~~~~~~~~~~~~~~

    Sphinx sidebar template: global table of contents.

    :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
#}
<h3>{{ _('Manual') }}</h3>
{{ toctree() }}
<a href="{{ pathto(master_doc) }}">Back to Welcome</a>