Skip to content

Commit

Permalink
docs: fixed bracket mistake in user submodule docs + broken link (fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
n-claes committed May 5, 2023
1 parent 259e6d7 commit 666a3a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/general/own_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ submodule (mod_equilibrium) smod_user_defined
contains
module procedure user_defined_eq()
module procedure user_defined_eq
! ...
Expand Down Expand Up @@ -114,7 +114,7 @@ submodule (mod_equilibrium) smod_user_defined
contains
module procedure user_defined_eq()
module procedure user_defined_eq
if (settings%equilibrium%use_defaults) then
k2 = 0.0_dp
k3 = 1.0_dp
Expand All @@ -134,7 +134,7 @@ Specifying the unit normalisations can either be done through the parfile (the `
Setting units is done by accessing the `settings%units` object, take a look at the type-bound procedures [here](../../ford/type/units_t.html)
for an overview of the available options. All units should be in cgs, the units below are the default ones.
```fortran
module procedure user_defined_eq()
module procedure user_defined_eq
call units%set_units_from_temperature( &
unit_length=1.0e9_dp, & ! cm
unit_magneticfield=10.0_dp, & ! Gauss
Expand Down
2 changes: 1 addition & 1 deletion docs/pylbo/using_pylbo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ last_modified_at: 2023-04-13
Using Pylbo is quite straightforward, for a detailed guide on the API we refer to the
[Pylbo documentation](../../sphinx/autoapi/pylbo/index.html).
This page will provide a basic guide on how to use the package . In what follows we assume that Pylbo has been installed
(see [installing Pylbo](../installing_pylbo)) and has been imported.
(see [installing Pylbo](../../getting-started/installation#pylbo)) and has been imported.

## Loading Legolas datfiles
You can either load a single datfile or multiple datfiles at the same time. Both loaders accept either strings
Expand Down

0 comments on commit 666a3a0

Please sign in to comment.