[racket] does Scribble's other-doc work with PLaneT packages?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Nov 7 20:15:05 EST 2010

At Sun, 7 Nov 2010 16:04:18 -0500, Danny Yoo wrote:
> I'm trying to refer across to other PLaneT packages in the
> documentation for Moby.  I tried to use  other-doc, but there's a
> syntax error because the planet syntax detects it's not in require or
> provide context.  Is there something else I should do?
> 
> For reference, I was trying to do:
> 
> ... the language bindings of Moby language come from the
> @hyperlink["http://planet.racket-lang.org/display.ss?package=js-vm.plt&owner=dy
> oo"]{js-vm}
> PLaneT package; please refer to the documentation of
> @other-doc[(planet dyoo/js-vm)] ...

The argument to `other-doc' needs to be a quoted module path:

  @other-doc['(planet dyoo/js-vm)]





Posted on the users mailing list.