File: hiddenglobaltoc.html

package info (click to toggle)
zoneminder 1.36.35%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 53,728 kB
  • sloc: php: 219,767; perl: 127,535; javascript: 75,411; cpp: 59,876; sql: 6,635; sh: 2,472; ansic: 1,467; makefile: 534; xml: 240; asm: 157; python: 74
file content (11 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
{#
    basic/globaltoc.html
    ~~~~~~~~~~~~~~~~~~~~

    Sphinx sidebar template: global table of contents.

    :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
#}
<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
{{ toctree(includehidden=True) }}