-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add documentation #4018
Add documentation #4018
Conversation
f6d999a
to
bab2495
Compare
bab2495
to
b7a0559
Compare
jenkins build this please |
b7a0559
to
ebc897e
Compare
jenkins build this please |
ebc897e
to
450b7af
Compare
jenkins build this please |
450b7af
to
5360101
Compare
jenkins build this please |
5360101
to
2f480a1
Compare
jenkins build this please |
60ea2ea
to
f93509e
Compare
Looks good. |
534ac88
to
78ca5d8
Compare
jenkins build this please |
78ca5d8
to
538eaa4
Compare
jenkins build this please |
538eaa4
to
071d105
Compare
faa6e8d
to
d789f8e
Compare
7539bdd
to
be0bfbb
Compare
To make the whole "automatic deployment of the documentation work" we need to add a token here, such that a change in opm-common/python/docstrings_common.json triggers a workflow in opm-simulators. For this we need to:
|
jenkins build this please |
f2dea4c
to
1a634b6
Compare
@blattms and @hakonhagland: This is finally ready for review :) |
jenkins build this please |
…docstrings from simulators to common
…mon.json is changed
1a634b6
to
73cc234
Compare
jenkins build this please |
curl -X POST \ | ||
-H "Accept: application/vnd.github+json" \ | ||
-H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \ | ||
https://api.github.com/repos/lisajulia/opm-simulators/dispatches \ |
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.
I guess this needs to change to OPM
instead of lisajulia
when this workflow is activated ?
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.
Yes, thanks! I've opened a new PR: #4129
Approved by @hakonhagland and I trust him. Comment can be addressed once someone actually activates github action. Merging. |
This PR builds on #4029 which should be merged first.
It adds documentation to some methods that are 'not-so-clear'.