diff --git a/collects/teachpack/htdc/Docs/htdc.scrbl b/collects/teachpack/htdc/Docs/htdc.scrbl new file mode 100644 index 0000000000..a542ca6fcf --- /dev/null +++ b/collects/teachpack/htdc/Docs/htdc.scrbl @@ -0,0 +1,13 @@ +#lang scribble/doc + +@(require scribble/manual + (for-label scheme)) + +@title[#:style '(toc) #:tag "htdc"]{HtDC Teachpacks} + +@local-table-of-contents[] + +@;include-section["draw.scrbl"] @;"A Functional Drawing Library (HtDC)" +@;include-section["idraw.scrbl"] @;"An Imperative Drawing Library (HtDC)" +@;include-section["geometry.scrbl"] @;"A Geometry Library (HtDC)" +@;include-section["colors.scrbl"] @;"A Colors Library (HtDC)"