diff --git a/docs/sphinx_source/changelog.rst b/docs/sphinx_source/changelog.rst index 9bc48639..66456c68 100644 --- a/docs/sphinx_source/changelog.rst +++ b/docs/sphinx_source/changelog.rst @@ -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 diff --git a/docs/sphinx_source/correction_manager.rst b/docs/sphinx_source/correction_manager.rst index d70034df..2a31b491 100644 --- a/docs/sphinx_source/correction_manager.rst +++ b/docs/sphinx_source/correction_manager.rst @@ -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 ****************** diff --git a/docs/sphinx_source/friend_trees.rst b/docs/sphinx_source/friend_trees.rst index 4cad3589..948788d0 100644 --- a/docs/sphinx_source/friend_trees.rst +++ b/docs/sphinx_source/friend_trees.rst @@ -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 ---------------------------------