Skip to content

Commit 38f09fc

Browse files
committed
Update rips module and Python examples
1 parent 71d83b0 commit 38f09fc

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

docs/source/PythonExamples.rst

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -9,342 +9,342 @@ This pages is created based on the content in the **PythonExamples** folder loca
99
.. _all_cases:
1010

1111
All Cases
12-
===================================
12+
=============================================
1313
.. literalinclude:: ../rips/PythonExamples/all_cases.py
1414

1515
.. _all_simulation_wells:
1616

1717
All Simulation Wells
18-
===================================
18+
=============================================
1919
.. literalinclude:: ../rips/PythonExamples/all_simulation_wells.py
2020

2121
.. _all_wells:
2222

2323
All Wells
24-
===================================
24+
=============================================
2525
.. literalinclude:: ../rips/PythonExamples/all_wells.py
2626

2727
.. _alter_wbs_plot:
2828

2929
Alter Wbs Plot
30-
===================================
30+
=============================================
3131
.. literalinclude:: ../rips/PythonExamples/alter_wbs_plot.py
3232

3333
.. _case_grid_group:
3434

3535
Case Grid Group
36-
===================================
36+
=============================================
3737
.. literalinclude:: ../rips/PythonExamples/case_grid_group.py
3838

3939
.. _case_grid_group_generated_results:
4040

4141
Case Grid Group Generated Results
42-
===================================
42+
=============================================
4343
.. literalinclude:: ../rips/PythonExamples/case_grid_group_generated_results.py
4444

4545
.. _case_info_streaming_example:
4646

4747
Case Info Streaming Example
48-
===================================
48+
=============================================
4949
.. literalinclude:: ../rips/PythonExamples/case_info_streaming_example.py
5050

5151
.. _cell_result_data:
5252

5353
Cell Result Data
54-
===================================
54+
=============================================
5555
.. literalinclude:: ../rips/PythonExamples/cell_result_data.py
5656

5757
.. _command_example:
5858

5959
Command Example
60-
===================================
60+
=============================================
6161
.. literalinclude:: ../rips/PythonExamples/command_example.py
6262

6363
.. _compute_avg_poro_for_region:
6464

6565
Compute Avg Poro For Region
66-
===================================
66+
=============================================
6767
.. literalinclude:: ../rips/PythonExamples/compute_avg_poro_for_region.py
6868

6969
.. _create_and_export_stim_plan_model:
7070

7171
Create And Export Stim Plan Model
72-
===================================
72+
=============================================
7373
.. literalinclude:: ../rips/PythonExamples/create_and_export_stim_plan_model.py
7474

7575
.. _create_corner_point_grid:
7676

7777
Create Corner Point Grid
78-
===================================
78+
=============================================
7979
.. literalinclude:: ../rips/PythonExamples/create_corner_point_grid.py
8080

8181
.. _create_intersection:
8282

8383
Create Intersection
84-
===================================
84+
=============================================
8585
.. literalinclude:: ../rips/PythonExamples/create_intersection.py
8686

8787
.. _create_polygon:
8888

8989
Create Polygon
90-
===================================
90+
=============================================
9191
.. literalinclude:: ../rips/PythonExamples/create_polygon.py
9292

9393
.. _create_regular_surface:
9494

9595
Create Regular Surface
96-
===================================
96+
=============================================
9797
.. literalinclude:: ../rips/PythonExamples/create_regular_surface.py
9898

9999
.. _create_surface_from_thermal_fracture:
100100

101101
Create Surface From Thermal Fracture
102-
===================================
102+
=============================================
103103
.. literalinclude:: ../rips/PythonExamples/create_surface_from_thermal_fracture.py
104104

105105
.. _create_wbs_plot:
106106

107107
Create Wbs Plot
108-
===================================
108+
=============================================
109109
.. literalinclude:: ../rips/PythonExamples/create_wbs_plot.py
110110

111111
.. _error_handling:
112112

113113
Error Handling
114-
===================================
114+
=============================================
115115
.. literalinclude:: ../rips/PythonExamples/error_handling.py
116116

117117
.. _export_contour_maps:
118118

119119
Export Contour Maps
120-
===================================
120+
=============================================
121121
.. literalinclude:: ../rips/PythonExamples/export_contour_maps.py
122122

123123
.. _export_plots:
124124

125125
Export Plots
126-
===================================
126+
=============================================
127127
.. literalinclude:: ../rips/PythonExamples/export_plots.py
128128

129129
.. _export_snapshots:
130130

131131
Export Snapshots
132-
===================================
132+
=============================================
133133
.. literalinclude:: ../rips/PythonExamples/export_snapshots.py
134134

135135
.. _export_well_path_completions:
136136

137137
Export Well Path Completions
138-
===================================
138+
=============================================
139139
.. literalinclude:: ../rips/PythonExamples/export_well_path_completions.py
140140

141141
.. _fishbones_completion:
142142

143143
Fishbones Completion
144-
===================================
144+
=============================================
145145
.. literalinclude:: ../rips/PythonExamples/fishbones_completion.py
146146

147147
.. _generate_ensemble_of_well_logs:
148148

149149
Generate Ensemble Of Well Logs
150-
===================================
150+
=============================================
151151
.. literalinclude:: ../rips/PythonExamples/generate_ensemble_of_well_logs.py
152152

153153
.. _generate_ensemble_surface:
154154

155155
Generate Ensemble Surface
156-
===================================
156+
=============================================
157157
.. literalinclude:: ../rips/PythonExamples/generate_ensemble_surface.py
158158

159159
.. _generate_ensemble_surface_optimized:
160160

161161
Generate Ensemble Surface Optimized
162-
===================================
162+
=============================================
163163
.. literalinclude:: ../rips/PythonExamples/generate_ensemble_surface_optimized.py
164164

165165
.. _grid_information:
166166

167167
Grid Information
168-
===================================
168+
=============================================
169169
.. literalinclude:: ../rips/PythonExamples/grid_information.py
170170

171171
.. _headless_plot_export:
172172

173173
Headless Plot Export
174-
===================================
174+
=============================================
175175
.. literalinclude:: ../rips/PythonExamples/headless_plot_export.py
176176

177177
.. _import_case_properties:
178178

179179
Import Case Properties
180-
===================================
180+
=============================================
181181
.. literalinclude:: ../rips/PythonExamples/import_case_properties.py
182182

183183
.. _import_fractures_on_well:
184184

185185
Import Fractures On Well
186-
===================================
186+
=============================================
187187
.. literalinclude:: ../rips/PythonExamples/import_fractures_on_well.py
188188

189189
.. _import_thermal_fracture_on_well:
190190

191191
Import Thermal Fracture On Well
192-
===================================
192+
=============================================
193193
.. literalinclude:: ../rips/PythonExamples/import_thermal_fracture_on_well.py
194194

195195
.. _import_well_paths_and_logs:
196196

197197
Import Well Paths And Logs
198-
===================================
198+
=============================================
199199
.. literalinclude:: ../rips/PythonExamples/import_well_paths_and_logs.py
200200

201201
.. _input_prop_test_async:
202202

203203
Input Prop Test Async
204-
===================================
204+
=============================================
205205
.. literalinclude:: ../rips/PythonExamples/input_prop_test_async.py
206206

207207
.. _input_prop_test_sync:
208208

209209
Input Prop Test Sync
210-
===================================
210+
=============================================
211211
.. literalinclude:: ../rips/PythonExamples/input_prop_test_sync.py
212212

213213
.. _instance_example:
214214

215215
Instance Example
216-
===================================
216+
=============================================
217217
.. literalinclude:: ../rips/PythonExamples/instance_example.py
218218

219219
.. _launch_load_case_snapshot_exit:
220220

221221
Launch Load Case Snapshot Exit
222-
===================================
222+
=============================================
223223
.. literalinclude:: ../rips/PythonExamples/launch_load_case_snapshot_exit.py
224224

225225
.. _launch_with_commandline_options:
226226

227227
Launch With Commandline Options
228-
===================================
228+
=============================================
229229
.. literalinclude:: ../rips/PythonExamples/launch_with_commandline_options.py
230230

231231
.. _load_case:
232232

233233
Load Case
234-
===================================
234+
=============================================
235235
.. literalinclude:: ../rips/PythonExamples/load_case.py
236236

237237
.. _modeled_well_path:
238238

239239
Modeled Well Path
240-
===================================
240+
=============================================
241241
.. literalinclude:: ../rips/PythonExamples/modeled_well_path.py
242242

243243
.. _modeled_well_path_lateral:
244244

245245
Modeled Well Path Lateral
246-
===================================
246+
=============================================
247247
.. literalinclude:: ../rips/PythonExamples/modeled_well_path_lateral.py
248248

249249
.. _new_summary_plot:
250250

251251
New Summary Plot
252-
===================================
252+
=============================================
253253
.. literalinclude:: ../rips/PythonExamples/new_summary_plot.py
254254

255255
.. _open_project:
256256

257257
Open Project
258-
===================================
258+
=============================================
259259
.. literalinclude:: ../rips/PythonExamples/open_project.py
260260

261261
.. _replace_case:
262262

263263
Replace Case
264-
===================================
264+
=============================================
265265
.. literalinclude:: ../rips/PythonExamples/replace_case.py
266266

267267
.. _save_project:
268268

269269
Save Project
270-
===================================
270+
=============================================
271271
.. literalinclude:: ../rips/PythonExamples/save_project.py
272272

273273
.. _selected_cases:
274274

275275
Selected Cases
276-
===================================
276+
=============================================
277277
.. literalinclude:: ../rips/PythonExamples/selected_cases.py
278278

279279
.. _selected_cells:
280280

281281
Selected Cells
282-
===================================
282+
=============================================
283283
.. literalinclude:: ../rips/PythonExamples/selected_cells.py
284284

285285
.. _set_cell_result:
286286

287287
Set Cell Result
288-
===================================
288+
=============================================
289289
.. literalinclude:: ../rips/PythonExamples/set_cell_result.py
290290

291291
.. _set_flow_diagnostics_result:
292292

293293
Set Flow Diagnostics Result
294-
===================================
294+
=============================================
295295
.. literalinclude:: ../rips/PythonExamples/set_flow_diagnostics_result.py
296296

297297
.. _set_grid_properties:
298298

299299
Set Grid Properties
300-
===================================
300+
=============================================
301301
.. literalinclude:: ../rips/PythonExamples/set_grid_properties.py
302302

303303
.. _soil_average_async:
304304

305305
Soil Average Async
306-
===================================
306+
=============================================
307307
.. literalinclude:: ../rips/PythonExamples/soil_average_async.py
308308

309309
.. _soil_average_sync:
310310

311311
Soil Average Sync
312-
===================================
312+
=============================================
313313
.. literalinclude:: ../rips/PythonExamples/soil_average_sync.py
314314

315315
.. _soil_porv_async:
316316

317317
Soil Porv Async
318-
===================================
318+
=============================================
319319
.. literalinclude:: ../rips/PythonExamples/soil_porv_async.py
320320

321321
.. _soil_porv_sync:
322322

323323
Soil Porv Sync
324-
===================================
324+
=============================================
325325
.. literalinclude:: ../rips/PythonExamples/soil_porv_sync.py
326326

327327
.. _summary_cases:
328328

329329
Summary Cases
330-
===================================
330+
=============================================
331331
.. literalinclude:: ../rips/PythonExamples/summary_cases.py
332332

333333
.. _summary_vectors:
334334

335335
Summary Vectors
336-
===================================
336+
=============================================
337337
.. literalinclude:: ../rips/PythonExamples/summary_vectors.py
338338

339339
.. _surface_import:
340340

341341
Surface Import
342-
===================================
342+
=============================================
343343
.. literalinclude:: ../rips/PythonExamples/surface_import.py
344344

345345
.. _view_example:
346346

347347
View Example
348-
===================================
348+
=============================================
349349
.. literalinclude:: ../rips/PythonExamples/view_example.py
350350

0 commit comments

Comments
 (0)