Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/source/_static/anchor_new_target.js

This file was deleted.

9 changes: 0 additions & 9 deletions docs/source/_static/custom.css

This file was deleted.

317 changes: 0 additions & 317 deletions docs/source/_static/nature_custom.css_t

This file was deleted.

7 changes: 7 additions & 0 deletions docs/source/_templates/gentree.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{%- extends "layout.html" %}
{% set title = _('Tree') %}

{% block body %}
<h1>{{ _('Tree') }}</h1>
{{ toctree(includehidden=True, collapse=False, maxdepth=-1) }}
{% endblock %}
18 changes: 18 additions & 0 deletions docs/source/_templates/indexnav.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<div id="indexlinkbox">
<h3 id="indexlinklabel">{{ _('Index') }}</h3>

<div class="indexlinkwrapper nav-menu">
<ul>
<li class="toctree-l1">
<a href="{{ pathto('genindex')|e }}" class="indexlink genindex">
{{ _('Alphabetical') }}
</a>
</li>
<li class="toctree-l1">
<a href="{{ pathto('gentree')|e }}" class="indexlink gentree">
{{ _('Tree') }}
</a>
</li>
</ul>
</div>
</div>
Loading