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

hugo: shortcode for link to libformfactor

parent ed9fe826
No related branches found
No related tags found
2 merge requests!1511changes from r20.0,!1509Revise installation instructions; revise hugo config params; use shortcodes for URLs; repair broken links
Showing
with 15 additions and 14 deletions
......@@ -7,7 +7,7 @@ weight = 20
Besides the sources of [BornAgain](https://jugit.fz-juelich.de/mlz/bornagain) you need
those of our support libraries [libheinz](https://jugit.fz-juelich.de/mlz/libheinz)
and [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
and {{% link-libformfactor %}}.
If in doubt, install the tarballs of the latest published release:
```bash
......
......@@ -37,7 +37,7 @@ Class {{% ref-class "Sample/HardParticle" "Bipyramid4" %}} inherits from the int
{{% ref-class "Sample/Particle" "IFormFactor" %}}.
Form factor computation is based on the generic form factor of a polyhedron
provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
against
......
......@@ -35,7 +35,7 @@ As for any other [Form factor](/py/sample/particle/ff).
Class {{% ref-class "Sample/HardParticle" "CantellatedCube" %}} inherits from the interface class
{{% ref-class "Sample/Particle" "IFormFactor" %}}.
Form factor computation is based on the generic form factor of a polyhedron with inversion symmetry provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
Form factor computation is based on the generic form factor of a polyhedron with inversion symmetry provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
against
......
......@@ -31,7 +31,7 @@ As for any other [Form factor](/py/sample/particle/ff).
Class {{% ref-class "Sample/HardParticle" "Dodecahedron" %}} inherits from the interface class
{{% ref-class "Sample/Particle" "IFormFactor" %}}.).
Form factor computation is based on the generic form factor of a polyhedron with inversion symmetry provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
Form factor computation is based on the generic form factor of a polyhedron with inversion symmetry provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
against
......
......@@ -31,7 +31,7 @@ As for any other [Form factor](/py/sample/particle/ff).
Class {{% ref-class "Sample/HardParticle" "Icosahedron" %}} inherits from the interface class
{{% ref-class "Sample/Particle" "IFormFactor" %}}.
Form factor computation is based on the generic form factor of a polyhedron with inversion symmetry provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
Form factor computation is based on the generic form factor of a polyhedron with inversion symmetry provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
against
......
......@@ -31,7 +31,7 @@ As for any other [Form factor](/py/sample/particle/ff).
Class {{% ref-class "Sample/HardParticle" "PlatonicOctahedron" %}} inherits from the interface class
{{% ref-class "Sample/Particle" "IFormFactor" %}}.
Form factor computation is based on the generic form factor of a polyhedron provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
Form factor computation is based on the generic form factor of a polyhedron provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
against
......
......@@ -32,7 +32,7 @@ As for any other [Form factor](/py/sample/particle/ff).
Class {{% ref-class "Sample/HardParticle" "PlatonicTetrahedron" %}} inherits from the interface class
{{% ref-class "Sample/Particle" "IFormFactor" %}}.
Form factor computation is based on the generic form factor of a polyhedron provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
Form factor computation is based on the generic form factor of a polyhedron provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
against
......
......@@ -33,7 +33,7 @@ Form factor is computed as
$$ F(\mathbf{q})=H \space \exp\Big(iq_z\dfrac{H}{2}\Big) \space \text{sinc}\Big(q_z\dfrac{H}{2}\Big) \space F_{||}(\mathbf{q}_{||}) $$
where the form factor $F_{||}(\mathbf{q}_{||}) $ computation is based on the generic form factor of a planar polygon provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
where the form factor $F_{||}(\mathbf{q}_{||}) $ computation is based on the generic form factor of a planar polygon provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
against
......
......@@ -33,7 +33,7 @@ Form factor is computed as
$$ F(\mathbf{q})=H \space \exp\Big(iq_z\dfrac{H}{2}\Big) \space \text{sinc}\Big(q_z\dfrac{H}{2}\Big) \space F_{||}(\mathbf{q}_{||}) $$
where the form factor $F_{||}(\mathbf{q}_{||}) $ computation is based on the generic form factor of a planar polygon with two-fold symmetry $(S_2)$ provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
where the form factor $F_{||}(\mathbf{q}_{||}) $ computation is based on the generic form factor of a planar polygon with two-fold symmetry $(S_2)$ provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
against
......
......@@ -36,7 +36,7 @@ Class {{% ref-class "Sample/HardParticle" "Pyramid2" %}} inherits from the inter
{{% ref-class "Sample/Particle" "IFormFactor" %}}.
Form factor computation is based on the generic form factor of a polyhedron
provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
against
......
......@@ -38,7 +38,7 @@ Class {{% ref-class "Sample/HardParticle" "Pyramid3" %}} inherits from the inter
{{% ref-class "Sample/Particle" "IFormFactor" %}}.
Form factor computation is based on the generic form factor of a polyhedron
provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
against
......
......@@ -35,7 +35,7 @@ Class {{% ref-class "Sample/HardParticle" "Pyramid4" %}} inherits from the inter
{{% ref-class "Sample/Particle" "IFormFactor" %}}.
Form factor computation is based on the generic form factor of a polyhedron
provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
......
......@@ -37,7 +37,7 @@ Class {{% ref-class "Sample/HardParticle" "Pyramid6" %}} inherits from the inter
{{% ref-class "Sample/Particle" "IFormFactor" %}}.
Form factor computation is based on the generic form factor of a polyhedron
provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
against
......
......@@ -35,7 +35,7 @@ Class {{% ref-class "Sample/HardParticle" "TruncatedCube" %}} inherits from the
{{% ref-class "Sample/Particle" "IFormFactor" %}}.
Form factor computation is based on the generic form factor of a polyhedron
provided by [libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor).
provided by {{% link-libformfactor %}}.
Volume [has been validated]({{% url-src %}}/Tests/Unit/Sample/BasicTest.cpp)
against
......
[libformfactor](https://jugit.fz-juelich.de/mlz/libformfactor)
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