File: globaltoc.html

package info (click to toggle)
jupyter-sphinx-theme 0.0.6%2Bds1-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 312 kB
  • sloc: makefile: 173; python: 104; sh: 6
file content (10 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
10
<li class="dropdown globaltoc-container">
  <a role="button"
     id="dLabelGlobalToc"
     data-toggle="dropdown"
     data-target="#"
     href="{{ pathto(master_doc) }}">{{ theme_navbar_site_name }} <b class="caret"></b></a>
  <ul class="dropdown-menu globaltoc"
      role="menu"
      aria-labelledby="dLabelGlobalToc">{{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}</ul>
</li>