Remove links to math and plot docs until we can do them correctly.

This commit is contained in:
Sam Tobin-Hochstadt 2013-09-17 08:38:54 -04:00
parent 36c623d93f
commit 627e1b4782
2 changed files with 7 additions and 6 deletions

View File

@ -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\"")

View File

@ -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}