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
RevLine 
[11907]1.. Roles
[10201]2
[11907]3.. custom styles related to CSS classes in './_static/style.css'
4
[11707]5.. role:: blue
6.. role:: green
7.. role:: grey
8.. role:: greysup(sup)
[10201]9
[11907]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
[10279]24.. Substitutions
[10201]25
[11713]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`
[10201]32
[11707]33.. External links
[10279]34
[11707]35   .. Consortium institutes
[10201]36
[11707]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
[10201]42
[11707]43   .. Models / Libraries / Dependencies
44
[10604]45.. _AGRIF:  http://agrif.imag.fr
[11734]46.. _BFM:    http://www.bfm-community.eu
[11707]47.. _FCM:    https://metomi.github.io/fcm
[10604]48.. _IOIPSL: https://forge.ipsl.jussieu.fr/igcmg/browser/IOIPSL
[11707]49.. _NEMO:   https://www.nemo-ocean.eu
[10604]50.. _OASIS:  https://portal.enes.org/oasis
[11707]51.. _XIOS:   https://forge.ipsl.jussieu.fr/ioserver
[10201]52
[11707]53   .. Misc.
[10201]54
[11707]55.. _EGU: http://www.egu.eu
56.. _Special Issue: https://www.geosci-model-dev.net/special_issue40.html
[11713]57.. _BFM man: https://cmcc-foundation.github.io/www.bfm-community.eu/files/bfm-nemo-manual_r1.0_201508.pdf
[11718]58.. _RST man: https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html
[11734]59.. _PAPA station: http://www.pmel.noaa.gov/OCS/Papa/index-Papa.shtml
[11735]60.. _ISOMIP: http://staff.acecrc.org.au/~bkgalton/ISOMIP/test_cavities.pdf
[11707]61
62.. DOI
63
64   .. Publications (`:samp:` to deactivate link for unpublished documents)
65
[11734]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
[11707]70.. _DOI dev  stgy:        https://doi.org/10.5281/zenodo.1471663
[11734]71.. _DOI data:             https://doi.org/10.5281/zenodo.1472245
[11707]72
73   .. Badges (same labels as previously, substitution to link images)
74
[11734]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.