--- layout: default title: {{ title|striptags|e }}{{ titlesuffix }} mainheader: python-igraph Manual lead: For using igraph from Python extrahead: {%- block linktags %} {%- if hasdoc('about') %} {%- endif %} {%- if parents %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %} extrafoot: --- {# Sidebar: Rework into our Bootstrap nav section. #} {% macro navBar() %} {% include "navbar.html" %} {% endmacro %} {# Update the content width and offset #} {% set bs_content_width_real = "9" %} {% set bs_content_offset = "1" %} {# Tweak the main documentation area #} {%- block content %}
{{ navBar() }}
{% block body %}{% endblock %}
{%- endblock %} {# Modified basic/layout.html #} {%- block doctype -%}{%- endblock %} {%- set reldelim1 = reldelim1 is not defined and ' »' or reldelim1 %} {%- set reldelim2 = reldelim2 is not defined and ' |' or reldelim2 %} {%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) and (sidebars != []) %} {%- set url_root = pathto('', 1) %} {# XXX necessary? #} {%- if url_root == '#' %}{% set url_root = '' %}{% endif %} {%- if not embedded and docstitle %} {%- set titlesuffix = " — "|safe + docstitle|e %} {%- else %} {%- set titlesuffix = "" %} {%- endif %}