From 24b4c2451f523ed1cff85b50abdb8ce02a26f749 Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Fri, 10 Jan 2025 20:24:07 -0600 Subject: [PATCH] doc syntax --- docs/forcing.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/forcing.rst b/docs/forcing.rst index e2ec7e86..2bd751ef 100644 --- a/docs/forcing.rst +++ b/docs/forcing.rst @@ -175,6 +175,8 @@ such as one netcdf file per day. This is specified as a ``.json`` file that has ] This json can be generated as follows: + + .. code:: import glob @@ -201,6 +203,7 @@ This json can be generated as follows: json.dump(metadata_list, f, indent=4) + Instead of a netcdf file, choose the json file. Schema