Skip to content

Commit d3bc8d4

Browse files
committed
added the link to netCDF4 documentation at the bottom of the page as is the style of the document
1 parent fc8d700 commit d3bc8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/10-diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def compute_diagnostic(filename):
388388
> ## Reading data using the netCDF4 package
389389
>
390390
> Yet another option to read the NetCDF file data is to use
391-
> the [netCDF-4 Python interface](https://unidata.github.io/netcdf4-python/) to the netCDF C library.
391+
> the [netCDF-4 Python interface][netCDF] to the netCDF C library.
392392
>
393393
>> ## Answer
394394
>>
@@ -500,5 +500,5 @@ repository for more examples of functions you can use in your diagnostics!
500500
[diagnostic]: https://github.com/ESMValGroup/ESMValTool/blob/master/esmvaltool/diag_scripts/examples/diagnostic.py
501501
[interface]: https://docs.esmvaltool.org/projects/esmvalcore/en/latest/interfaces.html
502502
[shared]: https://docs.esmvaltool.org/en/latest/api/esmvaltool.diag_scripts.shared.html
503-
[netCDF]: https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.io.netcdf.netcdf_file.html
503+
[netCDF]: https://unidata.github.io/netcdf4-python/
504504
[provenance]: https://docs.esmvaltool.org/en/latest/community/diagnostic.html?highlight=provenance#recording-provenance

0 commit comments

Comments
 (0)