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 371f2ca494
commit 856c27560b
5 changed files with 5 additions and 5 deletions

View File

@ -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"]

View File

@ -1,7 +1,7 @@
#lang scribble/doc
@(require "common.rkt")
@title{@bold{MrLib}: Extra GUI Libraries}
@title{MrLib: Extra GUI Libraries}
@table-of-contents[]

View File

@ -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"]

View File

@ -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"]

View File

@ -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))))