File: sidebarlinks.html

package info (click to toggle)
python-saharaclient 4.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,264 kB
  • sloc: python: 11,938; makefile: 24; sh: 2
file content (11 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
<h3>Useful Links</h3>
<ul>
  <li><a href="https://wiki.openstack.org/wiki/Sahara">Sahara @ OpenStack Wiki</a></li>
  <li><a href="https://storyboard.openstack.org/#!/project_group/74">Sahara @ Storyboard</a></li>
</ul>

{% if READTHEDOCS %}
<script type='text/javascript'>
    $('div.body').css('margin', 0)
</script>
{% endif %}