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

mv py/result ex/result

parent 618df4eb
No related branches found
No related tags found
1 merge request!1746webdoc: reorganize fit directories
File moved
......@@ -81,8 +81,8 @@ hist.save("result.int.gz")
Additional information can be found in the following pages:
* [Accessing simulation results example](/py/result/export/more.md)
* [Plotting with axes in different units](/py/result/export/axes-in-different-units)
* [Accessing simulation results example](/ex/result/export/more.md)
* [Plotting with axes in different units](/ex/result/export/axes-in-different-units)
* [SimulationResult C++ class reference](http://apps.jcns.fz-juelich.de/doxy/BornAgain/classSimulationResult.html)
* [Histogram1D C++ class reference](http://apps.jcns.fz-juelich.de/doxy/BornAgain/classHistogram1D.html)
* [Histogram2D C++ class reference](http://apps.jcns.fz-juelich.de/doxy/BornAgain/classHistogram2D.html)
......@@ -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 [SimulationResult](/py/result/simulation-result) object.
a [SimulationResult](/ex/result/simulation-result) object.
### Further reading
......
......@@ -30,7 +30,7 @@ Recommended software:
* For generating a man page:
* `perl`
* For [Matplotlib usetex mode](/py/result/matplotlib.md):
* For [Matplotlib usetex mode](/ex/result/matplotlib.md):
* `texlive-latex-extra` (and dependencies)
* `dvipng`
* `cm-super-minimal`
......
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