{# siconos/layout.html ~~~~~~~~~~~~~~~~~~~~~ Sphinx layout template for the siconos theme. #} {%- extends "basic/layout.html" %} {# put the sidebar before the body #} {% block sidebar1 %}{{ sidebar() }}{% endblock %} {% block sidebar2 %}{% endblock %} {% block rootrellink %}
  • Home
  • Documentation
  • Download
  • License
  • Contacts
  • Search»
  • {% endblock %} {% block relbar1 %}
    Siconos - A software for modeling and simulation of nonsmooth dynamical systems
    {{ super() }} {% endblock %}