moved algol60 and honu docs to experimental category
remove empty doc categories
This commit is contained in:
parent
80bea07d5c
commit
4d38f491ca
|
@ -2,4 +2,4 @@
|
|||
|
||||
(define tools '(("tool.ss")))
|
||||
(define tool-names '("Algol 60"))
|
||||
(define scribblings '(("algol60.scrbl" () (other))))
|
||||
(define scribblings '(("algol60.scrbl" () (experimental 40))))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define scribblings '(("honu.scrbl" (multi-page) (other))))
|
||||
(define scribblings '(("honu.scrbl" (multi-page) (experimental 40))))
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user