docs reorganization

added tutorial, racket categories
  relabeled some other categories
  normalized manual names: de-bolded, changed some names

original commit: 1b702a2ae32aba835f7467ced6b203902db0ccd9
This commit is contained in:
Ryan Culpepper 2011-06-29 03:14:04 -06:00
parent 61c5ddc3aa
commit 51eff0360d
2 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,7 @@
scribble/bnf
"utils.rkt")
@title[#:tag "top"]{@bold{Datalog}: Deductive database programming}
@title[#:tag "top"]{Datalog: Deductive Database Programming}
@author[(author+email "Jay McCarthy" "jay@racket-lang.org")]
@link["http://en.wikipedia.org/wiki/Datalog"]{Datalog} is

View File

@ -1,3 +0,0 @@
#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote mzcom/installer))