Skip to content
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

update conda lock + fix extlinks warnings #4543

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/further_topics/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ that may be of interest to the more advanced or curious user.
.. hint::

If you wish further documentation on any specific topics or areas of Iris
that are missing, then please let us know by raising a `GitHub Documentation Issue`_
that are missing, then please tell us by starting a `GitHub Discussion`_
on `SciTools/Iris`_.


Expand All @@ -22,5 +22,5 @@ that may be of interest to the more advanced or curious user.
* :doc:`lenient_maths`


.. _GitHub Documentation Issue: https://github.com/SciTools/iris/issues/new?assignees=&labels=New%3A+Documentation%2C+Type%3A+Documentation&template=documentation.md&title=
.. _GitHub Discussion: https://github.com/SciTools/iris/discussions
.. _SciTools/iris: https://github.com/SciTools/iris
6 changes: 3 additions & 3 deletions docs/src/further_topics/metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Collectively, the aforementioned classes will be known here as the Iris
.. hint::

If there are any `CF Conventions`_ metadata missing from Iris that you
care about, then please let us know by raising a `GitHub Issue`_ on
`SciTools/iris`_
care about, then please tell us by starting a `GitHub Discussion`_ on
`SciTools/iris`_.


Common Metadata
Expand Down Expand Up @@ -990,7 +990,7 @@ values. All other metadata members will be left unaltered.
.. _CF Conventions: https://cfconventions.org/
.. _Cell Measures: https://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#cell-measures
.. _Flags: https://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#flags
.. _GitHub Issue: https://github.com/SciTools/iris/issues/new/choose
.. _GitHub Discussion: https://github.com/SciTools/iris/discussions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea why it's happy with the discussions but not the issues 🤷‍♀️

.. _mapping: https://docs.python.org/3/glossary.html#term-mapping
.. _namedtuple: https://docs.python.org/3/library/collections.html#collections.namedtuple
.. _namedtuple._make: https://docs.python.org/3/library/collections.html#collections.somenamedtuple._make
Expand Down
3 changes: 1 addition & 2 deletions docs/src/whatsnew/1.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ Cubes With no Vertical Coord can now be Exported to GRIB
--------------------------------------------------------

Iris can now export cubes with no vertical coord to GRIB.
The solution is still under discussion: See
https://github.com/SciTools/iris/issues/519.
The solution is still under discussion: See :issue:`519`.


.. _simple_cfg:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/whatsnew/3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,8 @@ v3.0.4 (22 July 2021)
.. _xxHash: https://github.com/Cyan4973/xxHash
.. _PyKE: https://pypi.org/project/scitools-pyke/
.. _@owena11: https://github.com/owena11
.. _GitHub: https://github.com/SciTools/iris/issues/new/choose
.. _readthedocs: https://readthedocs.org/
.. _GitHub: https://github.com/SciTools/iris/discussions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence that references this link is specifically about bug reports and feature requests. Not sure it makes sense to go via discussions???

For these ones, this pattern does work:

_GitHub: :issue:`new/choose`

It seems to go wrong where there is more than one word in the "handle" though.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this pattern does work

Huh, maybe it doesn't: the build seems to work but produces a broken link, at least locally.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works 🎉

 And finally, get in touch with us on :issue:`GitHub<new/choose>` if you have any issues or  feature requests for improving Iris. Enjoy!

.. _CF Conventions and Metadata: https://cfconventions.org/
.. _flake8: https://flake8.pycqa.org/en/stable/
.. _nox: https://nox.thea.codes/en/stable/
Expand Down
2 changes: 1 addition & 1 deletion docs/src/whatsnew/3.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ This document explains the changes made to Iris for this release
.. _blacken-docs: https://github.com/asottile/blacken-docs
.. _conda-lock: https://github.com/conda-incubator/conda-lock
.. _deprecated numpy 1.20 aliases for builtin types: https://numpy.org/doc/1.20/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated
.. _GitHub: https://github.com/SciTools/iris/issues/new/choose
.. _GitHub: https://github.com/SciTools/iris/discussions
.. _Met Office: https://www.metoffice.gov.uk/
.. _numpy: https://numpy.org/doc/stable/release/1.20.0-notes.html
.. |pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/SciTools/iris/main.svg
Expand Down
2 changes: 1 addition & 1 deletion docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ This document explains the changes made to Iris for this release
.. comment
Whatsnew resources in alphabetical order:

.. _GitHub: https://github.com/SciTools/iris/issues/new/choose
.. _GitHub: https://github.com/SciTools/iris/discussions
.. _NEP-29: https://numpy.org/neps/nep-0029-deprecation_policy.html
.. _UGRID: http://ugrid-conventions.github.io/ugrid-conventions/
.. _sort-all: https://github.com/aio-libs/sort-all
Expand Down
2 changes: 1 addition & 1 deletion docs/src/whatsnew/latest.rst.template
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ NOTE: section above is a template for bugfix patches
.. comment
Whatsnew resources in alphabetical order:

.. _GitHub: https://github.com/SciTools/iris/issues/new/choose
.. _GitHub: https://github.com/SciTools/iris/discussions
78 changes: 40 additions & 38 deletions requirements/ci/nox.lock/py38-linux-64.lock

Large diffs are not rendered by default.