From 627e1b4782f320310f6a38fccff3cad083125dbc Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Tue, 17 Sep 2013 08:38:54 -0400 Subject: [PATCH] Remove links to `math` and `plot` docs until we can do them correctly. --- pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt | 3 +-- .../typed-racket/scribblings/reference/libraries.scrbl | 10 ++++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt index 296056b6d1..ea3f8e1e33 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt @@ -13,8 +13,7 @@ "at-exp-lib" "scribble-lib" "typed-racket-lib" - "racket-doc" - "math" "plot")) + "racket-doc")) (define deps '("base")) (define pkg-desc "documentation part of \"typed-racket\"") diff --git a/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/reference/libraries.scrbl b/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/reference/libraries.scrbl index 7f03fa7163..6b87aa3b29 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/reference/libraries.scrbl +++ b/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/reference/libraries.scrbl @@ -67,11 +67,13 @@ The following libraries are included with Typed Racket in the @defmodule[typed/rackunit] @defmodule[typed/srfi/14] -Other libraries included in the main distribution that are either -written in Typed Racket or have adapter modules that are typed: +@; FIXME -- once we can reference these without causing a dependency problem -@defmodule[math #:no-declare #:link-target? #f] -@defmodule[plot/typed #:no-declare #:link-target? #f] +@;Other libraries included in the main distribution that are either +@;written in Typed Racket or have adapter modules that are typed: + +@;@defmodule[math #:no-declare #:link-target? #f] +@;@defmodule[plot/typed #:no-declare #:link-target? #f] @section{Porting Untyped Modules to Typed Racket}