moved algol60 and honu docs to experimental category

remove empty doc categories
This commit is contained in:
Ryan Culpepper 2011-07-01 20:13:52 -06:00
parent 80bea07d5c
commit 4d38f491ca
3 changed files with 34 additions and 32 deletions

View File

@ -2,4 +2,4 @@
(define tools '(("tool.ss")))
(define tool-names '("Algol 60"))
(define scribblings '(("algol60.scrbl" () (other))))
(define scribblings '(("algol60.scrbl" () (experimental 40))))

View File

@ -1,3 +1,3 @@
#lang setup/infotab
(define scribblings '(("honu.scrbl" (multi-page) (other))))
(define scribblings '(("honu.scrbl" (multi-page) (experimental 40))))

View File

@ -113,6 +113,7 @@
(lambda (sec)
(let ([docs (filter (lambda (doc) (eq? (car doc) (sec-cat sec)))
docs)])
(cond [(pair? docs)
(list*
(plain-line (hspace 1))
(plain-line (let loop ([s (sec-label sec)])
@ -142,6 +143,7 @@
(caadr x)))))
renderer part resolve-info))])
(string-ci<? (str ad) (str bd)))
(> (car ad) (car bd)))))))))
(> (car ad) (car bd)))))))]
[else null])))
sections))))
(make-delayed-block contents)))