At Tue, 23 Feb 2016 02:03:55 -0500, Neil Van Dyke wrote:
> If there are two packages, "a" and "b", in the package catalog, and the 
> authors of both packages want their package's documentation to have 
> hyperlinks to sections of the other package's documentation...
> 
> Will that work?  Is it OK for how the package system (or catalog, or 
> build tools) work?

Yes. Unlike modules, packages can be mutually dependent.

If the author of one of the packages wants to point to documentation in
the other without creating a dependency, there are some options to do
that, such as `@seclink[#:indirect? #t]{....}`. In that case, when the
documentation for the other package is not installed locally, the
hyperlink will go to docs.racket-lang.org.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to