Re: [racket-users] mutually linking between documentation of different packages

2016-02-23 Thread Matthew Flatt
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

[racket-users] mutually linking between documentation of different packages

2016-02-22 Thread Neil Van Dyke
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? N