| {% extends "basic/layout.html" %} |
| {% set script_files = script_files + [pathto("_static/searchtools.js", 1)] %} |
| <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/> |
| {%- if hasdoc('copyright') %} |
| {% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %} |
| {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} |
| {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} |
| {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %} |
| {% trans %}<br />Theme based on <a href="http://readthedocs.org/">Read The Docs</a>{% endtrans %} |
| {% if theme_analytics_code %} |
| <!-- Google Analytics Code --> |
| <script type="text/javascript"> |
| _gaq.push(['_setAccount', '{{ theme_analytics_code }}']); |
| _gaq.push(['_trackPageview']); |
| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |