Revert "cleanup"

This reverts commit ae05626da9.
pull/1/head
Matthew Butterick 10 years ago
parent ae05626da9
commit c348783c1e

@ -1,10 +1,10 @@
#lang scribble/doc
@(require scribble/manual
describe
(planet williams/describe/describe)
(for-label
racket
describe))
(planet williams/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.
@defmodule[describe]
@defmodule[(planet williams/describe/describe)]
@table-of-contents[]

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

Loading…
Cancel
Save