Also, if you have something like this: #lang scribble/manual @(require (for-label racket)) @racket[future]
you should see the word `future` linked to the docs. (And, if you had a larger program in there, all the identifiers that come from the `racket` module would be linked.) Robby On Wed, Jan 11, 2017 at 10:19 AM, Vincent St-Amour <[email protected]> wrote: > Andreas, > > To link to a technical term (i.e., not to a particular binding), you'll > want to use the `tech` function. To link to a term in another document > (in this case the Racket Reference), you'll want to use the `#:doc` > keyword, with the module path of (the top-level of) that document, in > this case `'(lib "scribblings/reference/reference.scrbl")`. > > Vincent > > > On Wed, 11 Jan 2017 03:55:08 -0600, > Andreas Olsson wrote: >> >> I'm trying to include highlighted links in my doc to documents in the >> racket docs. It's not as easy as I thought. How is it done? I like to have >> like FUTURE highlighted and clickable. >> >> -- >> 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 [email protected]. >> For more options, visit https://groups.google.com/d/optout. > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

