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.
TicketGuidelines/Included – NEMO
wiki:TicketGuidelines/Included

Version 15 (modified by nicolasmartin, 7 years ago) (diff)

--

Editing Tips

Display an image

syntax:          "[[Image(file, [width=], [align=], ...)]]"
example:         "[[Image(htdocs:NEMO_logo.png, 120px, right)]]"
help in preview: "[[Image?]]"

Highlight Fortran code block

{{{#!f
   Your fortran code
}}}

Render nicely SVN diff

{{{#!diff
   Paste `svn diff` output
}}}

Include totally or partially a repository file with syntax highlighting

syntax:          "[[IncludeSource(path,[start=], [end=], [line_numbers=0|1], [mimetype=], [header=])]]"
example:         "[[IncludeSource(/branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/nemo.f90, start=2, end=20, line_numbers=0)]]"
help in preview: "[[IncludeSource?]]"