-
Notifications
You must be signed in to change notification settings - Fork 12
192 add and test tutorials in documentation #250
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
Open
JessieGould
wants to merge
20
commits into
stfc:main
Choose a base branch
from
JessieGould:192-add-and-test-tutorials-in-documentation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
707fe0c
updated generate_node_graph to generate_provenance_graph in simple_wo…
JessieGould b12a9d9
typo fix
JessieGould 667850a
include extensions = [
JessieGould 6e42049
test: notebook added to website tutorials using nbsphinx. Added nbsph…
JessieGould 180f8b5
added all remaining tutorials and edited conf.py to allow errors (sho…
JessieGould b0185df
added nbsphinx to toml
JessieGould bb47616
added pandoc dependancy
JessieGould 3c40d26
added pandoc to docs.yml
JessieGould 896d426
added pandoc to ci.yml
JessieGould 47a330f
spelling errors addressed
JessieGould c3228b9
spelling errors addressed
JessieGould 07ccb6d
Link to aiida basics added to docs
JessieGould a56d8fa
clear all outputs singlepoint
JessieGould 404cf4b
remove examples/tutorials/calculations/*
JessieGould 0fefc7a
node.pk in sp
JessieGould f8a6085
node.pk in desc
JessieGould 01eb927
node.pk in geomopt
JessieGould 5e175a1
structures and config added to docs for hts
JessieGould fecf65e
edit conf.py
JessieGould 8870ada
Install docs group
oerc0122 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -80,3 +80,6 @@ These are the available calculations | |||||
| * Train | ||||||
|
|
||||||
| For more details on the calculations, please refer to the `calculations section <https://stfc.github.io/aiida-mlip/user_guide/calculations.html>`_. | ||||||
|
|
||||||
| If you would like a refresher on how to use AiiDA in general, please refer to the `AiiDA user guide <https://aiida.readthedocs.io/projects/aiida-core/en/stable/user_guide/index.html>`_. | ||||||
| An excellent introduction to Aiida Basics can be found in the `AiiDA Basics tutorial <https://aiida-tutorials.readthedocs.io/en/latest/sections/getting_started/basics.html>`_. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| arch: mace_mp | ||
| calc-kwargs: | ||
| calc_kwargs: | ||
| dispersion: True | ||
|
Comment on lines
+2
to
+4
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this correct? The input to the CalcJob would just be |
||
| properties: [energy] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can leave this but just to note
docsis a default group, so I don't think this should be needed?