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.
global.rst in NEMO/trunk/doc/rst/source – NEMO

source: NEMO/trunk/doc/rst/source/global.rst

Last change on this file was 11907, checked in by nicolasmartin, 4 years ago

Implementation of syntax highlighting for inline code

File size: 2.7 KB
Line 
1.. Roles
2
3.. custom styles related to CSS classes in './_static/style.css'
4
5.. role:: blue
6.. role:: green
7.. role:: grey
8.. role:: greysup(sup)
9
10.. inline code snippets
11
12.. role:: python(code)
13   :language: python
14   :class: highlight
15
16.. role:: fortran(code)
17   :language: fortran
18   :class: highlight
19
20.. role:: console(code)
21   :language: console
22   :class: highlight
23
24.. Substitutions
25
26.. |NEMO-OCE| replace::  :blue:`NEMO-OCE (Ocean dynamics)`
27.. |OCE|      replace::  :blue:`NEMO-OCE`
28.. |NEMO-ICE| replace::  :grey:`NEMO-SI`\ :greysup:`3`  :grey:`(Sea Ice)`
29.. |ICE|      replace::  :grey:`NEMO-SI`\ :greysup:`3`
30.. |NEMO-MBG| replace:: :green:`NEMO-TOP/PISCES (Tracers)`
31.. |MBG|      replace:: :green:`NEMO-TOP/PISCES`
32
33.. External links
34
35   .. Consortium institutes
36
37.. _CMCC:       https://www.cmcc.it
38.. _CNRS:       https://www.cnrs.fr
39.. _Met Office: https://www.metoffice.gov.uk
40.. _MOI:        https://www.mercator-ocean.fr
41.. _NERC:       https://nerc.ukri.org
42
43   .. Models / Libraries / Dependencies
44
45.. _AGRIF:  http://agrif.imag.fr
46.. _BFM:    http://www.bfm-community.eu
47.. _FCM:    https://metomi.github.io/fcm
48.. _IOIPSL: https://forge.ipsl.jussieu.fr/igcmg/browser/IOIPSL
49.. _NEMO:   https://www.nemo-ocean.eu
50.. _OASIS:  https://portal.enes.org/oasis
51.. _XIOS:   https://forge.ipsl.jussieu.fr/ioserver
52
53   .. Misc.
54
55.. _EGU: http://www.egu.eu
56.. _Special Issue: https://www.geosci-model-dev.net/special_issue40.html
57.. _BFM man: https://cmcc-foundation.github.io/www.bfm-community.eu/files/bfm-nemo-manual_r1.0_201508.pdf
58.. _RST man: https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html
59.. _PAPA station: http://www.pmel.noaa.gov/OCS/Papa/index-Papa.shtml
60.. _ISOMIP: http://staff.acecrc.org.au/~bkgalton/ISOMIP/test_cavities.pdf
61
62.. DOI
63
64   .. Publications (`:samp:` to deactivate link for unpublished documents)
65
66.. _DOI man OCE:          https://doi.org/10.5281/zenodo.1464816
67.. _DOI man ICE:   :samp: https://doi.org/10.5281/zenodo.1471689
68.. _DOI man MBG:   :samp: https://doi.org/10.5281/zenodo.1471700
69.. _DOI qsg:       :samp: https://doi.org/10.5281/zenodo.1475325
70.. _DOI dev  stgy:        https://doi.org/10.5281/zenodo.1471663
71.. _DOI data:             https://doi.org/10.5281/zenodo.1472245
72
73   .. Badges (same labels as previously, substitution to link images)
74
75.. |DOI man OCE| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1464816.svg
76.. |DOI man ICE| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1471689.svg
77.. |DOI man MBG| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1471700.svg
78.. |DOI qsg|     image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1475325.svg
79.. |DOI data|    image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1472245.svg
Note: See TracBrowser for help on using the repository browser.