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/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/doc/rst/source/_templates – NEMO

source: NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/doc/rst/source/_templates/layout.html @ 11830

Last change on this file since 11830 was 11830, checked in by acc, 4 years ago

Branch 2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps. Merge changes to doc from trunk r10740 through r11740

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.