Skip to content

Commit

Permalink
Merge pull request #412 from arosen93/docs
Browse files Browse the repository at this point in the history
Link to @JaGeo's tutorials and fix a broken link
  • Loading branch information
utf authored Aug 30, 2023
2 parents ef8edc2 + a69178f commit 1647e53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
2 changes: 1 addition & 1 deletion docs/tutorials/2-introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
],
Expand Down

0 comments on commit 1647e53

Please sign in to comment.