File: sidebarlinks.html

package info (click to toggle)
python-saharaclient 0.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,024 kB
  • ctags: 1,356
  • sloc: python: 9,762; sh: 164; makefile: 25
file content (11 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (5)
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://launchpad.net/sahara">Sahara @ Launchpad</a></li>
</ul>

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