comparison docs/_themes/llvm-theme/layout.html @ 0:95c75e76d11b LLVM3.4

LLVM 3.4
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 13:56:28 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:95c75e76d11b
1 {#
2 sphinxdoc/layout.html
3 ~~~~~~~~~~~~~~~~~~~~~
4
5 Sphinx layout template for the sphinxdoc theme.
6
7 :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
8 :license: BSD, see LICENSE for details.
9 #}
10 {% extends "basic/layout.html" %}
11
12 {% block relbar1 %}
13 <div class="logo">
14 <a href="{{ pathto('index') }}">
15 <img src="{{pathto("_static/logo.png", 1) }}"
16 alt="LLVM Logo" width="250" height="88"/></a>
17 </div>
18 {{ super() }}
19 {% endblock %}
20
21 {# put the sidebar before the body #}
22 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
23 {% block sidebar2 %}{% endblock %}