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:
parent
e606d2cc50
commit
31d183a8bb
|
@ -20,7 +20,7 @@
|
|||
@deprecated[@racketmodname[racket/gui]]{This library will
|
||||
no longer be public in a future release; much of it will
|
||||
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
|
||||
unrelated other libraries.}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
@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
|
||||
support for these images are the same in all languages, specifically including
|
||||
support for printing the images and constructing the core data structures making
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
a simple tool for plotting data values to a device context.}
|
||||
|
||||
@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.
|
||||
|
||||
@defstruct[data-set ([points (listof (is-a?/c point%))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user