Update list of examples

This commit is contained in:
Magne Sjaastad 2020-03-14 10:11:14 +01:00
parent 30eafceef4
commit 0bdfd319c3

View File

@ -13,6 +13,18 @@ AllCases
--------
.. literalinclude:: ../../rips/PythonExamples/all_cases.py
AllSimulationWells
------------------
.. literalinclude:: ../../rips/PythonExamples/all_simulation_wells.py
AllWells
--------
.. literalinclude:: ../../rips/PythonExamples/all_wells.py
AlterWbsPlot
------------
.. literalinclude:: ../../rips/PythonExamples/alter_wbs_plot.py
CaseGridGroup
-------------
.. literalinclude:: ../../rips/PythonExamples/case_grid_group.py
@ -21,6 +33,10 @@ CaseInfoStreamingExample
------------------------
.. literalinclude:: ../../rips/PythonExamples/case_info_streaming_example.py
CellResultData
--------------
.. literalinclude:: ../../rips/PythonExamples/cell_result_data.py
CommandExample
--------------
.. literalinclude:: ../../rips/PythonExamples/command_example.py
@ -69,10 +85,22 @@ LaunchWithCommandLineOptions
----------------------------
.. literalinclude:: ../../rips/PythonExamples/launch_with_commandline_options.py
Launch Using Command Line Options
---------------------------------
.. literalinclude:: ../../rips/PythonExamples/launch_with_commandline_options.py
NewSummaryPlot
--------------
.. literalinclude:: ../../rips/PythonExamples/new_summary_plot.py
SelectedCases
-------------
.. literalinclude:: ../../rips/PythonExamples/selected_cases.py
SelectedCells
-------------
.. literalinclude:: ../../rips/PythonExamples/selected_cells.py
SetCellResult
-------------
.. literalinclude:: ../../rips/PythonExamples/set_cell_result.py