forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#94753 - Urgau:rustdoc-book-improvements, r=…
…GuillaumeGomez Improve rustdoc book This pull-request improves the `rustdoc` book by doing some (light) cleanup, by merging some stuff, by adding some missing stuff (like tracking issues links, for those who had one) and also by moving some chapter's into sub-chapter's to improve the flow of the book. ~~Note that I locally tested with `mdbook-lintcheck` that no links became accidentally broken.~~ (Not enough, ;-)) r? ```@GuillaumeGomez```
- Loading branch information
Showing
14 changed files
with
119 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
# The Rustdoc Book | ||
|
||
- [What is rustdoc?](what-is-rustdoc.md) | ||
- [Command-line arguments](command-line-arguments.md) | ||
- [How to read rustdoc output](how-to-read-rustdoc.md) | ||
- [How to write documentation](how-to-write-documentation.md) | ||
- [What to include (and exclude)](what-to-include.md) | ||
- [Command-line arguments](command-line-arguments.md) | ||
- [The `#[doc]` attribute](the-doc-attribute.md) | ||
- [Documentation tests](documentation-tests.md) | ||
- [Linking to items by name](linking-to-items-by-name.md) | ||
- [Lints](lints.md) | ||
- [What to include (and exclude)](write-documentation/what-to-include.md) | ||
- [The `#[doc]` attribute](write-documentation/the-doc-attribute.md) | ||
- [Linking to items by name](write-documentation/linking-to-items-by-name.md) | ||
- [Documentation tests](write-documentation/documentation-tests.md) | ||
- [Rustdoc-specific lints](lints.md) | ||
- [Advanced features](advanced-features.md) | ||
- [Unstable features](unstable-features.md) | ||
- [Website features](website-features.md) | ||
- [Passes](passes.md) | ||
- [Deprecated features](deprecated-features.md) | ||
- [References](references.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
src/doc/rustdoc/src/passes.md → src/doc/rustdoc/src/deprecated-features.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.