diff --git a/docs/tutorials.rst b/docs/tutorials.rst index bfeee7d1..0ba33463 100644 --- a/docs/tutorials.rst +++ b/docs/tutorials.rst @@ -1,10 +1,6 @@ Tutorials ========= -.. Note:: - These tutorials are a work in progress. Additional tutorials on the more advanced - features of jobflow will be added soon. - .. toctree:: :maxdepth: 1 @@ -16,3 +12,6 @@ Tutorials tutorials/6-makers tutorials/7-generalized-makers tutorials/8-fireworks + +.. Note:: + [@jageo](https://github.com/JaGeo) also has a set of [Jobflow tutorials](https://jageo.github.io/Advanced_Jobflow_Tutorial/intro.html) written within the context of computational materials science applications, which you may wish to check out after exploring the basics here. diff --git a/docs/tutorials/2-introduction.ipynb b/docs/tutorials/2-introduction.ipynb index 468e7aee..d2a95426 100644 --- a/docs/tutorials/2-introduction.ipynb +++ b/docs/tutorials/2-introduction.ipynb @@ -496,7 +496,7 @@ "source": [ "## Next steps\n", "\n", - "Now that you are more familiar jobflows, we encourage you to learn about all the different options jobflow provides for designing and running workflows. A good next step is the [Defining Jobs using jobflow tutorial](https://hackingmaterials.lbl.gov/jobflow/tutorials/3-defining-jobs.html), which will cover the `Job` object and `job` decorator in more detail.\n" + "Now that you are more familiar jobflows, we encourage you to learn about all the different options jobflow provides for designing and running workflows. A good next step is the [Defining Jobs using jobflow tutorial](https://materialsproject.github.io/jobflow/tutorials/3-defining-jobs.html), which will cover the `Job` object and `job` decorator in more detail.\n" ] } ],