Skip to content

Commit

Permalink
Merge pull request #648 from hakonanes/update-contributor-list
Browse files Browse the repository at this point in the history
Update contributor list and fix some links in docs
  • Loading branch information
hakonanes authored Jul 24, 2023
2 parents 3ccece9 + 309d920 commit b7aa2eb
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
{
"name": "Eric Prestat"
},
{
"name": "Zhou Xu",
"affiliation": "Monash Centre for Electron Microscopy"
},
{
"name": "Erlend Mikkelsen Østvold",
"affiliation": "Norwegian University of Science and Technology"
},
{
"name": "Zhou Xu",
"affiliation": "Monash Centre for Electron Microscopy"
},
{
"name": "Magnus Nord",
"orcid": "0000-0001-7981-5293",
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Preparation

- Run tutorial notebooks and examples in the documentation locally and confirm that they
produce the expected results.
From time to time, check the documentation links (``make linkchecker``) and fix any
From time to time, check the documentation links (``make linkcheck``) and fix any
broken ones.

- Review the contributor list ``__credits__`` in ``kikuchipy/release.py`` to ensure all
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/geometrical_ebsd_simulations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We'll build up the reflector list using [diffsims.crystallography.ReciprocalLatticeVector](https://diffsims.readthedocs.io/en/latest/reference.html#diffsims.crystallography.ReciprocalLatticeVector)"
"We'll build up the reflector list using [diffsims.crystallography.ReciprocalLatticeVector](https://diffsims.readthedocs.io/en/latest/reference/generated/diffsims.crystallography.ReciprocalLatticeVector.html)"
]
},
{
Expand Down Expand Up @@ -479,7 +479,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/hough_indexing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"Note\n",
"\n",
"PyEBSDIndex is an optional dependency of kikuchipy, and can be installed with both `pip` and `conda` (from `conda-forge`).\n",
"To install PyEBSDIndex, see their [installation instructions](https://pyebsdindex.readthedocs.io/en/latest/installation.html).\n",
"To install PyEBSDIndex, see their [installation instructions](https://pyebsdindex.readthedocs.io/en/latest/user/installation.html).\n",
"\n",
"PyEBSDIndex supports indexing face centered and body centered cubic (FCC and BCC) materials.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/hybrid_indexing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"Note\n",
"\n",
"PyEBSDIndex is an optional dependency of kikuchipy, and can be installed with both `pip` and `conda` (from `conda-forge`).\n",
"To install PyEBSDIndex, see their [installation instructions](https://pyebsdindex.readthedocs.io/en/latest/installation.html).\n",
"To install PyEBSDIndex, see their [installation instructions](https://pyebsdindex.readthedocs.io/en/latest/user/installation.html).\n",
"\n",
"PyEBSDIndex supports indexing face centered and body centered cubic (FCC and BCC) materials.\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/pc_calibration_moving_screen_technique.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"Note\n",
"\n",
"PyEBSDIndex is an optional dependency of kikuchipy, and can be installed with both `pip` and `conda` (from `conda-forge`).\n",
"To install PyEBSDIndex, see their [installation instructions](https://pyebsdindex.readthedocs.io/en/latest/installation.html).\n",
"To install PyEBSDIndex, see their [installation instructions](https://pyebsdindex.readthedocs.io/en/latest/user/installation.html).\n",
"\n",
"PyEBSDIndex supports indexing face centered and body centered cubic (FCC and BCC) materials.\n",
"\n",
Expand Down Expand Up @@ -409,7 +409,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/pc_extrapolate_plane.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"Note\n",
"\n",
"PyEBSDIndex is an optional dependency of kikuchipy, and can be installed with both `pip` and `conda` (from `conda-forge`).\n",
"To install PyEBSDIndex, see their [installation instructions](https://pyebsdindex.readthedocs.io/en/latest/installation.html).\n",
"To install PyEBSDIndex, see their [installation instructions](https://pyebsdindex.readthedocs.io/en/latest/user/installation.html).\n",
"\n",
"PyEBSDIndex supports indexing face centered and body centered cubic (FCC and BCC) materials.\n",
"\n",
Expand Down Expand Up @@ -1309,7 +1309,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/pc_fit_plane.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@
"Note\n",
"\n",
"PyEBSDIndex is an optional dependency of kikuchipy, and can be installed with both `pip` and `conda` (from `conda-forge`).\n",
"To install PyEBSDIndex, see their [installation instructions](https://pyebsdindex.readthedocs.io/en/latest/installation.html).\n",
"To install PyEBSDIndex, see their [installation instructions](https://pyebsdindex.readthedocs.io/en/latest/user/installation.html).\n",
"\n",
"PyEBSDIndex supports indexing face centered and body centered cubic (FCC and BCC) materials.\n",
"\n",
Expand Down Expand Up @@ -1395,7 +1395,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/pc_orientation_dependence.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
"Note\n",
"\n",
"PyEBSDIndex is an optional dependency of kikuchipy, and can be installed with both `pip` and `conda` (from `conda-forge`).\n",
"To install PyEBSDIndex, see their [installation instructions](https://pyebsdindex.readthedocs.io/en/latest/installation.html).\n",
"To install PyEBSDIndex, see their [installation instructions](https://pyebsdindex.readthedocs.io/en/latest/user/installation.html).\n",
"\n",
"PyEBSDIndex supports indexing face centered and body centered cubic (FCC and BCC) materials.\n",
"\n",
Expand Down Expand Up @@ -1640,7 +1640,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion kikuchipy/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"Ole Natlandsmyr",
"Tina Bergh",
"Eric Prestat",
"Zhou Xu",
"Erlend Mikkelsen Østvold",
"Zhou Xu",
"Magnus Nord",
]
license = "GPLv3+"
Expand Down

0 comments on commit b7aa2eb

Please sign in to comment.