Skip to content

Commit

Permalink
Fixed references
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikdemand committed Dec 10, 2024
1 parent d50c1de commit 3c14b0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx_source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Sept. 2023 - Version 0.3.0
Feb. 2023

* Added support for the generation of friend trees. For more details, check :ref:`FriendTree Generation`.
* Added documentation on Ntuple and friend production via KingMaker. For more details, check :ref:`KingMaker`.
* Added documentation on Ntuple and friend production via KingMaker. For more details, check :ref:`Workflow Management`.

Jan. 2023

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx_source/correction_manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For now, the CorrectionManager supports the following correction files:
- correctionlib files of type ``correction::CompoundCorrection`` using the :cpp:func:`correctionManager::CorrectionManager::loadCompoundCorrection` function
- json files using the :cpp:func:`correctionManager::CorrectionManager::loadjson` function

A Documentation of all Correction Manager functions can be found in :ref:`Namespace:Correctionmanager`
A Documentation of all Correction Manager functions can be found in :ref:`Namespace: Correctionmanager`

Required Changes
******************
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx_source/friend_trees.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A FriendTree is generated using a FriendTreeConfiguration. Such a configuration
The recommended way of producing FriendTrees is to use a workflow tool, that manages the submission of jobs, generation of tarballs and organizing the output. One possible workflow tool choice is KingMaker (https://github.com/KIT-CMS/KingMaker). A more detailed description of the KingMaker workflow can be found in :ref:`KingMaker`.
The recommended way of producing FriendTrees is to use a workflow tool, that manages the submission of jobs, generation of tarballs and organizing the output. One possible workflow tool choice is KingMaker (https://github.com/KIT-CMS/KingMaker). A more detailed description of the KingMaker workflow can be found in :ref:`Workflow Management`.

Writing a FriendTreeConfiguration
---------------------------------
Expand Down

0 comments on commit 3c14b0f

Please sign in to comment.