From 136251c4b15b969a1047af78d055e530baa95d94 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 8 Aug 2019 11:38:01 +0200 Subject: [PATCH] Python doc : Add modules GridCaseGroup and View --- .../GrpcInterface/Python/doc/source/rips.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ApplicationCode/GrpcInterface/Python/doc/source/rips.rst b/ApplicationCode/GrpcInterface/Python/doc/source/rips.rst index c03c530f93..f20e954542 100644 --- a/ApplicationCode/GrpcInterface/Python/doc/source/rips.rst +++ b/ApplicationCode/GrpcInterface/Python/doc/source/rips.rst @@ -71,6 +71,13 @@ Example print(dimensions.j) print(dimensions.k) +GridCaseGroup Module +=========== + +.. autoclass:: rips.GridCaseGroup + :members: + + Project Module ============== @@ -83,7 +90,13 @@ Properties Module .. autoclass:: rips.Properties :members: -Synchronous Example +View Module +================= + +.. autoclass:: rips.View + :members: + + Synchronous Example -------------------- Read two properties, multiply them together and push the results back to ResInsight in a naïve way, by reading PORO into a list, then reading PERMX into a list, then multiplying them both in a resulting list and finally transferring back the list.