racket/collects/rackunit/scribblings/rackunit.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

24 lines
632 B
Racket

#lang scribble/doc
@(require "base.rkt")
@title{RackUnit: Unit Testing}
@author[(author+email "Noel Welsh" "noelwelsh@gmail.com")
(author+email "Ryan Culpepper" "ryanc@racket-lang.org")]
RackUnit is a unit-testing framework for Racket. It
is designed to handle the needs of all Racket programmers,
from novices to experts.
@table-of-contents[]
@include-section["quick-start.scrbl"]
@include-section["philosophy.scrbl"]
@include-section["api.scrbl"]
@include-section["utils.scrbl"]
@include-section["internals.scrbl"]
@include-section["release-notes.scrbl"]
@include-section["acknowledgements.scrbl"]
@index-section[]