Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit e6e42c6d authored by gsell's avatar gsell
Browse files

Merge branch '46-more-links-to-fix' into 'Manual-2.4'

Resolve "more links to fix"

See merge request OPAL/documentation/manual!98
parents b5c8b139 f89bb0c3
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
:link_manual: {host_git}/OPAL/documentation/manual :link_manual: {host_git}/OPAL/documentation/manual
:link_manual_src: {link_manual}/blob/{branch_manual} :link_manual_src: {link_manual}/blob/{branch_manual}
:baseurl: {link_manual}/blob/{branch_manual}
:link_OPAL_doc: {host_amas}/opal/Documentation/{branch_OPAL} :link_OPAL_doc: {host_amas}/opal/Documentation/{branch_OPAL}
......
...@@ -560,10 +560,10 @@ The `SYSTEM` command can also be used to execute an external script. ...@@ -560,10 +560,10 @@ The `SYSTEM` command can also be used to execute an external script.
Below is an example that generates a random seed with python. Below is an example that generates a random seed with python.
The python script The python script
{link_OPAL_doc}/examples/gen_seed.py[gen_seed.py] {link_manual_src}/examples/gen_seed.py[gen_seed.py]
is called with the `SYSTEM` command. is called with the `SYSTEM` command.
This scripts writes the seed to a file This scripts writes the seed to a file
{link_OPAL_doc}/examples/gen_seed.opal[gen_seed.opal] {link_manual_src}/examples/gen_seed.opal[gen_seed.opal]
that can be read with the `CALL` command. that can be read with the `CALL` command.
---- ----
......
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
:toclevels: 3 :toclevels: 3
:adoc: asciidoc :adoc: asciidoc
:link_home: {baseurl}/Manual.{adoc}[Back to Main Page] :link_manual_src: {baseurl}/Manual.{adoc}[Back to Main Page]
\ No newline at end of file \ No newline at end of file
...@@ -602,7 +602,7 @@ mrad. ...@@ -602,7 +602,7 @@ mrad.
A bash script _tuning.sh_ is shown on the next page, to execute A bash script _tuning.sh_ is shown on the next page, to execute
_OPAL-cycl_ for tune calculations. _OPAL-cycl_ for tune calculations.
{link_OPAL_doc}/examples/tuning.sh[tuning.sh] {link_manual_src}/examples/tuning.sh[tuning.sh]
To start execution, just run To start execution, just run
_tuning.sh_ which uses the input file _testcycl.in_ and the auxiliary _tuning.sh_ which uses the input file _testcycl.in_ and the auxiliary
......
...@@ -394,7 +394,7 @@ track it as in a drift and put it back to the main bunch when finishing ...@@ -394,7 +394,7 @@ track it as in a drift and put it back to the main bunch when finishing
[[sec.partmatter.example-of-an-input-file]] [[sec.partmatter.example-of-an-input-file]]
=== Example of an Input File === Example of an Input File
{link_OPAL_doc}/examples/particlematterinteraction.in[particlematterinteraction.in] {link_manual_src}/examples/particlematterinteraction.in[particlematterinteraction.in]
FX5 is a slit in x direction, the `APERTURE` is *POSITIVE*, the first FX5 is a slit in x direction, the `APERTURE` is *POSITIVE*, the first
value in `APERTURE` is the left part, the second value is the right value in `APERTURE` is the left part, the second value is the right
......
...@@ -149,16 +149,16 @@ two single-gap flat-top cavities. ...@@ -149,16 +149,16 @@ two single-gap flat-top cavities.
Following is an input file of *Single Particle Tracking mode* for PSI Following is an input file of *Single Particle Tracking mode* for PSI
Injector II cyclotron. Injector II cyclotron.
{link_OPAL_doc}/examples/Injector2.in[Injector2.in] {link_manual_src}/examples/Injector2.in[Injector2.in]
The supplementary files should be placed in the same directory. The supplementary files should be placed in the same directory.
* {link_OPAL_doc}/examples/Fieldmaps/Cav1.dat[Cav1.dat] * {link_manual_src}/examples/Fieldmaps/Cav1.dat[Cav1.dat]
* {link_OPAL_doc}/examples/Fieldmaps/Cav3.dat[Cav3.dat] * {link_manual_src}/examples/Fieldmaps/Cav3.dat[Cav3.dat]
* {link_OPAL_doc}/examples/Fieldmaps/ZYKL9Z.NAR[ZYKL9Z.NAR] * {link_manual_src}/examples/Fieldmaps/ZYKL9Z.NAR[ZYKL9Z.NAR]
* {link_OPAL_doc}/examples/Distribution/scdist.opal[scdist.opal] * {link_manual_src}/examples/Distribution/scdist.opal[scdist.opal]
* {link_OPAL_doc}/examples/Distribution/spdist.opal[spdist.opal] * {link_manual_src}/examples/Distribution/spdist.opal[spdist.opal]
* {link_OPAL_doc}/examples/Distribution/tdist.opal[tdist.opal] * {link_manual_src}/examples/Distribution/tdist.opal[tdist.opal]
To run opal on a single node, just use this command: To run opal on a single node, just use this command:
...@@ -205,7 +205,7 @@ the biggest amplitude is the betatron tune value at the given energy. ...@@ -205,7 +205,7 @@ the biggest amplitude is the betatron tune value at the given energy.
Following is the input file for single bunch tracking with space charge Following is the input file for single bunch tracking with space charge
effects in Injector II. effects in Injector II.
{link_OPAL_doc}/examples/Injector2-sc.in[Injector2-sc.in] {link_manual_src}/examples/Injector2-sc.in[Injector2-sc.in]
For the supplementary files see above, <<sec.tutorial.inj2>> For the supplementary files see above, <<sec.tutorial.inj2>>
......
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