Skip to content

Commit 6bc1c43

Browse files
committed
fix the hyperlink syntax
1 parent 794ce03 commit 6bc1c43

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

PyStemmusScope/save.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
"""PyStemmusScope save module.
22
3-
Module designed to create a netcdf file following [ALMA
4-
convention](https://web.lmd.jussieu.fr/~polcher/ALMA/) from csv files following
5-
[SCOPE format](https://scope-model.readthedocs.io/en/latest/outfiles.html) in
3+
Module designed to create a netcdf file following `ALMA
4+
convention <https://web.lmd.jussieu.fr/~polcher/ALMA/>`_ from csv files following
5+
`SCOPE format <https://scope-model.readthedocs.io/en/latest/outfiles.html>`_ in
66
the output directory.
77
88
The file
9-
[Variables_will_be_in_NetCDF_file.csv](https://github.com/EcoExtreML/STEMMUS_SCOPE/blob/main/utils/csv_to_nc/Variables_will_be_in_NetCDF_file.csv)
10-
lists required variable names and their attributes based on [`ALMA+CF`
11-
convention
12-
table](https://docs.google.com/spreadsheets/d/1CA3aTvI9piXqRqO-3MGrsH1vW-Sd87D8iZXHGrqK42o/edit#gid=2085475627)..
9+
`Variables_will_be_in_NetCDF_file.csv <https://github.com/EcoExtreML/STEMMUS_SCOPE/blob/main/utils/csv_to_nc/Variables_will_be_in_NetCDF_file.csv>`_
10+
lists required variable names and their attributes based on `ALMA+CF
11+
convention table <https://docs.google.com/spreadsheets/d/1CA3aTvI9piXqRqO-3MGrsH1vW-Sd87D8iZXHGrqK42o/edit#gid=2085475627>`_.
1312
1413
Example:
1514

0 commit comments

Comments
 (0)