bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit dd7bd356d98f7bffb799feadc2889b04360b9541
parent cae7bfe453055e516652e465d621bb1ad500ed4f
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Tue, 25 Nov 2014 20:18:03 -0700

Scribble manual: make "Images" section in ToC be useful

Remove the "Images" section for `scribble/manual`, add an "Images"
section for `scribble/base`.

As suggested by Shriram.

original commit: 92e00de9f3a8257a5434ec15030d60241940483e

Diffstat:
Mpkgs/scribble-pkgs/scribble-doc/scribblings/scribble/base.scrbl | 3+++
Mpkgs/scribble-pkgs/scribble-doc/scribblings/scribble/manual.scrbl | 16++++++----------
2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/base.scrbl b/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/base.scrbl @@ -467,6 +467,9 @@ which renders as See also @racket[verbatim].} +@; ------------------------------------------------------------------------ +@section[#:tag "images"]{Images} + @defproc[(image [path (or/c path-string? (cons/c 'collects (listof bytes?)))] [#:scale scale real? 1.0] diff --git a/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/manual.scrbl b/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/manual.scrbl @@ -1781,7 +1781,7 @@ the link.} @; ------------------------------------------------------------------------ @section[#:tag "manual-indexing"]{Indexing} -See also @secref["base-indexing"]. +See also @secref["base-indexing"] for @racketmodname[scribble/base]. @defform[(indexed-racket datum ...)]{ @@ -1820,15 +1820,6 @@ key for the index iterm does not include quotes.} combination of @racket[envvar] and @racket[as-index].} @; ------------------------------------------------------------------------ -@section[#:tag "manual-images"]{Images} - -@defproc[(image/plain [filename-relative-to-source string?] - [pre-element any/c] ...) - element?]{ - - An alias for @racket[image] for backward compatibility.} - -@; ------------------------------------------------------------------------ @section{Bibliography} @margin-note{See also @racketmodname[scriblib/autobib].} @@ -1992,6 +1983,11 @@ described by @racket[what]), where @racket[replacement] describes a suitable replacement. The @racket[additional-notes] are included after the initial deprecation message.} +@defproc[(image/plain [filename-relative-to-source string?] + [pre-element any/c] ...) + element?]{ + + An alias for @racket[image] for backward compatibility.} @; ------------------------------------------------------------------------ @section[#:tag "index-entries"]{Index-Entry Descriptions}