-
Couldn't load subscription status.
- Fork 142
Separate ESMValTool and ESMValCore documentation #3914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
091c3d2
f669fe1
f7e6528
e24b0ca
8e4a72c
05907a8
a7253e6
f61fb09
87f1fff
94792de
7c91792
7af464b
6807660
3e3ee1a
6d1e6a9
18fdb3b
102a28c
60d23bd
9a62b43
464c2b8
6a4fb71
667c9b4
00eae6e
eee5999
3caa7c2
2d83bf0
58eb780
7dedf22
a05b019
b2911f8
4b2ce30
335b0a1
1fc0ef6
8e995ab
376b897
6b492fa
92d5c05
2a075b3
06af11f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| {% set href = pathto(root_doc) %} | ||
| <nav> | ||
| <ul class="bd-navbar-elements navbar-nav"> | ||
| <li class="nav-item current active"> | ||
| <a class="nav-link nav-internal" href="{{ href }}"> | ||
| {{ (" ESMValTool ") }} | ||
| </a> | ||
| </li> | ||
| <li class="nav-item "> | ||
| <a class="nav-link nav-external" href="https://docs.esmvaltool.org/projects/ESMValCore"> | ||
| ESMValCore | ||
| </a> | ||
| </li> | ||
| <li class="nav-item "> | ||
| <a class="nav-link nav-external" href="https://tutorial.esmvaltool.org/"> | ||
| Tutorial | ||
| </a> | ||
| </li> | ||
| <li class="nav-item "> | ||
| <a class="nav-link nav-external" href="https://esmvaltool.org/"> | ||
| Website | ||
| </a> | ||
| </li> | ||
| </ul> | ||
| </nav> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| {# Displays the TOC-subtree for pages nested under the currently active top-level TOCtree element. EDITED #} | ||
| <nav class="bd-docs-nav bd-links" | ||
| aria-label="{{ _('Section Navigation') }}"> | ||
| <p class="bd-links__title" role="heading" aria-level="1">{{ _("Documentation Navigation") }}</p> | ||
| <div class="bd-toc-item navbar-nav"> | ||
| {{- generate_toctree_html( | ||
| startdepth=0, | ||
| kind="sidebar", | ||
| show_nav_level=theme_show_nav_level | int, | ||
| maxdepth=theme_navigation_depth | int, | ||
| collapse=theme_collapse_navigation | tobool, | ||
| includehidden=theme_sidebar_includehidden | tobool, | ||
| titles_only=True | ||
| ) | ||
| -}} | ||
| </div> | ||
| </nav> | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| :html_theme.sidebar_secondary.remove: | ||
|
|
||
| .. ESMValTool documentation master file, created by | ||
| sphinx-quickstart on Tue Jun 2 11:34:13 2015. | ||
| You can adapt this file completely to your liking, but it should at least | ||
|
|
@@ -6,12 +8,38 @@ | |
| Welcome to ESMValTool's documentation! | ||
| ====================================== | ||
|
|
||
| **ESMValTool** is a community diagnostics and performance metrics tool for the evaluation of Earth System Models (ESMs) that allows for | ||
| routine comparison of models and observations. It includes a large collection of community recipes and observation data formatters to CMOR standards. | ||
|
|
||
| **ESMValCore** is a software package which provides the core functionality for ESMValTool. It is a workflow to find CMIP data, and apply | ||
| commonly used pre-processing functions. | ||
|
|
||
flicj191 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| To get a first impression of what ESMValTool and ESMValCore can do for you, | ||
| have a look at our blog posts | ||
| `Analysis-ready climate data with ESMValCore <https://blog.esciencecenter.nl/easy-ipcc-powered-by-esmvalcore-19a0b6366ea7>`_ | ||
| and | ||
| `ESMValTool: Recipes for solid climate science <https://blog.esciencecenter.nl/esmvaltool-recipes-for-solid-climate-science-da5b33814f69>`_. | ||
|
|
||
|
|
||
| Basic documentation schema | ||
| -------------------------- | ||
| This gives a brief idea of topics in each of the packages to help find information. As ESMValTool encompasses ESMValCore there will be some overlap between them. | ||
| The documentation navigation to the left provides more detailed information about ESMValTool. | ||
| `ESMValCore documentation <https://docs.esmvaltool.org/projects/ESMValCore/en/latest/index.html>`_ is also available. ESMValCore can be used without ESMValTool such as in Jupyter | ||
| notebooks. | ||
|
|
||
| .. container:: | ||
| :name: figarch | ||
|
|
||
| .. figure:: figures/ESMValSchemaDiagram.png | ||
| :alt: Brief topics for tool and core. | ||
| :figclass: align-center | ||
|
Comment on lines
+31
to
+36
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like the diagram; would it be worth also adding specific links to the topics mentioned? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was thinking its more a condensed diagram to assist in understanding with the broader topics but these topics might need to be reviewed and refined, I'm not sure there would be appropriate specific links to them all There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Having a nice diagram like this one (plus the two describing sentences) on the landing page makes the relation of the packages very clear. Well done. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @bouweandela for the diagram, fair point with links as well but it was a rough diagram and I wasn't thinking of specific pages but just to help with understanding. If topics get out of date it would still need to be updated even if links are still correct? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I still think it would be nicer to generate it dynamically from the documentation pages, but if that's technically too challenging, it's fine to leave it as is.
flicj191 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| :class: dark-light | ||
|
|
||
|
|
||
| Learning resources: | ||
| ------------------- | ||
|
|
||
| A tutorial is available on https://tutorial.esmvaltool.org. | ||
|
|
||
| A series of video lectures has been created by `ACCESS-NRI <https://access-nri.org.au>`_. | ||
|
|
@@ -21,16 +49,36 @@ While these are tailored for ACCESS users, they are still very informative. | |
|
|
||
| <iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?si=pUXrXB8C8bLRfQHY&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | ||
|
|
||
| | | ||
| How to contribute | ||
| ----------------- | ||
| Refer to ESMValTool :ref:`contributing to the community<community>` for a guide on contributing recipes and diagnostics. | ||
|
|
||
| Refer to ESMValCore contributing for information on contributing code. | ||
|
|
||
| For more detailed information, the documentation is available below. | ||
| Get in touch! | ||
| ------------- | ||
| Contact information is available :ref:`here <Support-and-Contact>`. | ||
|
|
||
| Get in touch! Contact information is available :ref:`here <Support-and-Contact>`. | ||
| .. toctree:: | ||
| :hidden: | ||
| :maxdepth: 2 | ||
| :caption: ESMValTool | ||
|
|
||
| .. include:: _sidebar.rst.inc | ||
| Introduction <introduction> | ||
| ESMValTool Functionalities <functionalities> | ||
| Gallery <gallery> | ||
| Getting started <quickstart/index> | ||
| Recipes <recipes/index> | ||
| Diagnostics API Reference <api/esmvaltool> | ||
| Obtaining input data <input> | ||
| Making a recipe or diagnostic <develop/index> | ||
| Contributing to the community <community/index> | ||
| Utilities <utils/utils> | ||
| Frequently Asked Questions <faq> | ||
| Changelog <changelog> | ||
|
|
||
| Indices and tables | ||
| ================== | ||
| ------------------ | ||
|
|
||
| * :ref:`genindex` | ||
| * :ref:`search` | ||
Uh oh!
There was an error while loading. Please reload this page.