mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Python doc : Added examples page
This commit is contained in:
@@ -0,0 +1,77 @@
|
|||||||
|
+++
|
||||||
|
title = "Python Examples"
|
||||||
|
published = true
|
||||||
|
weight = 40
|
||||||
|
+++
|
||||||
|
|
||||||
|
This pages is created based on the content in the **PythonExamples** folder located inside the **rips** module, made available online for convenience.
|
||||||
|
|
||||||
|
|
||||||
|
AllCases
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/AllCases.py
|
||||||
|
|
||||||
|
AppInfo
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/AppInfo.py
|
||||||
|
|
||||||
|
CaseGridGroup
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/CaseGridGroup.py
|
||||||
|
|
||||||
|
CaseInfoStreamingExample
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/CaseInfoStreamingExample.py
|
||||||
|
|
||||||
|
CommandExample
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/CommandExample.py
|
||||||
|
ErrorHandling
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/ErrorHandling.py
|
||||||
|
ExportSnapshots
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/ExportSnapshots.py
|
||||||
|
GridInformation
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/GridInformation.py
|
||||||
|
InputPropTestAsync
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/InputPropTestAsync.py
|
||||||
|
InputPropTestSync
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/InputPropTestSync.py
|
||||||
|
InstanceExample
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/InstanceExample.py
|
||||||
|
|
||||||
|
LaunchWithCommandLineOptions
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/LaunchWithCommandLineOptions.py
|
||||||
|
SelectedCases
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/SelectedCases.py
|
||||||
|
SetCellResult
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/SetCellResult.py
|
||||||
|
SetFlowDiagnosticsResult
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/SetFlowDiagnosticsResult.py
|
||||||
|
SetGridProperties
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/SetGridProperties.py
|
||||||
|
SoilAverageAsync
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/SoilAverageAsync.py
|
||||||
|
SoilAverageSync
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/SoilAverageSync.py
|
||||||
|
SoilPorvAsync
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/SoilPorvAsync.py
|
||||||
|
SoilPorvSync
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/SoilPorvSync.py
|
||||||
|
ViewExample
|
||||||
|
------
|
||||||
|
.. literalinclude:: ../../rips/PythonExamples/ViewExample.py
|
||||||
Reference in New Issue
Block a user