File: navbartoc.html

package info (click to toggle)
jupyter-sphinx-theme 0.0.6%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 312 kB
  • ctags: 86
  • sloc: makefile: 173; python: 104; sh: 6
file content (10 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
<li class="dropdown">
  <a role="button"
     id="dLabelLocalToc"
     data-toggle="dropdown"
     data-target="#"
     href="#">{{ _(theme_navbar_pagenav_name) }} <b class="caret"></b></a>
  <ul class="dropdown-menu localtoc"
      role="menu"
      aria-labelledby="dLabelLocalToc">{{ toc }}</ul>
</li>