Skip to content

Commit

Permalink
Merge pull request #4147 from lisajulia/feature/documentation-dispatch
Browse files Browse the repository at this point in the history
Fix typo - and test the automatic deployment to opm-python-documentat…
  • Loading branch information
lisajulia committed Jul 29, 2024
2 parents 974bd79 + 4e4c361 commit d075bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches: master
paths:
- 'python/docstrings_common.json'
pull_request:
branches: master
paths:
- 'python/docstrings_common.json'

jobs:
dispatch:
Expand Down
4 changes: 2 additions & 2 deletions python/docstrings_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
"Schedule_get_well": {
"signature": "opm.io.schedule.Schedule.get_well(well_name: str, report_step: int) -> Well",
"doc": "Retrieve a well at a given report step.\n\n:param well_name: The name of the well.\n:type well_name: str\n:param report_step: The report step.\n:type report_step: int\n\n:return: Well object at the given report step. \n:type return: well"
"doc": "Retrieves a well at a given report step.\n\n:param well_name: The name of the well.\n:type well_name: str\n:param report_step: The report step.\n:type report_step: int\n\n:return: Well object at the given report step. \n:type return: well"
},
"Schedule_get_wells": {
"signature": "opm.io.schedule.Schedule.get_wells(well_name_pattern: str) -> list",
Expand Down Expand Up @@ -155,7 +155,7 @@
},
"Well_pos": {
"signature": "Well.pos() -> tuple",
"doc": "Retrieve the position of the well.\n\n:return: A tuple containing the (i, j) coordinates and the reference depth of the well. \n:type return: tuple"
"doc": "Retrieves the position of the well.\n\n:return: A tuple containing the (i, j) coordinates and the reference depth of the well. \n:type return: tuple"
},
"Well_isdefined": {
"signature": "Well.isdefined(report_step: int) -> bool",
Expand Down

0 comments on commit d075bc8

Please sign in to comment.