Setup docs page

This commit is contained in:
Andras Schmelczer 2022-07-08 10:56:42 +02:00
parent dadbe24c82
commit c39feeee53
33 changed files with 2724 additions and 379 deletions

11
docs/overrides/main.html Normal file
View file

@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block content %}
{% if page.nb_url %}
<a href="{{ page.nb_url }}" title="Download Notebook" class="md-content__button md-icon">
{% include ".icons/material/download.svg" %}
</a>
{% endif %}
{{ super() }}
{% endblock content %}