+
+
+ {% trans %}Back to top{% endtrans %}
+
+
+
+ {% block content %}{{ body }}{% endblock %}
+
+
+
+
+
+
+ diff --git a/docs/source/_static/logos/vector_logo.png b/docs/source/_static/logos/vector_logo.png new file mode 100644 index 0000000..3d9b106 Binary files /dev/null and b/docs/source/_static/logos/vector_logo.png differ diff --git a/docs/source/_templates/base.html b/docs/source/_templates/base.html new file mode 100644 index 0000000..a47c95d --- /dev/null +++ b/docs/source/_templates/base.html @@ -0,0 +1,120 @@ + + +
+ {%- block site_meta -%} + + + + + + {%- if metatags %}{{ metatags }}{% endif -%} + + {# Make sure all pages have a description or Bing does not like us #} + {% if 'name="description"' not in metatags %} + + {% endif %} + + {%- block linktags %} + {%- if hasdoc('about') -%} + + {%- endif -%} + {%- if hasdoc('genindex') -%} + + {%- endif -%} + {%- if hasdoc('search') -%} + + {%- endif -%} + {%- if hasdoc('copyright') -%} + + {%- endif -%} + {%- if next -%} + + {%- endif -%} + {%- if prev -%} + + {%- endif -%} + {#- rel="canonical" (set by html_baseurl) -#} + {%- if pageurl %} + + {%- endif %} + {%- endblock linktags %} + + {# Favicon #} + {%- if favicon_url -%} + + {%- endif -%} + + {#- Generator banner -#} + + + {# Bing webmasters meta tag #} + + + {%- endblock site_meta -%} + + {#- Site title -#} + {%- block htmltitle -%} + {# See Sphinx monkey patch in conf.py #} + {% if 'title' in metas %} +