From 22bee88dd66a6e68f5d1bfb011212187e80bd7f9 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 13 Aug 2015 16:41:48 -0700 Subject: [PATCH] clarify limitations of `render-pagetree` (closes #78) --- scribblings/render.scrbl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scribblings/render.scrbl b/scribblings/render.scrbl index e352b5e..8bc596f 100644 --- a/scribblings/render.scrbl +++ b/scribblings/render.scrbl @@ -68,6 +68,8 @@ Render multiple @racket[_source-paths] in one go. This can be faster than @racke [(render-pagetree [pagetree-source pathish?]) void?])] Using @racket[_pagetree], or a pagetree loaded from @racket[_pagetree-source], render the pages in that pagetree using @racket[render-batch]. +Note that @racket[_pagetree] or @racket[_pagetree_source] is used strictly as a list of files to render. It is not used, for instance, as the navigational pagetree for the rendered files. + @defproc[ (get-template-for [source-path complete-path?])