]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_templates/layout.html
Reword/restructure VM pages
[neurodebian.git] / sphinx / _templates / layout.html
1 {% extends "!layout.html" %}
2
3 {% block extrahead %}
4   <meta name="keywords" content="debian, neuroscience">
5 {% endblock %}
6
7 {% block rootrellink %}
8   <li><a href="http://www.debian.org" target="_blank">Debian</a> ||&nbsp;</li>
9   <li><a href="{{ pathto('index') }}">Neuroscience Repository</a> :&nbsp;</li>
10   <li><a href="{{ pathto('pkgs') }}">Software</a> |&nbsp;</li>
11   <li><a href="{{ pathto('datasets') }}">Datasets</a> |&nbsp;</li>
12   <li><a href="{{ pathto('vm') }}">Virtual Machine</a> |&nbsp;</li>
13   <li><a href="{{ pathto('faq') }}">FAQ</a> |&nbsp;</li>
14   <li><a href="{{ pathto('testimonials') }}">Testimonials</a> &nbsp;</li>
15 {% endblock %}
16
17 {% block relbaritems %}
18 <li class="right"><a href="#disqus_thread">Comments</a>&nbsp;|</li>
19 {% endblock %}
20
21 {% block sidebar1 %}{% endblock %}
22
23 {% block sidebar2 %}
24 {{ sidebar() }}
25 {% endblock %}
26
27 {% block sidebarsearch %}
28 {{ super() }}
29 <p><a href="http://www.nitrc.org/projects/neurodebian"><img
30 src="{{ pathto('_static/nitrc_listed.png', 1) }}" border="0" alt="NITRC-listed" /></a></p>
31 {% endblock %}
32
33