]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_templates/layout.html
Merge remote branch 'alioth/master'
[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('faq') }}">FAQ</a> |&nbsp;</li>
13   <li><a href="{{ pathto('testimonials') }}">Testimonials</a> |&nbsp;</li>
14 {% endblock %}
15
16 {% block sidebar1 %}{% endblock %}
17
18 {% block sidebar2 %}
19 {{ sidebar() }}
20 {% endblock %}
21
22 {% block sidebarsearch %}
23 {{ super() }}
24 <p><a href="http://www.nitrc.org/projects/neurodebian"><img
25 src="{{ pathto('_static/nitrc_listed.png', 1) }}" border="0" alt="NITRC-listed" /></a></p>
26 {% endblock %}
27
28