racket/pkgs/racket-doc/scribblings/reference/running.scrbl
Matthew Flatt 2d4f3e2ac9 remove the "racket-pkgs" directory layer
The layer is now redundant, since everything left in "pkgs" is in the
"racket-pkgs" category.
2014-12-08 05:22:59 -07:00

14 lines
329 B
Racket

#lang scribble/doc
@(require "mz.rkt")
@title[#:tag "running" #:style 'toc]{Running Racket}
@local-table-of-contents[]
@include-section["startup.scrbl"]
@include-section["collects.scrbl"]
@include-section["help.scrbl"]
@include-section["interactive.scrbl"]
@include-section["debugging.scrbl"]
@include-section["kernel.scrbl"]