Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation and tutorial notebooks ahead of new release #334

Merged
merged 11 commits into from
Nov 25, 2024
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ stack-data==0.6.3
# via ipython
tabulate==0.9.0
# via jupyter-cache
tornado==6.4.1
tornado==6.4.2
# via
# ipykernel
# jupyter-client
Expand Down
7 changes: 4 additions & 3 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Tutorials are intended as a more complete example of `smact` being applied in re
.. toctree::
:maxdepth: 1

tutorials/crystal_space
tutorials/crystal_space_visualisation
tutorials/smact_validity_of_GNoMe
tutorials/smact_generation_of_solar_oxides
tutorials/oxidation_states
tutorials/smact_validity_of_GNoMe
tutorials/crystal_space
tutorials/crystal_space_visualisation
tutorials/filtering_icsd_oxidation_states.ipynb
2 changes: 1 addition & 1 deletion docs/tutorials/crystal_space.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/WMD-group/SMACT/blob/docs_updates/docs/tutorials/crystal_space.ipynb)"
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/WMD-group/SMACT/blob/master/docs/tutorials/crystal_space.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/crystal_space_visualisation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/WMD-group/SMACT/blob/docs_updates/docs/tutorials/crystal_space_visualisation.ipynb)"
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/WMD-group/SMACT/blob/master/docs/tutorials/crystal_space_visualisation.ipynb)"
]
},
{
Expand Down
Loading