-
Notifications
You must be signed in to change notification settings - Fork 94
📚 Add basic PwBaseWorkChain
documentation
#1074
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
base: main
Are you sure you want to change the base?
Conversation
Note: closing the PR and reopening it fixed the RTD build issue. I'm assuming this forced Github to update the references again, which can then be properly picked up by RTD. |
Now it's failing at the
With the error:
|
It seems that the RTD build starts too fast somehow. I can reproduce the error locally, and I see that the latest commit is missing from the log. If I wait a bit longer, the checkout command does work. At that point I can rebuild the documentation on RTD and all is well. |
Tried to integrate a change in the |
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.
Thanks a lot @mbercx !
This is really needed, and thanks for pushing it. I think it would be great to have at least two or three how-tos:
- One showing how to get the builder and "fill it up" (or even just creating an
inputs
dictionary with the minimal structure - The second showing how to easily get it using the
get_builder_from_protocol
- The third showing how to override the default inputs
Then we should also add an extra how-to page to just explain in general the usage of the get_builder_from_protocol
and how to get other info about protocols.
Haha, thanks for the comments @bastonero! This was really just a super initial draft to test why the RTD build was failing, but yes I did want to get started on this, documentation should be a priority after we merge as many of the open PRs as possible I think. I'll try to have a more solid crack at adding these first parts later this week! |
Mainly testing if the docs do build properly still for branches on the
aiidateam
repository.