Closed
Description
Right now every piece of documentation we have is self-contained, without an easy way to write hyperlinks between them. As we ramp up our documentation efforts it's important that we be able to link our docs together.
I'm thinking the first step is to unify our pandoc and rustdoc toolchains (#11392), then teach rustdoc some way to do links between documents.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
rustdoc: Implement cross-crate searching
rustdoc: Implement cross-crate searching
rustdoc: Implement cross-crate searching
steveklabnik commentedon Apr 16, 2015
This is not likely to get fixed anytime soon, as Markdown doesn't have any kind of standard for how to mark up something like this. As it would be a pretty big extension / change, I'd imagine this would go through the RFC process, since Rustdoc is part of the Rust distribution, and so I'm going to give it a close here. In practice, writing manual links leads to breakgage sometimes, but it's not too hard to fix, and we have other bugs open to try to and keep up with 404s more generally.
Auto merge of rust-lang#12554 - XFFXFF:fix_11959, r=Veykril
Auto merge of rust-lang#12554 - Kobzol:assigning-clones-unspecified, …