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:
parent
371f2ca494
commit
856c27560b
|
@ -1,7 +1,7 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.rkt" (for-label framework))
|
||||
|
||||
@title{@bold{Embedded GUI}: Widgets within @racket[editor<%>]}
|
||||
@title{Embedded GUI: Widgets Within Editors}
|
||||
|
||||
@author["Mike T. McHenry"]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.rkt")
|
||||
|
||||
@title{@bold{MrLib}: Extra GUI Libraries}
|
||||
@title{MrLib: Extra GUI Libraries}
|
||||
|
||||
@table-of-contents[]
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@(require (for-label framework framework/framework-unit framework/framework-sig racket/gui))
|
||||
@(require scribble/manual)
|
||||
|
||||
@title{@bold{Framework}: Racket GUI Application Framework}
|
||||
@title{Framework: Racket GUI Application Framework}
|
||||
@(defmodule framework)
|
||||
|
||||
@author["Robert Bruce Findler" "Matthew Flatt"]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.rkt")
|
||||
|
||||
@title{@bold{GUI}: Racket Graphical Interface Toolkit}
|
||||
@title{The Racket Graphical Interface Toolkit}
|
||||
|
||||
@author["Matthew Flatt" "Robert Bruce Findler" "John Clements"]
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define scribblings '(("gui.scrbl" (multi-page) (gui-library 101))))
|
||||
(define scribblings '(("gui.scrbl" (multi-page) (racket-core -22))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user