-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathversions.html
More file actions
18 lines (18 loc) · 821 Bytes
/
versions.html
File metadata and controls
18 lines (18 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="{{ _('Versions') }}">
<div class="deprecated-warning">
The documentation on this page refers to a PREVIOUS VERSION. For the latest release, go to <a
href="https://xarray-spatial.readthedocs.io/">https://xarray-spatial.readthedocs.io/</a></div>
<span class="rst-current-version" data-toggle="rst-current-version">
<span class="fa fa-book"> Versions</span>
<span class="fa fa-caret-down"></span>
</span>
<div class="rst-other-versions">
<dl>
<dt>{{ _('Versions') }}</dt>
{% for release in releases %}
<dd><a class="dropdown-item" href="{{ release[1] }}">{{ release[0] }}</a></dd>
{% endfor %}
</dl>
<dl>
</div>
</div>