break various documentation dependencies by making them indirect

An "indirect" reference is resolved when HTML is loaded,
instead of at document-build time.

original commit: 3b89a05d46468a4e287c7c12c74bca324c9c21b8
This commit is contained in:
Matthew Flatt 2013-07-11 15:46:46 -06:00
parent e606d2cc50
commit 31d183a8bb
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
@deprecated[@racketmodname[racket/gui]]{This library will @deprecated[@racketmodname[racket/gui]]{This library will
no longer be public in a future release; much of it will no longer be public in a future release; much of it will
be available privately to continue to support the implementation be available privately to continue to support the implementation
of @racket[htdp/image], but the other exported functions of @racketmodname[htdp/image #:indirect], but the other exported functions
here are not useful and have names that confusingly match here are not useful and have names that confusingly match
unrelated other libraries.} unrelated other libraries.}

View File

@ -5,7 +5,7 @@
@defmodule[mrlib/image-core] @defmodule[mrlib/image-core]
This library is the core part of the @racketmodname[2htdp/image] library that DrRacket This library is the core part of the @racketmodname[2htdp/image #:indirect] library that DrRacket
links into the namespace of all languages that it runs. This ensures that minimal links into the namespace of all languages that it runs. This ensures that minimal
support for these images are the same in all languages, specifically including support for these images are the same in all languages, specifically including
support for printing the images and constructing the core data structures making support for printing the images and constructing the core data structures making

View File

@ -7,7 +7,7 @@
a simple tool for plotting data values to a device context.} a simple tool for plotting data values to a device context.}
@bold{This is an old library, kept only for compatibility.} You will @bold{This is an old library, kept only for compatibility.} You will
undoubtedly want to use the @racketmodname[plot] library instead, which offers undoubtedly want to use the @racketmodname[plot #:indirect] library instead, which offers
many more features and is actively maintained. many more features and is actively maintained.
@defstruct[data-set ([points (listof (is-a?/c point%))] @defstruct[data-set ([points (listof (is-a?/c point%))]