Commit 16758ed4 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Merge branch 'p-doc-alert-color-fixes' into 'master'

doc: fix some colors in alert boxes

See merge request allpix-squared/allpix-squared!947
parents bf6467a1 9c9a4e63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ properties attached to it:
  which describes the rotation of 45° around the Z axis, followed by a 10° rotation around the initial Y axis, and finally]
  a rotation of 12° around the initial X axis.

  {{% alert title="Note" color="warning" %}}
  {{% alert title="Note" color="info" %}}
  All supported rotations are extrinsic active rotations, i.e. the vector itself is rotated, not the coordinate system. All
  angles in configuration files should be specified in the order they will be applied.
  {{% /alert %}}
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ parameters, except the type parameter and the support layers, can be changed by
and the updated value to the detector configuration. The framework will then automatically create a copy of this model with
the requested change.

{{% alert title="Note" color="warning" %}}
{{% alert title="Note" color="info" %}}
Before re-implementing models, it should be checked if the desired change can be achieved using the detector model
specialization. For most cases this provides a quick and flexible way to adapt detectors to different needs and setups (for
example, detectors with different sensor thicknesses).