Skip to content

Commit

Permalink
update doc url in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Oct 14, 2019
1 parent 9cfc976 commit 09753e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To follow these steps, you need to be one of the maintainers for imod on both

1. Update the :doc:`changelog`.

2. Tag in Gitlab UI. `Old tags are here <https://gitlab.com/deltares/imod/imod-python/-/tags>`_. `Old releases are here <https://gitlab.com/deltares/imod/imod-python/-/releases>`_. To make a tag show up under releases, fill in the release notes in the UI. Since we keep changes in the :doc:`changelog` only, just put ``See https://deltares.gitlab.io/imod/imod-python/changelog.html`` in both the ``Message`` and ``Release notes`` box. The tag name should be ``vx.y.z``, where x, y and z are version numbers according to `Semantic Versioning <https://semver.org/>`_.
2. Tag in Gitlab UI. `Old tags are here <https://gitlab.com/deltares/imod/imod-python/-/tags>`_. `Old releases are here <https://gitlab.com/deltares/imod/imod-python/-/releases>`_. To make a tag show up under releases, fill in the release notes in the UI. Since we keep changes in the :doc:`changelog` only, just put ``See https://imod.xyz/changelog.html`` in both the ``Message`` and ``Release notes`` box. The tag name should be ``vx.y.z``, where x, y and z are version numbers according to `Semantic Versioning <https://semver.org/>`_.

3. Locally, ``git fetch --tags`` and ``git pull``, verify you are on the commit you want to release, and that it is clean.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ iMOD-Python: work with iMOD MODFLOW models in Python
Work with `iMOD <https://oss.deltares.nl/web/imod>`__ MODFLOW models in
Python.

Documentation: https://deltares.gitlab.io/imod/imod-python/
Documentation: https://imod.xyz/

Source code: https://gitlab.com/deltares/imod/imod-python

Expand Down

0 comments on commit 09753e2

Please sign in to comment.