From cff3a63aff1930fa629c87583ba7f886cb2b7062 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Wed, 29 Mar 2023 11:59:08 +0100 Subject: [PATCH] Updated titles --- docs/source/input_api.rst | 6 +++--- docs/source/input_hash_cmds.rst | 2 +- docs/source/output.rst | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/input_api.rst b/docs/source/input_api.rst index 8357890d..44b85d58 100644 --- a/docs/source/input_api.rst +++ b/docs/source/input_api.rst @@ -1,8 +1,8 @@ .. _api: -*************************** -Model building - Python API -*************************** +************************************ +Advanced Model Building (Python API) +************************************ Introduction ============ diff --git a/docs/source/input_hash_cmds.rst b/docs/source/input_hash_cmds.rst index f589cfd2..f5c6fd13 100644 --- a/docs/source/input_hash_cmds.rst +++ b/docs/source/input_hash_cmds.rst @@ -1,7 +1,7 @@ .. _commands: ****************************** -Model building - hash commands +Model building (hash commands) ****************************** An input file has to be supplied to gprMax which should contain all the necessary information to run a GPR model. The input file is an ASCII text file which can be prepared with any text editor or word-processing program. In the input file the hash character (``#``) is reserved and is used to denote the beginning of a command which will be passed to gprMax. The general syntax of commands is: diff --git a/docs/source/output.rst b/docs/source/output.rst index 96e9c5ab..0907d11b 100644 --- a/docs/source/output.rst +++ b/docs/source/output.rst @@ -1,8 +1,8 @@ .. _output: -************* -Model outputs -************* +***************** +Simulation Output +***************** Field(s) output ===============