Update documentation contribution guide
This commit is contained in:
parent
c59f72f101
commit
9465cbd7e6
11
build.md
11
build.md
|
@ -828,9 +828,14 @@ that process faster by keeping a few guidelines in mind:
|
||||||
|
|
||||||
* Include new or updated documentation as appropriate.
|
* Include new or updated documentation as appropriate.
|
||||||
|
|
||||||
Note that the Racket reference is in
|
To locate a documentation (Scribble) source file, visit the current
|
||||||
`"pkgs/racket-doc/scribblings/reference"`, and documentation for other
|
documentation in a browser, and click at the page heading. A box will
|
||||||
libraries are also sometimes in a separate `"-doc"` package.
|
appear with a URL to a documentation source. Note that while it is
|
||||||
|
likely that the documentation source will not be the file that you
|
||||||
|
want to edit exactly, it should give you a rough idea for where it is.
|
||||||
|
Particularly, the Racket reference is in
|
||||||
|
`"pkgs/racket-doc/scribblings/reference"`, and the Racket guide is in
|
||||||
|
`"pkgs/racket-doc/scribblings/guide"`.
|
||||||
|
|
||||||
When adding to a library or extending an existing binding’s behavior,
|
When adding to a library or extending an existing binding’s behavior,
|
||||||
be sure to include a `history` note in the documentation to record the
|
be sure to include a `history` note in the documentation to record the
|
||||||
|
|
|
@ -157,10 +157,14 @@ make that process faster by keeping a few guidelines in mind:
|
||||||
|
|
||||||
@item{Include new or updated documentation as appropriate.
|
@item{Include new or updated documentation as appropriate.
|
||||||
|
|
||||||
Note that the Racket reference is in
|
To locate a documentation (Scribble) source file,
|
||||||
@filepath{pkgs/racket-doc/scribblings/reference}, and
|
visit the current documentation in a browser, and click at the page heading.
|
||||||
documentation for other libraries are also sometimes in a
|
A box will appear with a URL to a documentation source.
|
||||||
separate @filepath{-doc} package.
|
Note that while it is likely that the documentation source will not be the file
|
||||||
|
that you want to edit exactly, it should give you a rough idea for where it is.
|
||||||
|
Particularly, the Racket reference is in
|
||||||
|
@filepath{pkgs/racket-doc/scribblings/reference}, and the Racket guide is in
|
||||||
|
@filepath{pkgs/racket-doc/scribblings/guide}.
|
||||||
|
|
||||||
When adding to a library or extending an existing binding's
|
When adding to a library or extending an existing binding's
|
||||||
behavior, be sure to include a @racket[history] note in the
|
behavior, be sure to include a @racket[history] note in the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user