File: layout.html

package info (click to toggle)
python-networkx 1.7~rc1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,128 kB
  • sloc: python: 44,557; makefile: 135
file content (25 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{% extends "!layout.html" %}

{% block rootrellink %}
        <li><a href="{{ pathto('index') }}">NetworkX Home </a> |&nbsp;</li>
        <li><a href="{{ pathto('download') }}">Download </a> |&nbsp;</li>
        <li><a href="http://networkx.lanl.gov/trac">Developer Zone</a>|&nbsp;</li>
        <li><a href="{{ pathto('contents') }}">Documentation </a>|&nbsp;</li>
        <li><a href="http://networkx.lanl.gov/trac/blog">Blog</a> &raquo;</li>

{% endblock %}

{% block relbar1 %}
<div style="color: black;background-color: white; font-size: 3.2em; text-align: left; padding: 15px 10px 10px 15px">
NetworkX
</div>
{{ super() }}
{% if version.split('.')[-1].startswith('dev') %}
<br/><p>This documentation is for version <b>{{ version }}</b>, which is
  not released yet.</p>
{% endif %}
{% endblock %}

{# put the sidebar before the body #}
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
{% block sidebar2 %}{% endblock %}