Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

14 linhas
331 B

  1. {#
  2. sphinxdoc/layout.html
  3. ~~~~~~~~~~~~~~~~~~~~~
  4. Sphinx layout template for the sphinxdoc theme.
  5. :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
  6. :license: BSD, see LICENSE for details.
  7. #}
  8. {% extends "base.html" %}
  9. {# put the sidebar before the body #}
  10. {% block yield %}{{ toc }}{% endblock %}