[racket] linking to planet packages in scribble?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon May 30 10:06:26 EDT 2011

A doc search on `dyoo/js-vm' finds documentation, which confirms that
the package documentation in installed, right?

Does it make a difference if you include the package's version number
in the module path for `racketmodlink'?

At Sat, 28 May 2011 22:49:47 -0400, Danny Yoo wrote:
> I'm trying to fix the documentation for one of my projects (Moby) so
> it has a hyperlink to another PLaneT package.  I tried something like
> this:
> 
>     ... @racketmodlink[(planet dyoo/js-vm)]{js-vm}  ...
> 
> 
> However, when testing this out, I saw that I was getting runtime
> warnings during raco setup:
> 
> #########################################################################
> raco setup: WARNING: undefined tag in <planet>/dyoo/moby.plt/3/10/manual.scrbl:
> raco setup:  (mod-path "(planet dyoo/js-vm)")
> #########################################################################
> 
> 
> and the hyperlink that displays is red, and unlinked, so I don't think
> it worked.
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/users


Posted on the users mailing list.