Skip to content

Commit

Permalink
Edited the parameter label so that it aligns with standard sphinx par…
Browse files Browse the repository at this point in the history
…ameter docuemtnation
  • Loading branch information
lsawade committed Feb 25, 2025
1 parent e539946 commit 4cbf45d
Show file tree
Hide file tree
Showing 7 changed files with 189 additions and 189 deletions.
12 changes: 6 additions & 6 deletions docs/parameter_documentation/databases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ Parameter definitions
..dropdown:: ``databases``
:open:

**default value** : None
:default value: None

**possible values** : [YAML Node]
:possible values: [YAML Node]

**documentation** : Define databases section
:documentation: Define databases section


.. _database-file-parameter:

.. dropdown:: ``databases.mesh-database``

**default value** : None
:default value: None

**possible values** : [string]
:possible values: [string]

**documentation** : Location of the fortran binary database file defining the mesh
:documentation: Location of the fortran binary database file defining the mesh
18 changes: 9 additions & 9 deletions docs/parameter_documentation/header.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ Parameter definitions
.. dropdown:: ``header``
:open:

**default value** : None
:default value: None

**possible values** : [YAML Node]
:possible values: [YAML Node]

**documentation** : Define header section
:documentation: Define header section

.. dropdown:: ``header.title``

**default value** : None
:default value: None

**possible values** : [string]
:possible values: [string]

**documentation** : Brief name for this simulation
:documentation: Brief name for this simulation

.. dropdown:: ``header.description``

**default value** : None
:default value: None

**possible values** : [string]
:possible values: [string]

**documentation** : Detailed description for this run.
:documentation: Detailed description for this run.
30 changes: 15 additions & 15 deletions docs/parameter_documentation/receivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,38 +30,38 @@ Parameter definitions
.. dropdown:: ``receivers``
:open:

**default value** : None
:default value: None

**possible values** : [YAML Node]
:possible values: [YAML Node]

**documentation** : receiver information required to calculate seismograms.
:documentation: receiver information required to calculate seismograms.


.. dropdown:: ``receivers.stations``

**default value** : None
:default value: None

**possible values** : [string]
:possible values: [string]

**documentation** : Path to ``stations_file``
:documentation: Path to ``stations_file``


.. dropdown:: ``receivers.angle``

**default value** : None
:default value: None

**possible values** : [float]
:possible values: [float]

**documentation** : Angle to rotate components at receivers
:documentation: Angle to rotate components at receivers


.. dropdown:: ``receivers.seismogram-type``

**default value** : None
:default value: None

**possible values** : [YAML list]
:possible values: [YAML list]

**documentation** : Type of seismograms to be written.
:documentation: Type of seismograms to be written.



Expand Down Expand Up @@ -93,9 +93,9 @@ Parameter definitions
.. dropdown:: ``receivers.nstep_between_samples``

**default value** : None
:default value: None

**possible values** : [int]
:possible values: [int]

**documentation** : Number of time steps between sampling the wavefield
:documentation: Number of time steps between sampling the wavefield
at station locations for writing seismogram.
18 changes: 9 additions & 9 deletions docs/parameter_documentation/run_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ Parameter definitions
.. dropdown:: ``run-setup``
:open:

**default value** : number-of-processors: 1, number-of-runs: 1
:default value: number-of-processors: 1, number-of-runs: 1

**possible values** : [YAML Node]
:possible values: [YAML Node]

**documentation** : Define run-time configuration for your simulation
:documentation: Define run-time configuration for your simulation

.. dropdown:: ``run-setup.number-of-processors``

**default value** : 1
:default value: 1

**possible values** : [int]
:possible values: [int]

**documentation** : Number of MPI processes used in the simulation. MPI version is not enabled in this version of the package. number-of-processors == 1
:documentation: Number of MPI processes used in the simulation. MPI version is not enabled in this version of the package. number-of-processors == 1


.. dropdown:: ``run-setup.number-of-runs``

**default value** : 1
:default value: 1

**possible values** : [int]
:possible values: [int]

**documentation** : Number of runs in this simulation. Only single run implemented in this version of the package. number-of-runs == 1
:documentation: Number of runs in this simulation. Only single run implemented in this version of the package. number-of-runs == 1
18 changes: 9 additions & 9 deletions docs/parameter_documentation/seismogram_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@ Parameter definitions
.. dropdown:: ``seismogram``
:open:

**default value** : NULL
:default value: NULL

**possible values** : [YAML Node]
:possible values: [YAML Node]

**documentation** : Define seismogram output configuration
:documentation: Define seismogram output configuration


.. dropdown:: ``seismogram.seismogram-format``

**default value** : None
:default value: None

**possible values** : [ascii]
:possible values: [ascii]

**documentation** : Type of seismogram format to be written.
:documentation: Type of seismogram format to be written.

1. ascii - :ref:`ASCII` writes calculated seismogram values to seismogram files in string format.


.. dropdown:: ``seismogram.output-folder``

**default value** : Current working directory
:default value: Current working directory

**possible values** : [string]
:possible values: [string]

**documentation** : Path to output folder where the seismograms will be saved.
:documentation: Path to output folder where the seismograms will be saved.
Loading

0 comments on commit 4cbf45d

Please sign in to comment.