[TOC]

{# statsmodels/layout.hml :copyright: Skipper Seabold :license: BSD #} {% extends "basic/layout.html" %} {% block extrahead %} {% endblock %} {% set reldelim1 = ' |' %} {% block sidebarlogo %}{% endblock %} {# override to not display, we keep the "logo" at the very top #} {% if pagename == 'index' %} {% set title = 'StatsModels: Statistics in Python' %} {% endif %} {% block rootrellink %}

  • Install }}) |
  • Support |
  • Bugs |
  • Develop }}) |
  • Examples }}) |
  • FAQ }}) | {% endblock %} {# Render the Header with Banner #} {% block header %}

    {% if logo %} Logo }}) }}) {% endif %}

    {% endblock %} {#{% block document %}

  • Download
  • Support
  • Bugs
  • Develop
  • Examples

{{ super() }} {% endblock %}#} {#{% block document %} {% block relbaritems %} {% if pagename != 'index' %} {{ title }} {% endif %} {% endblock %} {{ super() }} {% endblock %}#} {#{% block relbar1 %}{% endblock %} #} {% block relbar2 %}{% endblock %}