python-awips/_templates/layout.html
Shay Carter a97cdf75bc Initial check in for new readthedocs (rtd) branch.
Purpose of this branch is to redirect the old python-awips documenation
website on readthedocs to our new website on github pages.
2020-11-24 12:42:08 -07:00

10 lines
321 B
HTML

{% block document %}
<html>
<head>
<meta http-equiv="Refresh" content="0; url=https://unidata.github.io/python-awips" />
</head>
<body>
<p>Documentation for python-awips is now hosted at <a href="https://unidata.github.io/python-awips">GitHub Pages</a>.</p>
</body>
</html>
{% endblock %}