New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
layout.html in NEMO/branches/UKMO/NEMO_4.0_GO6_mixing/doc/rst/source/_templates – NEMO

source: NEMO/branches/UKMO/NEMO_4.0_GO6_mixing/doc/rst/source/_templates/layout.html @ 11083

Last change on this file since 11083 was 11083, checked in by davestorkey, 5 years ago

UKMO/NEMO_4.0_GO6_mixing : Update to be relative to rev 11081 of NEMO_4.0_mirror.

File size: 466 bytes
Line 
1{% extends "!layout.html" %}
2{% block extrahead %}
3   <link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
4{% endblock %}
5
6{% block sidebartitle %}
7
8   <a href="{{ pathto(master_doc) }}">
9      <img src="{{ pathto('_static/NEMO_grey.png', 1) }}" class="logo" alt="Logo"/>
10   </a>
11
12   <p>Community ocean model for multifarious space and time scales</p>
13
14   <div class="version">{{ version }}</div>
15
16   {% include "searchbox.html" %}
17
18{% endblock %}
Note: See TracBrowser for help on using the repository browser.