Skip to content

Commit 8bc5fc1

Browse files
authored
Merge pull request #334 from WMD-group/documentation_fix
Fix documentation and tutorial notebooks ahead of new release
2 parents ba5e986 + ad2d0b8 commit 8bc5fc1

14 files changed

+5919
-43
lines changed

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ stack-data==0.6.3
203203
# via ipython
204204
tabulate==0.9.0
205205
# via jupyter-cache
206-
tornado==6.4.1
206+
tornado==6.4.2
207207
# via
208208
# ipykernel
209209
# jupyter-client

docs/tutorials.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Tutorials are intended as a more complete example of `smact` being applied in re
88
.. toctree::
99
:maxdepth: 1
1010

11-
tutorials/crystal_space
12-
tutorials/crystal_space_visualisation
13-
tutorials/smact_validity_of_GNoMe
1411
tutorials/smact_generation_of_solar_oxides
1512
tutorials/oxidation_states
13+
tutorials/smact_validity_of_GNoMe
14+
tutorials/crystal_space
15+
tutorials/crystal_space_visualisation
16+
tutorials/filtering_icsd_oxidation_states.ipynb

docs/tutorials/crystal_space.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"cell_type": "markdown",
5959
"metadata": {},
6060
"source": [
61-
"[![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)"
61+
"[![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)"
6262
]
6363
},
6464
{

docs/tutorials/crystal_space_visualisation.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"cell_type": "markdown",
4848
"metadata": {},
4949
"source": [
50-
"[![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)"
50+
"[![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)"
5151
]
5252
},
5353
{

0 commit comments

Comments
 (0)