File: layout.html

package info (click to toggle)
spectral-cube 0.6.6-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,592 kB
  • sloc: python: 13,243; makefile: 154
file content (17 lines) | stat: -rw-r--r-- 953 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends "!layout.html" %}
{% block header %}
<div class="topbar">
  <a class="brand" title="{{ _('Documentation Home') }}" href="{{ pathto(master_doc) }}"><span id="logotext1">{{ theme_logotext1 }}</span><span id="logotext2">{{ theme_logotext2 }}</span><span id="logotext3">{{ theme_logotext3 }}</span></a>
  <ul>
    <li><a class="brand" title="Radio-Astro-Tools homepage" href="http://https://radio-astro-tools.github.io/"><span id="logotext1">radio-</span><span id=logotext2>astro-</span><span id=logotext3>tools</span></a></li>
    <li><a class="homelink" title="Astropy Homepage" href="http://www.astropy.org"></a></li>
    <li><a title="{{ _('General Index') }}" href="{{ pathto('genindex') }}">Index</a></li>
    <li><a title="{{ _('Module Index') }}" href="{{ pathto('py-modindex') }}">Modules</a></li>
    <li>
      {% block sidebarsearch %}
      {% include "searchbox.html" %}
      {% endblock %}
    </li>
  </ul>
</div>
{% endblock %}