File: layout.html

package info (click to toggle)
python-networkx 1.11-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 5,856 kB
  • sloc: python: 59,463; makefile: 159
file content (25 lines) | stat: -rw-r--r-- 864 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="http://networkx.github.io/">NetworkX Home </a> |&nbsp;</li>
        <li><a href="http://networkx.github.io/documentation.html">Documentation </a>|&nbsp;</li>
        <li><a href="http://networkx.github.io/download.html">Download </a> |&nbsp;</li>
        <li><a href="http://github.com/networkx">Developer (Github)</a></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') %}
<p>This documentation is for the development version <b>{{ version }}</b></p>
{% endif %}
{% endblock %}

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