From 72cb5dcc2f3fd31189dae07eafd944ddcb4a87b3 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Thu, 30 Jun 2022 16:46:00 +0200 Subject: [PATCH] fix deprecation in the jupyter-download role syntax --- docs/source/tutorial/basics.rst | 4 ++-- docs/source/tutorial/bloch_generator.rst | 4 ++-- docs/source/tutorial/kdotp_generator.rst | 4 ++-- docs/source/tutorial/kekule.rst | 4 ++-- docs/source/tutorial/symmetry_finder.rst | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/source/tutorial/basics.rst b/docs/source/tutorial/basics.rst index 6d56caf..7cbcfe2 100644 --- a/docs/source/tutorial/basics.rst +++ b/docs/source/tutorial/basics.rst @@ -5,8 +5,8 @@ Qsymm Basics .. seealso:: - The complete source code of this example can be found in :jupyter-download:script:`basics`. - A Jupyter notebook can be found in :jupyter-download:notebook:`basics`. + The complete source code of this example can be found in :jupyter-download-script:`basics`. + A Jupyter notebook can be found in :jupyter-download-notebook:`basics`. .. jupyter-kernel:: :id: basics diff --git a/docs/source/tutorial/bloch_generator.rst b/docs/source/tutorial/bloch_generator.rst index bb6a3c9..0a648e2 100644 --- a/docs/source/tutorial/bloch_generator.rst +++ b/docs/source/tutorial/bloch_generator.rst @@ -4,8 +4,8 @@ Generating tight-binding models =============================== .. seealso:: - The complete source code of this example can be found in :jupyter-download:script:`bloch_generator`. - A Jupyter notebook can be found in :jupyter-download:notebook:`bloch_generator`. + The complete source code of this example can be found in :jupyter-download-script:`bloch_generator`. + A Jupyter notebook can be found in :jupyter-download-notebook:`bloch_generator`. .. jupyter-kernel:: :id: bloch_generator diff --git a/docs/source/tutorial/kdotp_generator.rst b/docs/source/tutorial/kdotp_generator.rst index ed5f99d..c3dacbf 100644 --- a/docs/source/tutorial/kdotp_generator.rst +++ b/docs/source/tutorial/kdotp_generator.rst @@ -4,8 +4,8 @@ Generating :math:`k \cdot p` models =================================== .. seealso:: - The complete source code of this example can be found in :jupyter-download:script:`kdotp_generator`. - A Jupyter notebook can be found in :jupyter-download:notebook:`kdotp_generator`. + The complete source code of this example can be found in :jupyter-download-script:`kdotp_generator`. + A Jupyter notebook can be found in :jupyter-download-notebook:`kdotp_generator`. .. jupyter-kernel:: :id: kdotp_generator diff --git a/docs/source/tutorial/kekule.rst b/docs/source/tutorial/kekule.rst index 98707c6..6ef54fc 100644 --- a/docs/source/tutorial/kekule.rst +++ b/docs/source/tutorial/kekule.rst @@ -4,8 +4,8 @@ Finding symmetries of the Kekule-Y continuum model ================================================== .. seealso:: - The complete source code of this example can be found in :jupyter-download:script:`kekule`. - A Jupyter notebook can be found in :jupyter-download:notebook:`kekule`. + The complete source code of this example can be found in :jupyter-download-script:`kekule`. + A Jupyter notebook can be found in :jupyter-download-notebook:`kekule`. .. jupyter-kernel:: :id: kekule diff --git a/docs/source/tutorial/symmetry_finder.rst b/docs/source/tutorial/symmetry_finder.rst index d72246f..1473ca3 100644 --- a/docs/source/tutorial/symmetry_finder.rst +++ b/docs/source/tutorial/symmetry_finder.rst @@ -5,8 +5,8 @@ Finding Symmetries .. seealso:: - The complete source code of this example can be found in :jupyter-download:script:`symmetry_finder`. - A Jupyter notebook can be found in :jupyter-download:notebook:`symmetry_finder`. + The complete source code of this example can be found in :jupyter-download-script:`symmetry_finder`. + A Jupyter notebook can be found in :jupyter-download-notebook:`symmetry_finder`. .. jupyter-kernel:: :id: symmetry_finder -- GitLab