From 980715d46755fb670fd7b57529fa498340910105 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 22 May 2017 17:50:30 +0200 Subject: move everying into sources/shiboken2 (dev edition) in preparation for a subtree merge. this should not be necessary to do in a separate commit, but git is a tad stupid about following history correctly without it. --- sources/shiboken2/doc/_templates/index.html | 35 ++++++++++++++++++++++++++++ sources/shiboken2/doc/_templates/layout.html | 29 +++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 sources/shiboken2/doc/_templates/index.html create mode 100644 sources/shiboken2/doc/_templates/layout.html (limited to 'sources/shiboken2/doc/_templates') diff --git a/sources/shiboken2/doc/_templates/index.html b/sources/shiboken2/doc/_templates/index.html new file mode 100644 index 000000000..00ac64271 --- /dev/null +++ b/sources/shiboken2/doc/_templates/index.html @@ -0,0 +1,35 @@ +{% extends "layout.html" %} +{% set title = 'Overview' %} +{% block body %} +
+

{{ project }} {{ version }}

+ +

{{ project }} is a plugin (front-end) for Generator Runner. It generates bindings for C++ libraries using CPython source code.

+ +

Documentation

+ + + +
+ + + + + + + + + + +
+
+{% endblock %} diff --git a/sources/shiboken2/doc/_templates/layout.html b/sources/shiboken2/doc/_templates/layout.html new file mode 100644 index 000000000..94ff3534e --- /dev/null +++ b/sources/shiboken2/doc/_templates/layout.html @@ -0,0 +1,29 @@ +{% extends "!layout.html" %} + +# Invert sidebars +{%- block sidebar1 %}{{ sidebar() }}{%- endblock %} +{%- block sidebar2 %}{%- endblock %} + +{%- block header %} +
+
+
+ + {{ relbar() }} +
+
+{%- endblock -%} + +{%- block footer %} + +
+{%- endblock %} + +# No top relbar. +{%- block relbar1 %}{%- endblock %} + +# No bottom relbar. +{%- block relbar2 %}{%- endblock %} -- cgit v1.2.3