racket/collects/plot/tests/test-docs-complete.rkt
Robby Findler 507b1cd8fd moved the docs-complete library into rackunit
to avoid having a separate, new manual for the
  one library
2011-05-05 16:10:42 -05:00

14 lines
423 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote plot/view))
(check-docs (quote plot/renderers))
(check-docs (quote plot/renderer-helpers))
(check-docs (quote plot/plplot))
(check-docs (quote plot/plot))
(check-docs (quote plot/plot-extend))
(check-docs (quote plot/math))
(check-docs (quote plot))
(check-docs (quote plot/fit))
(check-docs (quote plot/fit-low-level))
(check-docs (quote plot/extend))