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

fix broken links

parent 5ae0927a
No related branches found
No related tags found
1 merge request!1892Fix broken links in git-main webdoc
Pipeline #109627 passed
...@@ -24,6 +24,6 @@ Of these, clang-format is not controlled by `make`, but must be run manually. ...@@ -24,6 +24,6 @@ Of these, clang-format is not controlled by `make`, but must be run manually.
Optionally, the following tools can be needed: Optionally, the following tools can be needed:
- Graphviz, to visualize project hierarchy with doxygen; - Graphviz, to visualize project hierarchy with doxygen;
- hugo, to generate [web documentation](/howto/contribute-to-documentation). - hugo, to generate [web documentation](/dev/webdoc).
{{% children %}} {{% children %}}
...@@ -6,7 +6,7 @@ weight = 20 ...@@ -6,7 +6,7 @@ weight = 20
### Plotting with axes in different units ### Plotting with axes in different units
In this example we demonstrate how to plot intensity data with detector axes expressed in different units. It serves as a supporting example to the In this example we demonstrate how to plot intensity data with detector axes expressed in different units. It serves as a supporting example to the
[Accessing simulation results](/ex/result/export/more) tutorial. [Accessing simulation results](/ex/result/export) tutorial.
* The standard [Cylinders in DWBA](/ex/sim/gisas) * The standard [Cylinders in DWBA](/ex/sim/gisas)
sample is used to setup the simulation. sample is used to setup the simulation.
......
...@@ -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
[Datafield](/ref/sim/simulation-result) instance. [Datafield](/ref/result/datafield) instance.
The line The line
```python ```python
......
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