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

fix link

parent 5279a3a4
No related branches found
No related tags found
2 merge requests!1884patches from r21,!1869webdoc fix some links
...@@ -22,7 +22,7 @@ a dilute random assembly of monodisperse cylindrical disks on a substrate. ...@@ -22,7 +22,7 @@ a dilute random assembly of monodisperse cylindrical disks on a substrate.
#### Function get_simulation #### Function get_simulation
The simulation of type [ScatteringSimulation](/py/sim/class/scattering) The simulation of type [ScatteringSimulation](/ref/sim/class/scattering)
is defined by beam, sample, and detector. is defined by beam, sample, and detector.
The incoming beam is defined by the constructor `Beam` with arguments intensity, The incoming beam is defined by the constructor `Beam` with arguments intensity,
...@@ -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 [Datafield](/ref/result/datafield) object. a [Datafield](/ref/sim/simulation-result) object.
### Further reading ### Further reading
......
...@@ -10,7 +10,7 @@ by a sample that consists of 10 Ti/Ni double layers on a Si substrate. ...@@ -10,7 +10,7 @@ by a sample that consists of 10 Ti/Ni double layers on a Si substrate.
##### Full script ##### Full script
The same script has been used in the tutorial to explain [usage](/py/start/run.md) The same script has been used in the tutorial to explain [usage](/py/run.md)
and [syntax](/py/start/syntax.md) of BornAgain Python code. and [syntax](/py/start/syntax.md) of BornAgain Python code.
Root class reference: [SpecularSimulation](/ref/sim/class/specular). Root class reference: [SpecularSimulation](/ref/sim/class/specular).
......
...@@ -30,4 +30,4 @@ Setters: ...@@ -30,4 +30,4 @@ Setters:
Getter: Getter:
* `simulate()` - runs simulation and returns * `simulate()` - runs simulation and returns
[Datafield](/ref/result/datafield) [Datafield](/ref/sim/simulation-result)
...@@ -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 [Datafield](/ref/result/datafield). see [Datafield](/ref/sim/simulation-result).
#### 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 [Datafield](/ref/result/datafield). see [Datafield](/ref/sim/simulation-result).
##### 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 [Datafield](/ref/result/datafield). see [Datafield](/ref/sim/simulation-result).
##### 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 [Datafield](/ref/result/datafield). see [Datafield](/ref/sim/simulation-result).
##### 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