mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
Purpose of this branch is to redirect the old python-awips documenation website on readthedocs to our new website on github pages.
10 lines
321 B
HTML
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 %}
|