From d72a56f37f59d0700d163b67d5af78fc545c91f7 Mon Sep 17 00:00:00 2001
From: Dougal Matthews
Date: Fri, 31 Oct 2014 15:02:47 +0000
Subject: Move the docs theme out of the docs folder.
---
docs_theme/base.html | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 160 insertions(+)
create mode 100644 docs_theme/base.html
(limited to 'docs_theme/base.html')
diff --git a/docs_theme/base.html b/docs_theme/base.html
new file mode 100644
index 00000000..4ca6cd81
--- /dev/null
+++ b/docs_theme/base.html
@@ -0,0 +1,160 @@
+
+
+
- {{ content }}
+ {% include "content.html" %}
--
cgit v1.2.3
From 361827350a8bd4efb4d6a09bcb29c0185a5454ed Mon Sep 17 00:00:00 2001
From: José Padilla
Date: Fri, 31 Oct 2014 10:25:19 -0400
Subject: Move content template into base.html
---
docs_theme/base.html | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
(limited to 'docs_theme/base.html')
diff --git a/docs_theme/base.html b/docs_theme/base.html
index 07582392..67290df6 100644
--- a/docs_theme/base.html
+++ b/docs_theme/base.html
@@ -118,7 +118,15 @@ a.fusion-poweredby {
- {% include "content.html" %}
+ {% if meta.source %}
+ {% for filename in meta.source %}
+
+ {{ filename }}
+
+ {% endfor %}
+ {% endif %}
+
+ {{ content }}
--
cgit v1.2.3
From 3bfc82068b068defee470910a850757e4c12df3b Mon Sep 17 00:00:00 2001
From: José Padilla
Date: Fri, 31 Oct 2014 11:38:27 -0400
Subject: Update tabbing and cleanup theme templates
---
docs_theme/base.html | 259 +++++++++++++++++++++++++++------------------------
1 file changed, 137 insertions(+), 122 deletions(-)
(limited to 'docs_theme/base.html')
diff --git a/docs_theme/base.html b/docs_theme/base.html
index 67290df6..544e2188 100644
--- a/docs_theme/base.html
+++ b/docs_theme/base.html
@@ -1,56 +1,62 @@
-