Remove links to math
and plot
docs until we can do them correctly.
original commit: 627e1b4782f320310f6a38fccff3cad083125dbc
This commit is contained in:
parent
1b30e4a1fc
commit
3c39fd0c95
|
@ -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\"")
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user