-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 5/10/14, 8:25 PM, David Van Horn wrote:
> Bizarrely, this renders using the old scribble style. Any ideas
> what's causing that?
Never mind: I was using scribble/doc instead of scribble/manual, which
is what caused it.
David
-BEGIN PGP SIGN
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 5/10/14, 7:55 PM, Matthew Butterick wrote:
> At the top of your Scribble sources, instead of this:
>
> (for-label "../../ralist.rkt")
>
> Refer to your package like this:
>
> (for-label data/ralist)
Thanks!
Bizarrely, this renders using the old
Also, for others who want to attempt the gh-pages clone technique, you need a
slightly different command for single-page vs. multi-page Scribble docs.
Multi-page documentation can be generated like this:
scribble --dest-name doc --htmls +m --redirect-main
http://docs.racket-lang.org/ path/to/yo
At the top of your Scribble sources, instead of this:
(for-label "../../ralist.rkt")
Refer to your package like this:
(for-label data/ralist)
On May 10, 2014, at 3:28 PM, David Van Horn wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I'm trying to follow the directions Matthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm trying to follow the directions Matthew Butterick gave for
generating scribble docs to push to a gh-pages branch:
http://lists.racket-lang.org/users/archive/2014-May/062339.html
I'm doing this for my ralist package:
https://github.com/dvanhorn/r
I'm still quite puzzled as to how to document my modules.
I have a directory called "carali", which contains rkt files. One of the files
is http.rkt, containing the code:
(module maths racket
(provide http-get)
(require racket/port)
(require net/url)
(require scribble/srcdoc)
(provide/doc (
6 matches
Mail list logo