From c5ef942595c5800315e201d8b04d2a24e860bdf2 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Thu, 9 Mar 2023 18:24:08 -0700 Subject: [PATCH] Change module reference --- docs/source/input_api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/input_api.rst b/docs/source/input_api.rst index 93c68c8c..70c2d3ec 100644 --- a/docs/source/input_api.rst +++ b/docs/source/input_api.rst @@ -15,10 +15,10 @@ The API also allows gprMax to interface with other Python libraries. For example The syntax of the API is generally more verbose than the input file command syntax. However, for input file commands where there are an undefined number of parameters, such as adding dispersive properties, the user may find the API more manageable. Example -================== +======= The following example is used to give an introduction to the gprMax API. the example file is found in -``user_models/antenna_wire_dipole_fs.py``. +``examples/antenna_wire_dipole_fs.py``. First, import the gprMax module. @@ -114,7 +114,7 @@ The essential commands are: Domain ------ -.. autoclass:: gprMax.cmds_singleuse.Domain +.. autoclass:: cmds_singleuse.Domain Discretisation --------------