Skip to content

Commit

Permalink
Fix formatting whats-new.rst for doc-building (#366)
Browse files Browse the repository at this point in the history
* fix integer formatting whatsnew

* other syntax

* fix it from conf.py

* weird rst syntax

* add this PR to the whatsnew.rst

* fix format
  • Loading branch information
JoranAngevaare committed Jul 8, 2024
1 parent 3df9887 commit d3b05dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors:
orcid: "https://orcid.org/0000-0002-1660-7822"
- family-names: "Nicholas"
given-names: "Thomas"
orcid: "0000-0002-2176-0530
orcid: "0000-0002-2176-0530"
- family-names: "Magin"
given-names: "Justus"
orcid: "https://orcid.org/0000-0002-4254-8002"
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@

# link to github issues
extlinks = {
"issue": ("https://github.com/jbusecke/xmip/issues/%s", "GH#"),
"pull": ("https://github.com/jbusecke/xmip/issues/%s", "GH#"),
"issue": ("https://github.com/jbusecke/xmip/issues/%s", "GH#%s"),
"pull": ("https://github.com/jbusecke/xmip/pull/%s", "GH#%s"),
}

# -- Options for HTML output -------------------------------------------------
Expand Down
17 changes: 9 additions & 8 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ v0.8.0 (unreleased)

Internal Changes
~~~~~~~~~~~~~~~~
- Add `longitude_bnds` and `latitude_bnds` to `cmip_renaming_dict` (:pull:`300`). By `Joran Angevaare <https://github.com/JoranAngevaare>`
- Updated pre-commit linting to use ruff (:pull:`359`). By `Julius Busecke <https://github.com/jbusecke>`
- Modernized packaging workflow, that runs on each PR (:pull:`361`). By `Julius Busecke <https://github.com/jbusecke>`
- Added 'nvertices' -> 'vertex' to renaming preprocessor (:pull:`357`). By `Julius Busecke <https://github.com/jbusecke>`
- Updated mamba CI + testing py311/py312 (:issue:`360`, :pull:`362`). By `Julius Busecke <https://github.com/jbusecke>`
- Add `longitude_bnds` and `latitude_bnds` to `cmip_renaming_dict` (:pull:`300`). By `Joran Angevaare <https://github.com/JoranAngevaare>`_
- Updated pre-commit linting to use ruff (:pull:`359`). By `Julius Busecke <https://github.com/jbusecke>`_
- Modernized packaging workflow, that runs on each PR (:pull:`361`). By `Julius Busecke <https://github.com/jbusecke>`_
- Added 'nvertices' -> 'vertex' to renaming preprocessor (:pull:`357`). By `Julius Busecke <https://github.com/jbusecke>`_
- Updated mamba CI + testing py311/py312 (:issue:`360`, :pull:`362`). By `Julius Busecke <https://github.com/jbusecke>`_

Bugfixes
~~~~~~~~
- Fixed cyclic interpolation in `_interp_nominal_lon` (:issue:`295`, :pull:`296`). By `Joran Angevaare <https://github.com/JoranAngevaare>`
- Fixed cyclic interpolation in `_interp_nominal_lon` (:issue:`295`, :pull:`296`). By `Joran Angevaare <https://github.com/JoranAngevaare>`_
- Fix formatting `whats-new.rst` for doc-building (:pull:`366`). By `Joran Angevaare <https://github.com/JoranAngevaare>`_

.. _whats-new.0.7.2:

Expand All @@ -26,8 +27,8 @@ v0.7.3 (unreleased)

Internal Changes
~~~~~~~~~~~~~~~~
- Added PR template (:pull:`304`). By `Julius Busecke <https://github.com/jbusecke>`
- Add `longitude_bnds` and `latitude_bnds` to `cmip_renaming_dict` (:pull:`300`). By `Joran Angevaare <https://github.com/JoranAngevaare>`
- Added PR template (:pull:`304`). By `Julius Busecke <https://github.com/jbusecke>`_
- Add `longitude_bnds` and `latitude_bnds` to `cmip_renaming_dict` (:pull:`300`). By `Joran Angevaare <https://github.com/JoranAngevaare>`_

.. _whats-new.0.7.0:

Expand Down

0 comments on commit d3b05dd

Please sign in to comment.