Skip to content
Snippets Groups Projects
Commit 4776038c authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

[main_linkfix] Fix broken links ()

Merging branch 'main_linkfix'  into 'main'.

See merge request !1893
parents 68733e00 30adafed
No related branches found
No related tags found
1 merge request!1893Fix broken links
Pipeline #109634 passed
......@@ -47,7 +47,7 @@ default pixel size (which is retrieved by `bp.simargs['n']` in function
`get_simulation`.
The function call `simulation.simulate()` runs the simulation and returns
a [Datafield](/ref/sim/simulation-result) object.
a [Datafield](/ref/result/datafield) object.
### Further reading
......
......@@ -30,4 +30,4 @@ Setters:
Getter:
* `simulate()` - runs simulation and returns
[Datafield](/ref/sim/simulation-result)
[Datafield](/ref/result/datafield)
......@@ -29,7 +29,7 @@ For the constructor arguments, see sections [scan](/ref/instr/scan),
For optional settings, see [simulation options](/ref/sim/setup/options).
For the return type of function `simulate()`,
see [Datafield](/ref/sim/simulation-result).
see [Datafield](/ref/result/datafield).
#### Partial waves, modulus, phase
......
......@@ -22,7 +22,7 @@ For the constructor arguments, see sections [scan](/ref/instr/scan),
For optional settings, see [simulation options](/ref/sim/setup/options).
For the return type of function `simulate()`,
see [Datafield](/ref/sim/simulation-result).
see [Datafield](/ref/result/datafield).
##### Examples
......
......@@ -22,7 +22,7 @@ For the constructor arguments, see sections [beam](/ref/instr/beam),
For optional settings, see [simulation options](/ref/sim/setup/options).
For the return type of function `simulate()`,
see [Datafield](/ref/sim/simulation-result).
see [Datafield](/ref/result/datafield).
##### SAS vs GISAS
......
......@@ -21,7 +21,7 @@ and [sample](/ref/sample).
For optional settings, see [simulation options](/ref/sim/setup/options).
For the return type of function `simulate()`,
see [Datafield](/ref/sim/simulation-result).
see [Datafield](/ref/result/datafield).
##### Examples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment