diff --git a/docs/make.jl b/docs/make.jl
index 76c1d53a5416a450bf1b135867c369bb98f44345..a5debeb64d004ec161cfe3e3f4eebf3d06f2cea9 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 7863732a358ca76c5d2f59565dafd48ea698876d..f0a5deec1050b535a891d3bb405cf42674d53c17 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 023da3de3409714ecfcf6c99f98cfc8d14652bfe..90b28157ed37dc9f54667e8953c8503223618333 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.