mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-14 17:44:20 -06:00
Python Doc : Add examples
This commit is contained in:
parent
cf1b9f40b7
commit
8e8aeaed6d
@ -10,14 +10,13 @@ import Commands_pb2_grpc as CmdRpc
|
||||
import rips.Case
|
||||
|
||||
class Commands:
|
||||
"""Command executor which can run ResInsight Command File commands nearly verbatim
|
||||
|
||||
Documentation Command File Interface:
|
||||
https://resinsight.org/docs/commandfile/
|
||||
"""Command executor which can run ResInsight Command File commands nearly verbatim. See
|
||||
[ Command File Interface ]({{< ref "commandfile.md" >}})
|
||||
|
||||
The differences are:
|
||||
* Enum values have to be provided as strings. I.e. "ALL" instead of ALL.
|
||||
* Booleans have to be specified as correct Python. True instead of true.
|
||||
|
||||
- Enum values have to be provided as strings. I.e. "ALL" instead of ALL.
|
||||
- Booleans have to be specified as correct Python. True instead of true.
|
||||
|
||||
"""
|
||||
def __init__(self, channel):
|
||||
|
Loading…
Reference in New Issue
Block a user