Skip to content

Commit

Permalink
DOC: Update URLs to WMO reports
Browse files Browse the repository at this point in the history
These are supposed to be the "permalinks", so let's use those. This is
attempting to address some failures on linkchecking.
  • Loading branch information
dopplershift committed Oct 26, 2023
1 parent 2084ef3 commit 1bea17d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions docs/api/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,10 @@ References
.. [WMO8] WMO, 2020: Guide to Meteorological Instruments and Methods of Observation,
Volume 1: Measurement of Meteorological Variables.
`WMO No.8 <https://library.wmo.int/index.php?lvl=notice_display&id=12407>`_.
`WMO No.8 <https://library.wmo.int/idurl/4/41650>`_.
.. [WMO306] WMO, 2011: Manual on Codes - International Codes, Volume I.1, Annex II to the WMO
Technical Regulations: Part A - Alphanumeric Codes. `WMO No.306
<https://library.wmo.int/index.php?lvl=notice_display&id=13617>`_.
Technical Regulations: Part A - Alphanumeric Codes. `WMO No.306 <https://library.wmo.int/idurl/4/35713>`_.
.. [WMO1966] WMO, 1966: International Meteorological Tables, `WMO-No. 188.TP.94
<https://library.wmo.int/doc_num.php?explnum_id=7997>`_.
.. [WMO1966] WMO, 1966: International Meteorological Tables,
`WMO-No. 188.TP.94 <https://library.wmo.int/idurl/4/59923>`_.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,8 @@
r'https://conda.io/docs/': r'https://conda.io/en/latest/',
r'https://github.com/Unidata/MetPy/issues/new/choose': r'https://github.com/login.*choose',
r'https://doi.org/.*': r'https://.*',
r'https://gitter.im/Unidata/MetPy': r'https://app.gitter.im/.*MetPy.*'
r'https://gitter.im/Unidata/MetPy': r'https://app.gitter.im/.*MetPy.*',
r'https://library.wmo.int/idurl/.*': r'https://library.wmo.int/.*'
}

# Domain-specific HTTP headers for requests
Expand Down

0 comments on commit 1bea17d

Please sign in to comment.