From 9e3cacb1c81e64f757901525e98374725d0a6c9f Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Wed, 17 Jan 2024 08:28:30 +0100 Subject: [PATCH] Update docs --- docs/make.jl | 1 + docs/src/manual/calibration.md | 2 ++ docs/src/manual/rootfiles.md | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 76c1d53a..a5debeb6 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -17,6 +17,7 @@ makedocs(; "manual/rootfiles.md", "manual/detector.md", "manual/calibration.md", + "manual/tools.md", ], "Examples" => Any[ "examples/offline_data.md", diff --git a/docs/src/manual/calibration.md b/docs/src/manual/calibration.md index 7863732a..f0a5deec 100644 --- a/docs/src/manual/calibration.md +++ b/docs/src/manual/calibration.md @@ -1,3 +1,5 @@ # Calibration +It's implemented but not documented here yet. Check out the docs `calibrate` +function's docstring! diff --git a/docs/src/manual/rootfiles.md b/docs/src/manual/rootfiles.md index 023da3de..90b28157 100644 --- a/docs/src/manual/rootfiles.md +++ b/docs/src/manual/rootfiles.md @@ -299,4 +299,5 @@ julia> f = ROOTFile("root://ccxroot:1999//hpss/in2p3.fr/group/km3net/data/raw/se ROOTFile{OnlineTree (136335 events, 107632 summaryslices)} ``` -Now you can +Now you can use it as if it was on your local filesystem. `UnROOT.jl` will take +care of loading only the needed data from the server. -- GitLab