layout.html
23 lines
| 667 B
| text/html
|
HtmlLexer
Brian Granger
|
r2275 | {% extends "!layout.html" %} | ||
{% block rootrellink %} | ||||
Paul Ivanov
|
r11717 | <li><a href="http://ipython.org">home</a>| </li> | ||
Brian Granger
|
r2275 | <li><a href="{{ pathto('search') }}">search</a>| </li> | ||
Brian Granger
|
r2277 | <li><a href="{{ pathto('index') }}">documentation </a> »</li> | ||
Brian Granger
|
r2275 | {% endblock %} | ||
{% block relbar1 %} | ||||
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px"> | ||||
Jessica B. Hamrick
|
r11716 | <a href="http://ipython.org/"><img src="{{ | ||
Brian Granger
|
r2275 | pathto("_static/logo.png", 1) }}" border="0" alt="IPython Documentation"/></a> | ||
</div> | ||||
{{ super() }} | ||||
{% endblock %} | ||||
{# put the sidebar before the body #} | ||||
{% block sidebar1 %}{{ sidebar() }}{% endblock %} | ||||
{% block sidebar2 %}{% endblock %} | ||||