Re: [racket] Generating docs for gh-pages

2014-05-10 Thread David Van Horn
-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

Re: [racket] Generating docs for gh-pages

2014-05-10 Thread David Van Horn
-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

Re: [racket] Generating docs for gh-pages

2014-05-10 Thread Matthew Butterick
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

Re: [racket] Generating docs for gh-pages

2014-05-10 Thread Matthew Butterick
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

[racket] Generating docs for gh-pages

2014-05-10 Thread David Van Horn
-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

[racket] Generating docs

2011-04-07 Thread Mark Carter
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 (