rsc3/util
2022-08-28 12:27:01 +02:00
..
README.org doc update 2022-08-28 12:27:01 +02:00
schelp2scrbl.rkt help file parsers (for .scm and .schelp) 2022-08-24 16:41:15 +02:00
scm2scrbl.rkt doc update 2022-08-28 12:27:01 +02:00

schelp2scrbl

(sc3) → schelp → racket (scribble)

This is a quikc & dirty parser to convert .schelp files to scribble with the renaming seen in rsc3 (as closely as possible) and should be usable as part of the racket documentation system which uses the scribble format. partially complete. partially automated.

racket schelp2scrbl.rkt -v ../doc-schelp/HelpSource/Classes/LFSaw.schelp

further options…

./scm2scrbl.rkt -h

scm2scrbl

(schelp → scm ) → racket (scribble)

This is a qucik & dirty parser to convert .help.scm files as seen in rsc3 to something usable as part of the racket documentation system which uses the scribble format. partially complete. partially automated.

racket scm2scrbl.rkt ..doc/help/server-command/n-map.help.scm

further options…

./scm2scrbl.rkt -h