first import book
This commit is contained in:
parent
6be2701fd8
commit
dfd9c869d5
233 changed files with 47797 additions and 0 deletions
7
book/_templates/sphinx_bootstrap/globaltoc.html
Normal file
7
book/_templates/sphinx_bootstrap/globaltoc.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<li class="dropdown globaltoc-container">
|
||||
<a href="{{ pathto(master_doc) }}"
|
||||
class="dropdown-toggle"
|
||||
data-toggle="dropdown">{{ theme_navbar_site_name }} <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu globaltoc"
|
||||
>{{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}</ul>
|
||||
</li>
|
||||
Loading…
Add table
Add a link
Reference in a new issue