diff --git a/collects/pict/info.rkt b/collects/pict/info.rkt index 7043eff25b..9de63666eb 100644 --- a/collects/pict/info.rkt +++ b/collects/pict/info.rkt @@ -1,4 +1,4 @@ #lang setup/infotab (define scribblings - '(("scribblings/pict.scrbl" () (gui-library)))) + '(("scribblings/pict.scrbl" (multi-page) (gui-library 100)))) diff --git a/collects/pict/scribblings/pict.scrbl b/collects/pict/scribblings/pict.scrbl index 26b70a114b..54f3bc7562 100644 --- a/collects/pict/scribblings/pict.scrbl +++ b/collects/pict/scribblings/pict.scrbl @@ -14,16 +14,16 @@ @(ss-eval '(require pict racket/math racket/class racket/draw racket/list pict/balloon pict/flash)) -@title[#:style 'toc]{Functional Pictures} +@title[#:style 'toc]{Pict: Functional Pictures} @declare-exporting[pict] @defmodule*/no-declare[(pict)]{ The @racketmodname[pict] library is one of the standard Racket functional picture libraries (the other being @racketmodname[2htdp/image]). -This library was original designed for use with Slideshow, -and is re-provided by the -@racketmodname[slideshow] language.} +This library was original designed for use with +@seclink[#:doc '(lib "scribblings/slideshow/slideshow.scrbl") "top"]{Slideshow}, +and is re-provided by the @racketmodname[slideshow] language.} @local-table-of-contents[] diff --git a/collects/scribblings/slideshow/guide.scrbl b/collects/scribblings/slideshow/guide.scrbl index d3cda8eb6b..fe959050ed 100644 --- a/collects/scribblings/slideshow/guide.scrbl +++ b/collects/scribblings/slideshow/guide.scrbl @@ -18,7 +18,7 @@ The @racketmodname[slideshow] module acts as a language that includes: @itemize[ - @item{all of @racketmodname[racket];} + @item{all of @racketmodname[racket] except for @racket[printable<%>];} @item{pict-creating functions from @racketmodname[pict]; and} diff --git a/collects/scribblings/slideshow/legacy.scrbl b/collects/scribblings/slideshow/legacy.scrbl new file mode 100644 index 0000000000..e19bb5d8a6 --- /dev/null +++ b/collects/scribblings/slideshow/legacy.scrbl @@ -0,0 +1,12 @@ +#lang scribble/doc +@(require "ss.rkt") + +@title[#:tag "legacy"]{Legacy Libraries} + +@defmodule[slideshow/pict #:no-declare]{ + +The @racketmodname[slideshow/pict] library re-exports @racketmodname[pict].} + +@defmodule[slideshow/code-pict #:no-declare]{ + +The @racketmodname[slideshow/code-pict] library re-exports @racketmodname[pict/code].} diff --git a/collects/scribblings/slideshow/slideshow.scrbl b/collects/scribblings/slideshow/slideshow.scrbl index 3a374f2d93..896c3b980c 100644 --- a/collects/scribblings/slideshow/slideshow.scrbl +++ b/collects/scribblings/slideshow/slideshow.scrbl @@ -21,7 +21,8 @@ Functional Presentations'' @cite["Findler06"]. @defmodulelang*/no-declare[(slideshow)]{Most of the bindings defined in the manual are provided by the @racketmodname[slideshow] language, which also re-exports all of @racketmodname[racket] except for -@racket[printable<%>] (due to backward-compatibility issues).} +@racket[printable<%>] (due to backward-compatibility issues) +and all of @racketmodname[pict].} @table-of-contents[] @@ -31,6 +32,7 @@ which also re-exports all of @racketmodname[racket] except for @include-section["slides.scrbl"] @include-section["code.scrbl"] @include-section["play.scrbl"] +@include-section["legacy.scrbl"] @(bibliography (bib-entry #:key "Findler06"