pull/1/head
Matthew Butterick 10 years ago
parent 668032cec6
commit ae05626da9

@ -1,6 +1,8 @@
#lang setup/infotab #lang setup/infotab
(define name "Describe") (define name "Describe")
(define collection "Describe") (define collection "Describe")
(define scribblings '(("scribblings/describe.scrbl" ())))
(define blurb (define blurb
(list "This library provides routines to describe Racket objects.")) (list "This library provides routines to describe Racket objects."))
(define scribblings '(("describe.scrbl" ()))) (define scribblings '(("describe.scrbl" ())))

@ -1,10 +1,10 @@
#lang scribble/doc #lang scribble/doc
@(require scribble/manual @(require scribble/manual
(planet williams/describe/describe) describe
(for-label (for-label
racket racket
(planet williams/describe/describe))) describe))
@title[#:tag "describe"]{Describe} @title[#:tag "describe"]{Describe}
@ -42,7 +42,7 @@ This library provides functions to describe Racket objects. Currently, the follo
The describe library is available from the PLaneT repository. The describe library is available from the PLaneT repository.
@defmodule[(planet williams/describe/describe)] @defmodule[describe]
@table-of-contents[] @table-of-contents[]
Loading…
Cancel
Save