Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
91434159
Commit
91434159
authored
1 year ago
by
Mikhail Svechnikov
Browse files
Options
Downloads
Patches
Plain Diff
fix broken links
parent
5ae0927a
No related branches found
No related tags found
1 merge request
!1892
Fix broken links in git-main webdoc
Pipeline
#109627
passed
1 year ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
hugo/content/dev/build.md
+1
-1
1 addition, 1 deletion
hugo/content/dev/build.md
hugo/content/ex/result/export/axes-in-different-units/index.md
+1
-1
1 addition, 1 deletion
...content/ex/result/export/axes-in-different-units/index.md
hugo/content/py/syntax.md
+1
-1
1 addition, 1 deletion
hugo/content/py/syntax.md
with
3 additions
and
3 deletions
hugo/content/dev/build.md
+
1
−
1
View file @
91434159
...
@@ -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 %}}
This diff is collapsed.
Click to expand it.
hugo/content/ex/result/export/axes-in-different-units/index.md
+
1
−
1
View file @
91434159
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
hugo/content/py/syntax.md
+
1
−
1
View file @
91434159
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment