Markus Paff d3fd888a76
Release Docs 0.10.0 (#1460)
* updated tutorials and docstrings and new version

* update to correct directory structure
2021-09-23 16:22:14 +02:00

14 lines
286 B
HTML

{%- extends "!layout.html" %}
{% block menu %}
<h2>Table of Contents</h2>
{{ super() }}
<h2>More Help</h2>
<ul>
<li><a href="">deepset Homepage</a></li>
<li><a href="">Contact Us</a></li>
<li><a href="">Issue Tracker</a></li>
<li><a href="">Download Docs</a></li>
</ul>
{% endblock %}