Merge pull request #4196 from dilatebrave/issue1210

doc: making the index appear on the left pane
This commit is contained in:
chriseth
2018-05-28 12:54:54 +02:00
committed by GitHub
+6
View File
@@ -0,0 +1,6 @@
{% extends "!layout.html" %}
{% block menu %}
<a href="genindex.html">Keyword Index</a>
{{ super() }}
{% endblock %}