Skip to content

Commit

Permalink
08 move links to links.md and reformat line length on output example(#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-tgeddes committed Aug 4, 2022
1 parent f17e4e5 commit 46db6ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _episodes/08-diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ available functions and their description can be found in
>> 'end_year': 2000,
>> 'ensemble': 'r1i1p1f1',
>> 'exp': 'historical',
>> 'filename': '~/recipe_python_20210305_131929/preproc/map/tas/CMIP6_BCC-ESM1_Amon_historical_r1i1p1f1_tas_2000-2000.nc',
>> 'filename': '~/recipe_python_20210305_131929/preproc/map/tas/
CMIP6_BCC-ESM1_Amon_historical_r1i1p1f1_tas_2000-2000.nc',
>> 'frequency': 'mon',
>> 'grid': 'gn',
>> 'institute': ['BCC'],
Expand All @@ -300,7 +301,8 @@ available functions and their description can be found in
>> 'end_year': 2000,
>> 'ensemble': 'r1i1p1',
>> 'exp': 'historical',
>> 'filename': '~/recipe_python_20210305_131929/preproc/map/tas/CMIP5_CanESM2_Amon_historical_r1i1p1_tas_2000-2000.nc',
>> 'filename': '~/recipe_python_20210305_131929/preproc/map/tas/
CMIP5_CanESM2_Amon_historical_r1i1p1_tas_2000-2000.nc',
>> 'frequency': 'mon',
>> 'institute': ['CCCma'],
>> 'long_name': 'Near-Surface Air Temperature',
Expand Down Expand Up @@ -497,9 +499,7 @@ together your own diagnostics. Have a look at existing recipes and diagnostics i
repository for more examples of functions you can use in your diagnostics!
{% include links.md %}
[recipe]: https://github.com/ESMValGroup/ESMValTool/blob/master/esmvaltool/recipes/examples/recipe_python.yml
[diagnostic]: https://github.com/ESMValGroup/ESMValTool/blob/master/esmvaltool/diag_scripts/examples/diagnostic.py
[interface]: https://docs.esmvaltool.org/projects/esmvalcore/en/latest/interfaces.html
[shared]: https://docs.esmvaltool.org/en/latest/api/esmvaltool.diag_scripts.shared.html
[netCDF]: https://unidata.github.io/netcdf4-python/
[provenance]: https://docs.esmvaltool.org/en/latest/community/diagnostic.html?highlight=provenance#recording-provenance
6 changes: 6 additions & 0 deletions _includes/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
[cran-knitr]: https://cran.r-project.org/package=knitr
[cran-stringr]: https://cran.r-project.org/package=stringr
[dc-lessons]: http://www.datacarpentry.org/lessons/
[diagnostic]: https://github.com/ESMValGroup/ESMValTool/blob/master/esmvaltool/diag_scripts/examples/diagnostic.py
[email]: mailto:[email protected]
[github-importer]: https://import.github.com/
[importer]: https://github.com/new/import
[install-from-source]: https://docs.esmvaltool.org/en/latest/quickstart/installation.html#install-from-source
[interface]: https://docs.esmvaltool.org/projects/esmvalcore/en/latest/interfaces.html
[jekyll-collection]: https://jekyllrb.com/docs/collections/
[jekyll-install]: https://jekyllrb.com/docs/installation/
[jekyll-windows]: http://jekyll-windows.juthilo.com/
Expand All @@ -32,17 +34,21 @@
[manage-environments]: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
[mit-license]: https://opensource.org/licenses/mit-license.html
[morea]: https://morea-framework.github.io/
[netCDF]: https://unidata.github.io/netcdf4-python/
[numfocus]: https://numfocus.org/
[osi]: https://opensource.org
[pandoc]: https://pandoc.org/
[paper-now]: https://github.com/PeerJ/paper-now
[provenance]: https://docs.esmvaltool.org/en/latest/community/diagnostic.html?highlight=provenance#recording-provenance
[python-gapminder]: https://swcarpentry.github.io/python-novice-gapminder/
[pyyaml]: https://pypi.python.org/pypi/PyYAML
[recipe]: https://github.com/ESMValGroup/ESMValTool/blob/master/esmvaltool/recipes/examples/recipe_python.yml
[r-markdown]: https://rmarkdown.rstudio.com/
[rstudio]: https://www.rstudio.com/
[ruby-install-guide]: https://www.ruby-lang.org/en/downloads/
[ruby-installer]: https://rubyinstaller.org/
[rubygems]: https://rubygems.org/pages/download/
[shared]: https://docs.esmvaltool.org/en/latest/api/esmvaltool.diag_scripts.shared.html
[styles]: https://github.com/carpentries/styles/
[swc-lessons]: https://software-carpentry.org/lessons/
[swc-releases]: https://github.com/swcarpentry/swc-releases
Expand Down

0 comments on commit 46db6ac

Please sign in to comment.