{% extends "openstack/layout.html" %} {% set show_source = False %} {% set css_files = css_files + ["_static/img.css"] %} {# sidebarlogo is a top block in sidebar. Let's use it to display home link #} {%- block sidebarlogo %}

What is Rally?

{%- endblock %} {# Display global toc instead of local #} {%- block sidebartoc %}

Contents

{{ toctree() }} {%- endblock %} {# Turn off sections "Previous topic" and "Next topic" #} {%- block sidebarrel %}{% endblock %} {% block projectsource %}

Contacts

IRC
#openstack-rally channel at OFTC
E-mail
openstack-discuss@lists.openstack.org with "[Rally]" tag in subject

Useful links

{% endblock %} {# copy-pasted from original theme and extended with Rally links #} {%- block header_navigation %}
  • Home
  • Projects
  • User Stories
  • Community
  • Blog
  • Wiki
  • Documentation
  • {% endblock %}