Skip to content
Snippets Groups Projects
Commit 3e56432e authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

hugo: fix links

parent bba812c4
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ default pixel size (which is retrieved by `bp.simargs['n']` in function ...@@ -47,7 +47,7 @@ default pixel size (which is retrieved by `bp.simargs['n']` in function
`get_simulation`. `get_simulation`.
The function call `simulation.simulate()` runs the simulation and returns The function call `simulation.simulate()` runs the simulation and returns
a [SimulationResult](/ex/result/simulation-result) object. a [Datafield](/ref/result/datafield) object.
### Further reading ### Further reading
......
...@@ -68,7 +68,7 @@ result = simulation.simulate() ...@@ -68,7 +68,7 @@ result = simulation.simulate()
``` ```
construct a sample and instrument model and run a simulation. construct a sample and instrument model and run a simulation.
The function `simulate()` returns a The function `simulate()` returns a
[SimulationResult](/ref/sim/simulation-result) instance. [Datafield](/ref/result/datafield) instance.
The line The line
```python ```python
......
...@@ -30,4 +30,4 @@ Setters: ...@@ -30,4 +30,4 @@ Setters:
Getter: Getter:
* `simulate()` - runs simulation and returns * `simulate()` - runs simulation and returns
[SimulationResult](/ref/sim/simulation-result) [Datafield](/ref/result/datafield)
...@@ -29,7 +29,7 @@ For the constructor arguments, see sections [scan](/ref/instr/scan), ...@@ -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 optional settings, see [simulation options](/ref/sim/setup/options).
For the return type of function `simulate()`, For the return type of function `simulate()`,
see [SimulationResult](/ref/sim/simulation-result). see [Datafield](/ref/result/datafield).
#### Partial waves, modulus, phase #### Partial waves, modulus, phase
......
...@@ -22,7 +22,7 @@ For the constructor arguments, see sections [scan](/ref/instr/scan), ...@@ -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 optional settings, see [simulation options](/ref/sim/setup/options).
For the return type of function `simulate()`, For the return type of function `simulate()`,
see [SimulationResult](/ref/sim/simulation-result). see [Datafield](/ref/result/datafield).
##### Examples ##### Examples
......
...@@ -22,7 +22,7 @@ For the constructor arguments, see sections [beam](/ref/instr/beam), ...@@ -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 optional settings, see [simulation options](/ref/sim/setup/options).
For the return type of function `simulate()`, For the return type of function `simulate()`,
see [SimulationResult](/ref/sim/simulation-result). see [Datafield](/ref/result/datafield).
##### SAS vs GISAS ##### SAS vs GISAS
......
...@@ -21,7 +21,7 @@ and [sample](/ref/sample). ...@@ -21,7 +21,7 @@ and [sample](/ref/sample).
For optional settings, see [simulation options](/ref/sim/setup/options). For optional settings, see [simulation options](/ref/sim/setup/options).
For the return type of function `simulate()`, For the return type of function `simulate()`,
see [SimulationResult](/ref/sim/simulation-result). see [Datafield](/ref/result/datafield).
##### Examples ##### 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