From 1def62100a4db7c318b39c373ba4f6c8ea04a4bb Mon Sep 17 00:00:00 2001 From: vuillaut Date: Thu, 13 Apr 2023 13:43:48 +0200 Subject: [PATCH] fix missing config in docs --- docs/conf.py | 2 ++ docs/lst_analysis_workflow.rst | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 25df63467c..0c7316b95c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -144,6 +144,8 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +html_extra_path = ['examples'] + # -- Options for HTMLHelp output ------------------------------------------ diff --git a/docs/lst_analysis_workflow.rst b/docs/lst_analysis_workflow.rst index f35f39741b..13fd3484e9 100644 --- a/docs/lst_analysis_workflow.rst +++ b/docs/lst_analysis_workflow.rst @@ -86,9 +86,12 @@ You can also produce a config using `lstchain-dump-config`. DL3/IRF config files -------------------- - DL3/IRF example config files are provided in `docs/example`: - - `dl3_tool_config.json `_ - - `irf_tool_config.json `_ + +DL3/IRF example config files are provided in `docs/example`: + + - `dl3_tool_config.json `_ + - `irf_tool_config.json `_ + Such files should be used to produce DL3 files and IRFs from DL2 (see :ref:`the Analysis Steps `)