source:
sasmodels/doc/_templates/layout.html
Last change on this file was a98a2cf, checked in by Paul Kienzle <pkienzle@…>, 9 years ago | |
---|---|
|
|
File size: 218 bytes |
Line | |
---|---|
1 | {% extends "!layout.html" %} |
2 | |
3 | {%- block extrahead %} |
4 | <script type="text/javascript"> |
5 | MathJax.Hub.Config({ |
6 | displayAlign: "left", |
7 | displayIndent: "2.5em" |
8 | }); |
9 | </script> |
10 | {% endblock %} |
Note: See TracBrowser
for help on using the repository browser.