diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-12-30 04:40:22 +0100 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-12-30 04:40:22 +0100 |
commit | 11259190aca775d9864022d8dd9fbb58e43f167c (patch) | |
tree | 5b99eb17e7e954189988d1cf32a5b68fa0cbf7cc /_templates/sidebarresources.html | |
parent | 240e479f888f04530865d4b1b67f6d61c5729dd9 (diff) | |
download | novena-guide-11259190aca775d9864022d8dd9fbb58e43f167c.tar.gz novena-guide-11259190aca775d9864022d8dd9fbb58e43f167c.zip |
initial sphinx skeleton
Diffstat (limited to '_templates/sidebarresources.html')
-rw-r--r-- | _templates/sidebarresources.html | 16 |
1 files changed, 16 insertions, 0 deletions
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> |