diff --git a/GrpcInterface/Python/rips/PythonExamples/wells_and_fractures/import_orion_events.py b/GrpcInterface/Python/rips/PythonExamples/experimental/import_orion_events.py similarity index 100% rename from GrpcInterface/Python/rips/PythonExamples/wells_and_fractures/import_orion_events.py rename to GrpcInterface/Python/rips/PythonExamples/experimental/import_orion_events.py diff --git a/GrpcInterface/Python/rips/PythonExamples/wells_and_fractures/well_event_schedule_orion.py b/GrpcInterface/Python/rips/PythonExamples/experimental/well_event_schedule_orion.py similarity index 100% rename from GrpcInterface/Python/rips/PythonExamples/wells_and_fractures/well_event_schedule_orion.py rename to GrpcInterface/Python/rips/PythonExamples/experimental/well_event_schedule_orion.py diff --git a/docs/orionEvents.md b/docs/orionEvents.md index e6172e284b..c0c6651753 100644 --- a/docs/orionEvents.md +++ b/docs/orionEvents.md @@ -17,7 +17,7 @@ A standalone validator runs Layer A only: python3 -m rips.orion_events myfile.orion ``` -Runnable examples: `rips/PythonExamples/wells_and_fractures/import_orion_events.py` (reads the shipped sample `rips/example_input_files/well_events.orion`) and `well_event_schedule_orion.py` (full event coverage, generates schedule text). +Runnable examples: `rips/PythonExamples/experimental/import_orion_events.py` (reads the shipped sample `rips/example_input_files/well_events.orion`) and `well_event_schedule_orion.py` (full event coverage, generates schedule text). ## Quick example