Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
4fda40c
UGRID docs stub pages.
trexfeathers Jan 13, 2022
1901782
UGRID docs index page.
trexfeathers Jan 13, 2022
a6e92ae
Fleshed out UGRID docs stubs.
trexfeathers Jan 13, 2022
83f350c
Correct UGRID docs linkage.
trexfeathers Jan 14, 2022
8cea7f1
Minor adjustments to ugrid/index.rst.
trexfeathers Jan 14, 2022
f46ce45
UGRID data model explanation.
trexfeathers Jan 17, 2022
f36e9ae
UGRID partner packages docs page.
trexfeathers Jan 20, 2022
9e74b93
Detail on Iris UGRID data model.
trexfeathers Jan 20, 2022
19894ca
UGRID data model docs tweaks.
trexfeathers Jan 21, 2022
77e3f95
Reduced emphasis on UGRID in docs.
trexfeathers Jan 21, 2022
c670b92
UGRID partner packages rephrasing.
trexfeathers Jan 21, 2022
4a7f6e2
Remove UGRID partner package comment.
trexfeathers Jan 21, 2022
2b4cce8
Reduced emphasis on UGRID in docs.
trexfeathers Jan 21, 2022
eb31ae6
Comment about UGRID data model diagrams.
trexfeathers Jan 21, 2022
226812d
Start documenting UGRID operations examples.
trexfeathers Jan 21, 2022
49f1dc4
Improved linking between UGRID doc pages.
trexfeathers Jan 24, 2022
1d94cc8
UGRID docs review actions.
trexfeathers Jan 24, 2022
9f05718
Example UGRID operations.
trexfeathers Jan 24, 2022
73f3f1b
More UGRID operations documenting.
trexfeathers Jan 25, 2022
a0b405c
UGRID docs review actions from @pp-mo.
trexfeathers Jan 25, 2022
3c0e5f8
UGRID docs review actions from @wjbenfold.
trexfeathers Jan 25, 2022
ea895e2
Minor UGRID docs corrections.
trexfeathers Jan 25, 2022
d8dde31
Merge remote-tracking branch 'upstream/main' into ugrid_docs
trexfeathers Jan 26, 2022
0e96826
UGRID docs updates for new Connectivity names.
trexfeathers Jan 26, 2022
7a27b3f
More example UGRID operations.
trexfeathers Jan 26, 2022
aee2be5
UGRID region extraction example tweaks.
trexfeathers Jan 27, 2022
3692c1c
UGRID docs review actions from @lbdreyer.
trexfeathers Jan 27, 2022
a315462
Second round UGRID docs review actions from @wjbenfold.
trexfeathers Jan 27, 2022
20113ca
UGRID docs review action from @stephenworsley.
trexfeathers Jan 27, 2022
ef47b6b
Add UGRID Operations Summary subheading.
trexfeathers Jan 27, 2022
4a996af
Mention the unstructured dimension more in UGRID docs.
trexfeathers Jan 27, 2022
30c9c69
UGRID docs plotting example.
trexfeathers Jan 27, 2022
954770a
UGRID docs tidy-up.
trexfeathers Jan 27, 2022
b8b23e7
UGRID docs plotting example.
trexfeathers Jan 27, 2022
d8de567
UGRID docs lat-lon switcheroo.
trexfeathers Jan 27, 2022
4c2b19a
UGRID docs image fix.
trexfeathers Jan 28, 2022
8bc8c84
UGRID data model MeshCoord clarification.
trexfeathers Jan 28, 2022
67b1eb3
Corrected UGRID docs example coords.
trexfeathers Jan 28, 2022
d2e504f
UGRID docs more Mesh and Cube printouts.
trexfeathers Jan 28, 2022
970db3c
UGRID docs be more explicit about region extraction.
trexfeathers Jan 28, 2022
be5f51b
UGRID docs be more generic about low level languages.
trexfeathers Jan 28, 2022
3d18be7
UGRID docs cubed-sphere example explicitly 2-dimensional.
trexfeathers Jan 28, 2022
5f31e05
Make code-examples copybutton respect line continuations.
pp-mo Jan 28, 2022
2acd327
Merge pull request #8 from pp-mo/ugrid_docs_copybutton
trexfeathers Jan 28, 2022
0761b58
Sphinx copybutton fix.
trexfeathers Jan 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/common_links.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
.. _test-iris-imagehash: https://github.com/SciTools/test-iris-imagehash
.. _using git: https://docs.github.com/en/github/using-git
.. _requirements/ci/: https://github.com/SciTools/iris/tree/main/requirements/ci
.. _CF-UGRID: https://ugrid-conventions.github.io/ugrid-conventions/


.. comment
Expand Down
4 changes: 3 additions & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ def _dotv(version):

# -- copybutton extension -----------------------------------------------------
# See https://sphinx-copybutton.readthedocs.io/en/latest/
copybutton_prompt_text = ">>> "
copybutton_prompt_text = r">>> |\.\.\. "
copybutton_prompt_is_regexp = True
copybutton_line_continuation_character = "\\"

# sphinx.ext.todo configuration -----------------------------------------------
# See https://www.sphinx-doc.org/en/master/usage/extensions/todo.html
Expand Down
1 change: 1 addition & 0 deletions docs/src/further_topics/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ that may be of interest to the more advanced or curious user.
* :doc:`metadata`
* :doc:`lenient_metadata`
* :doc:`lenient_maths`
* :ref:`ugrid`


.. _GitHub Documentation Issue: https://github.com/SciTools/iris/issues/new?assignees=&labels=New%3A+Documentation%2C+Type%3A+Documentation&template=documentation.md&title=
Expand Down
Loading