Files
python-saharaclient/doc/source/_templates/sidebarlinks.html
Sergey Lukjanov 8572886a4a Move client docs to the client
It contains new index doc file with general notes and links to other
docs.

Change-Id: I9805b9afedccf510dd2a4aca2716a9336da0d357
2014-02-18 16:24:42 +04:00

12 lines
309 B
HTML

<h3>Useful Links</h3>
<ul>
<li><a href="https://wiki.openstack.org/wiki/Savanna">Savanna @ OpenStack Wiki</a></li>
<li><a href="https://launchpad.net/savanna">Savanna @ Launchpad</a></li>
</ul>
{% if READTHEDOCS %}
<script type='text/javascript'>
$('div.body').css('margin', 0)
</script>
{% endif %}