aboutsummaryrefslogtreecommitdiffstats
path: root/_templates
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-12-30 04:40:22 +0100
committerbnewbold <bnewbold@robocracy.org>2014-12-30 04:40:22 +0100
commit11259190aca775d9864022d8dd9fbb58e43f167c (patch)
tree5b99eb17e7e954189988d1cf32a5b68fa0cbf7cc /_templates
parent240e479f888f04530865d4b1b67f6d61c5729dd9 (diff)
downloadnovena-guide-11259190aca775d9864022d8dd9fbb58e43f167c.tar.gz
novena-guide-11259190aca775d9864022d8dd9fbb58e43f167c.zip
initial sphinx skeleton
Diffstat (limited to '_templates')
-rw-r--r--_templates/layout.html9
-rw-r--r--_templates/sidebarresources.html16
2 files changed, 25 insertions, 0 deletions
diff --git a/_templates/layout.html b/_templates/layout.html
new file mode 100644
index 0000000..7d9b9a4
--- /dev/null
+++ b/_templates/layout.html
@@ -0,0 +1,9 @@
+{% extends "!layout.html" %}
+
+
+{% block header %}
+ <header id="pageheader">{#<h1>
+ <a href="http://URL">UMBRELLA PROJECT:</a>
+ <a href="{{ pathto(master_doc) }} ">{{ shorttitle }} ({{ release}})</a>
+ </h1>#}</header>
+{% endblock %}
diff --git a/_templates/sidebarresources.html b/_templates/sidebarresources.html
new file mode 100644
index 0000000..32b6a42
--- /dev/null
+++ b/_templates/sidebarresources.html
@@ -0,0 +1,16 @@
+<h3>Project Resources</h3>
+
+<ul>
+ <li><a href="http://kosagi.com/w/index.php?title=Novena_Main_Page">Wiki</a></li>
+ <li><a href="http://www.kosagi.com/forums/">Forums</a></li>
+ <li><a href="http://kosagi.com/w/index.php?title=Novena_PVT_Design_Source">Hardware Schematics</a></li>
+ <li><a href="https://github.com/bnewbold/novena-guide/">Documentation Sources</a></li>
+</ul>
+
+
+<h3>Sutajio Ko-Usagi</h3>
+
+<ul>
+ <li><a href="http://kosagi.com/">Homepage</a></li>
+ <li><a href="https://twitter.com/intent/user?screen_name=novenakosagi">@novenakosagi</a> on Twitter</li>
+</ul>