mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 01:00:23 +08:00
10 lines
303 B
HTML
10 lines
303 B
HTML
<h4 class="sidebar-box-heading">{{ _('Versions') }}</h4>
|
|
<div class="well sidebar-box">
|
|
<ul class="nav nav-list">
|
|
<script src="{{ pathto('_static/', 1) }}docversions.js"></script>
|
|
<script type="text/javascript">
|
|
insert_version_links();
|
|
</script>
|
|
</ul>
|
|
</div>
|