{% extends "html/base_authenticated.html" %} {% block title %}{{ gettext('Sage Documentation') }}{% endblock %} {% block javascript %} {% endblock%} {% block page_id %}docs-main-page{% endblock %} {% block main %}
{{ gettext('A worksheet is an ordered list of Sage calculations with output.') }}
{{ gettext('A session is a worksheet and a set of variables in some state.') }}
{{ gettext('The Sage notebook is a collection of worksheets, saved objects, and user information.') }}
{{ x | safe }} | |
{{ z | safe }} | {{ w | safe }} |
{{ gettext('The Sage Notebook was primarily written by William Stein with substantial contributions from Tom Boothby, Timothy Clemans, Alex Clemesha, Mike Hansen, Bobby Moretti, Yi Qiang, and Dorian Raymer.') }}
{% endblock %}