From 31d183a8bbb37e2a2dfe7b9b1444109b75f116a6 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 11 Jul 2013 15:46:46 -0600 Subject: [PATCH] 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 --- pkgs/gui-pkgs/gui-doc/mrlib/scribblings/cache-image-snip.scrbl | 2 +- pkgs/gui-pkgs/gui-doc/mrlib/scribblings/image-core.scrbl | 2 +- pkgs/gui-pkgs/gui-doc/mrlib/scribblings/plot.scrbl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/cache-image-snip.scrbl b/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/cache-image-snip.scrbl index 82d1e6eb..71aa4e48 100644 --- a/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/cache-image-snip.scrbl +++ b/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/cache-image-snip.scrbl @@ -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.} diff --git a/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/image-core.scrbl b/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/image-core.scrbl index c1e0d187..01568bab 100644 --- a/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/image-core.scrbl +++ b/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/image-core.scrbl @@ -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 diff --git a/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/plot.scrbl b/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/plot.scrbl index 66cdd48e..03e2b095 100644 --- a/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/plot.scrbl +++ b/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/plot.scrbl @@ -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%))]