Link to the guide and reference source locations
This commit is contained in:
parent
578e98afe0
commit
912d65948c
|
@ -15,6 +15,9 @@ Racket. From @seclink["datatypes"]{Chapter 3} on, this guide dives
|
|||
into details---covering much of the Racket toolbox, but leaving
|
||||
precise details to @|Racket| and other reference manuals.
|
||||
|
||||
@margin-note{The source of this manual is available on
|
||||
@hyperlink["https://github.com/plt/racket/tree/master/pkgs/racket-doc/scribblings/guide"]{GitHub}.}
|
||||
|
||||
@table-of-contents[]
|
||||
|
||||
@include-section["welcome.scrbl"]
|
||||
|
|
|
@ -31,6 +31,9 @@ most prominent libraries. The companion manual @|Guide| provides a
|
|||
friendlier (though less precise and less complete) overview of the
|
||||
language.
|
||||
|
||||
@margin-note{The source of this manual is available on
|
||||
@hyperlink["https://github.com/plt/racket/tree/master/pkgs/racket-doc/scribblings/reference"]{GitHub}.}
|
||||
|
||||
@defmodulelang*[(racket/base racket)
|
||||
;; Use sources for overlap with `scheme' and `mzscheme':
|
||||
#:use-sources ('#%kernel
|
||||
|
@ -49,6 +52,7 @@ Unless otherwise noted, the bindings defined in this manual are
|
|||
exported by the @racketmodname[racket/base] and @racketmodname[racket]
|
||||
languages.}
|
||||
|
||||
|
||||
@margin-note{The @racketmodname[racket/base] library is much smaller than
|
||||
the @racketmodname[racket] library and will typically load faster.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user