Skip to content

Commit

Permalink
Please documentation pipeline...
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Josef Junggeburth committed Jul 3, 2024
1 parent 161be3c commit 4bb8ea0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Core/include/Acts/MagneticField/MagneticFieldContext.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ namespace Acts {

class MagneticFieldContext : public ContextType {
public:
/// Inherit all constructors
using ContextType::ContextType;
};

Expand Down
1 change: 1 addition & 0 deletions Core/include/Acts/Utilities/CalibrationContext.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ namespace Acts {

class CalibrationContext : public ContextType {
public:
/// Inherit all constructors
using ContextType::ContextType;
};

Expand Down
2 changes: 1 addition & 1 deletion docs/_extensions/lazy_autodoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def run() -> None:
role_instances["class"] |= {
"Acts::GeometryContext",
"Acts::MagneticFieldContext",
"Acts:: CalibrationContext",
"Acts::CalibrationContext",
"Acts::BinningData",
"Acts::Direction",
"Acts::ConstrainedStep",
Expand Down

0 comments on commit 4bb8ea0

Please sign in to comment.