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/trunk/doc/rst/source/_templates – NEMO

source: NEMO/trunk/doc/rst/source/_templates/layout.html @ 10279

Last change on this file since 10279 was 10279, checked in by nicolasmartin, 5 years ago

Various improvments for quick start guide

  • implementation of Rtd theme (Read the Docs) with custom layout and style file
  • add reviewed BibTeX entries for NEMO references with DOI (manuals, guide, development strategy)
  • enhancement of bibliography management and configuration file for guide building
  • standardisation of headings markup
  • numerous edits
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">{{ release }}</div>
15
16   {% include "searchbox.html" %}
17
18{% endblock %}
Note: See TracBrowser for help on using the repository browser.