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

@ -1,8 +1,6 @@
#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" ())))

Loading…
Cancel
Save