Remove links to math
and plot
docs until we can do them correctly.
This commit is contained in:
parent
36c623d93f
commit
627e1b4782
|
@ -13,8 +13,7 @@
|
||||||
"at-exp-lib"
|
"at-exp-lib"
|
||||||
"scribble-lib"
|
"scribble-lib"
|
||||||
"typed-racket-lib"
|
"typed-racket-lib"
|
||||||
"racket-doc"
|
"racket-doc"))
|
||||||
"math" "plot"))
|
|
||||||
(define deps '("base"))
|
(define deps '("base"))
|
||||||
|
|
||||||
(define pkg-desc "documentation part of \"typed-racket\"")
|
(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/rackunit]
|
||||||
@defmodule[typed/srfi/14]
|
@defmodule[typed/srfi/14]
|
||||||
|
|
||||||
Other libraries included in the main distribution that are either
|
@; FIXME -- once we can reference these without causing a dependency problem
|
||||||
written in Typed Racket or have adapter modules that are typed:
|
|
||||||
|
|
||||||
@defmodule[math #:no-declare #:link-target? #f]
|
@;Other libraries included in the main distribution that are either
|
||||||
@defmodule[plot/typed #:no-declare #:link-target? #f]
|
@;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}
|
@section{Porting Untyped Modules to Typed Racket}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user