Skip to content
Snippets Groups Projects
Commit 34c7dce4 authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch 'erodrigu-pydantic-update' into 'master'

Fix docs build warnings and failure

See merge request !934
parents 5a0006ce a6a94191
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!934Fix docs build warnings and failure
Pipeline #5845656 passed
......@@ -15,15 +15,15 @@ looks at the TES location which contains the tagged particles and creates a 'one
relating all the available tracks to the B candidate of the events.
Important: Setting DVPATH properly.
To run the example: $DVPATH/run lbexec option_davinci_tupling_relation_isovariables:main $DVPATH/DaVinciExamples/example_data/spruce_b2jpsik_opt.yaml
To run the example: $DVPATH/run lbexec option_davinci_tupling_relation_isovariables:main $DVPATH/DaVinciExamples/example_data/test_passthrough_thor_lines.yaml
rst_title: Relation Tables and Isolation Variables
rst_description: Example for testing the `WeightedRelTableAlg` algorithm.
The job runs over a spruced sample and retrieves a set of :math:`B^0 \to J/\psi K^+` candidates.
For each candidate the algorithm looks at the TES location which contains the tagged particles and creates a 'one-to-many' relation map
relating all the available tracks to the :math:`B` candidate of the events.
rst_running: lbexec DaVinciExamples.tupling.option_davinci_tupling_relation_isovariables:main $DAVINCIEXAMPLESROOT/example_data/spruce_b2jpsik_opt.yaml
rst_yaml: ../DaVinciExamples/example_data/spruce_b2jpsik_opt.yaml
rst_running: lbexec DaVinciExamples.tupling.option_davinci_tupling_relation_isovariables:main $DAVINCIEXAMPLESROOT/example_data/test_passthrough_thor_lines.yaml
rst_yaml: ../DaVinciExamples/example_data/test_passthrough_thor_lines.yaml
"""
from PyConf.Algorithms import WeightedRelTableAlg
......
......@@ -64,7 +64,7 @@ Debugging
Running qmt files locally
---------
-------------------------
Various tests are implemented in the form of quality management test (qmt) files. These test can be run locally using the `qmtexec` command, for example:
......
# FIXME sphinx >=3.4.0 crashes on ConfigurableUser classes (ApplicationOptions)
# since it considers dict __slots__ as name: docstring and for us the value
# means default value... https://github.com/sphinx-doc/sphinx/pull/8546
sphinx==4.4.0
sphinx~=4.0
sphinx_rtd_theme==1.0.0
gitpython
autodoc_pydantic==1.6.2
autodoc_pydantic~=1.7
sphinx-autoapi
# Temporary pin urllib3 to circumvent compatibility issues, see e.g. https://gitlab.cern.ch/lhcb/Moore/-/issues/567
urllib3<=2.0
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