Skip to content

Commit

Permalink
Fix Sphinx use in release guide and fix some links in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
  • Loading branch information
hakonanes committed Jul 24, 2023
1 parent b6a86f5 commit 309d920
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion RELEASE.rst
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
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
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
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
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
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
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
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

0 comments on commit 309d920

Please sign in to comment.