racket/collects/graphics/scribblings/turtles.scrbl
Ryan Culpepper 1b702a2ae3 docs reorganization
added tutorial, racket categories
  relabeled some other categories
  normalized manual names: de-bolded, changed some names
2011-07-01 17:16:53 -06:00

14 lines
373 B
Racket

#lang scribble/doc
@(require scribble/manual)
@title{Turtle Graphics}
Turtle graphics are available in two forms: traditional imperative
turtle operations that draw into a fixed window, and functional turtle
operations that consume and produce a turtle picture.
@table-of-contents[]
@include-section["traditional-turtles.scrbl"]
@include-section["value-turtles.scrbl"]