{# scrolls/layout.html ~~~~~~~~~~~~~~~~~~~ Sphinx layout template for the scrolls theme, originally written by Armin Ronacher. :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "basic/layout.html" %} {% set script_files = script_files + ['_static/theme_extras.js'] %} {% set css_files = css_files + ['_static/print.css'] %} {# do not display relbars #} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block content %}

Memory Management Reference

{%- if prev and '/' not in prev.link and 'mmref-' not in prev.link %} « {{ prev.title }} | {%- endif %} {{ title }} {%- if next and '/' not in next.link and 'mmref-' not in next.link %} | {{ next.title }} » {%- endif %}
{%- if display_toc %}

{{ _('Table Of Contents') }}

{{ toc }}
{%- endif %} {% block body %}{% endblock %}
{% endblock %}