##// END OF EJS Templates
update gitignore to exclude dist and zipped man pages...
update gitignore to exclude dist and zipped man pages These are files generated when building releases, that should not be tracked.

File last commit:

r2277:dc983636
r4187:3207b260
Show More
layout.html
23 lines | 672 B | text/html | HtmlLexer
Brian Granger
Cleanup of docs....
r2275 {% extends "!layout.html" %}
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">home</a>|&nbsp;</li>
<li><a href="{{ pathto('search') }}">search</a>|&nbsp;</li>
Brian Granger
Major work on the documentation....
r2277 <li><a href="{{ pathto('index') }}">documentation </a> &raquo;</li>
Brian Granger
Cleanup of docs....
r2275 {% endblock %}
{% block relbar1 %}
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
<a href="{{ pathto('index') }}"><img src="{{
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 %}