]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_templates/layout.html
Merge branch 'master' of git://git.debian.org/pkg-exppsy/neurodebian
[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 relbaritems %}
17 <li class="right"><a href="#disqus_thread">Comments</a>&nbsp;|</li>
18 {% endblock %}
19
20 {% block sidebar1 %}{% endblock %}
21
22 {% block sidebar2 %}
23 {{ sidebar() }}
24 {% endblock %}
25
26 {% block sidebarsearch %}
27 {{ super() }}
28 <p><a href="http://www.nitrc.org/projects/neurodebian"><img
29 src="{{ pathto('_static/nitrc_listed.png', 1) }}" border="0" alt="NITRC-listed" /></a></p>
30 {% endblock %}
31
32