選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

14 行
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 %}