5 Sphinx layout template for the haiku theme.
7 :copyright: Copyright
2007-
2010 by the Sphinx team, see AUTHORS.
8 :license: BSD, see LICENSE for details.
10 {% extends
"basic/layout.html" %}
12 {% set css_files = css_files + ['_static/style.css'] %}
14 {# do not display relbars #}
15 {% block relbar1 %}{% endblock %}
16 {% block relbar2 %}{% endblock %}
20 {%- block haikurel1 %}
24 <li><a href=
"{{ pathto(master_doc) }}">Home
</a></li>
25 <li><a href=
"{{ pathto('tutorials') }}">Tutorials
</a>
27 <li><a href=
"{{ pathto('tutorials/the_little_relay_that_could') }}">Hello World
</a></li>
28 <li><a href=
"{{ pathto('tutorials/to_russia_with_love') }}">Client Usage
</a></li>
29 <li><a href=
"{{ pathto('tutorials/tortoise_and_the_hare') }}">Event Listening
</a></li>
30 <li><a href=
"{{ pathto('tutorials/over_the_river') }}">Hidden Services
</a></li>
31 <li><a href=
"{{ pathto('tutorials/mirror_mirror_on_the_wall') }}">Tor Descriptors
</a></li>
32 <li><a href=
"{{ pathto('tutorials/east_of_the_sun') }}">Utilities
</a></li>
33 <li><a href=
"{{ pathto('tutorials/down_the_rabbit_hole') }}">Interpreter
</a></li>
34 <li><a href=
"{{ pathto('tutorials/double_double_toil_and_trouble') }}">Examples
</a></li>
37 <li><a href=
"{{ pathto('api') }}">API
</a>
39 <li><a href=
"{{ pathto('api/control') }}">stem.control
</a></li>
40 <li><a href=
"{{ pathto('api/connection') }}">stem.connection
</a></li>
41 <li><a href=
"{{ pathto('api/socket') }}">stem.socket
</a></li>
42 <li><a href=
"{{ pathto('api/process') }}">stem.process
</a></li>
43 <li><a href=
"{{ pathto('api/response') }}">stem.response
</a></li>
44 <li><a href=
"{{ pathto('api/exit_policy') }}">stem.exit_policy
</a></li>
45 <li><a href=
"{{ pathto('api/version') }}">stem.version
</a></li>
46 <li><a href=
"{{ pathto('api') }}#descriptors">Descriptors
</a></li>
47 <li><a href=
"{{ pathto('api') }}#utilities">Utilities
</a></li>
50 <li><a href=
"https://github.com/torproject/stem/">Development
</a>
52 <li><a href=
"{{ pathto('faq') }}">FAQ
</a></li>
53 <li><a href=
"{{ pathto('change_log') }}">Change Log
</a></li>
54 <li><a href=
"https://github.com/torproject/stem/issues/">Bug Tracker
</a></li>
55 <li><a href=
"https://jenkins.torproject.org/job/stem-tor-ci/">Jenkins
</a></li>
56 <li><a href=
"{{ pathto('download') }}">Download
</a></li>
59 <li><a href=
"{{ pathto('faq') }}#where-can-i-get-help">Contact
</a>
61 <li><a href=
"https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev">Email List
</a></li>
62 <li><a href=
"https://www.torproject.org/about/contact.html.en#irc">IRC
</a></li>
63 <li><a href=
"https://www.atagar.com/contact/">Author
</a></li>
68 {%- block haikurel2 %}
75 {%- block haikuheader %}
76 {%- if theme_full_logo !=
"false" %}
77 <a href=
"{{ pathto('index') }}">
78 <img class=
"logo" src=
"{{ pathto('_static/' + logo, 1) }}" alt=
"Logo"/>
82 <img class=
"rightlogo" src=
"{{ pathto('_static/' + logo, 1) }}" alt=
"Logo"/>
84 <h1 class=
"heading"><a href=
"{{ pathto('index') }}">
85 <span>{{ shorttitle|e }}
</span></a></h1>
86 <h2 class=
"heading"><span>{{ title|striptags|e }}
</span></h2>
94 {#{%- if display_toc %}
96 <h3>Table Of Contents
</h3>
100 {% block body %}{% endblock %}
102 <div class=
"bottomnav">