-
Notifications
You must be signed in to change notification settings - Fork 552
Closed
Labels
E-easyDifficulty: might be a good place for a beginnerDifficulty: might be a good place for a beginner
Description
When rust-lang/rust-central-station#40 lands we'll have a stable location which contains internal API documentation (i.e. the equivalent of ./x.py doc
with crate-docs = true
) 🎉
This means when referring to a particular struct or function we'll be able too link to its API docs instead of linking to the original source file and hoping for the best.
Once that PR is merged we'll need to:
- Update the code index to point at the API docs instead of source code
- Emphasise linking to API docs where possible when people are contributing new content
- Update the "contributing" section of the README appropriately (Update a few parts of the readme #208)
- Update the "How to build the compiler and run what you built" to mention building docs and where they can be found online?
mark-i-m and 3442853561mark-i-m, nikomatsakis and scottmcmphansch
Metadata
Metadata
Assignees
Labels
E-easyDifficulty: might be a good place for a beginnerDifficulty: might be a good place for a beginner