diff --git a/docs/source/examples_advanced.rst b/docs/source/examples_advanced.rst index 469bfe0b..d592fbd6 100644 --- a/docs/source/examples_advanced.rst +++ b/docs/source/examples_advanced.rst @@ -7,7 +7,7 @@ This section provides example models of some of the more advanced features of gp Building a heterogeneous soil ============================= -:download:`heterogeneous_soil.in ` +:download:`heterogeneous_soil.in <../../user_models/heterogeneous_soil.in>` This example demonstrates how to build a more realistic soil model using a stochastic distribution of dielectric properties. A mixing model for soils proposed by Peplinski (http://dx.doi.org/10.1109/36.387598) is used to define a series of dispersive material properties for the soil. diff --git a/docs/source/features.rst b/docs/source/features.rst index e1dc7b7f..8237a377 100644 --- a/docs/source/features.rst +++ b/docs/source/features.rst @@ -75,7 +75,7 @@ Retired commands Commands yet to be implemented ------------------------------ -There are commands from previous versions of gprMax that are planned for this version, but are yet to be implemented. These will be introduced in a future update. They are: ``#thin_wire``, ``#transmission_line``, and ``#plane_wave``. +There are commands from previous versions of gprMax that are planned for this version, but are yet to be implemented. These will be introduced in a future update. They are``#thin_wire`` and ``#plane_wave``. Migrating old input files diff --git a/docs/source/index.rst b/docs/source/index.rst index 459f0a67..1e6286e2 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -21,7 +21,7 @@ gprMax User Guide .. toctree:: :maxdepth: 2 - :caption: Tools + :caption: Additional tools plotting utils @@ -31,7 +31,6 @@ gprMax User Guide :caption: Advanced topics openmp_mpi - optimisation .. toctree:: :maxdepth: 2 diff --git a/docs/source/optimisation.rst b/docs/source/optimisation.rst deleted file mode 100644 index 28e67dc1..00000000 --- a/docs/source/optimisation.rst +++ /dev/null @@ -1,12 +0,0 @@ -.. _optimsation: - -************ -Optimisation -************ - -This section will explain how to use an optimisation algorithm with gprMax. - -Taguchi's method -================ - -