Link to the guide and reference source locations

This commit is contained in:
Rob Hoelz 2015-02-09 18:42:17 -06:00 committed by Sam Tobin-Hochstadt
parent 578e98afe0
commit 912d65948c
2 changed files with 7 additions and 0 deletions

View File

@ -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"]

View File

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