Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve "visibility" of rustdoc books ("stable" and unstable ones) #75520

Open
GuillaumeGomez opened this issue Aug 14, 2020 · 2 comments
Open
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@GuillaumeGomez
Copy link
Member

Currently, very few people know the existence of https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/ and of https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html, which is a shame considering how huge is the amount of available options and tips.

I suggested adding those links (the unstable one only in unstable build of course) at the beginning of the "help display".

@GuillaumeGomez GuillaumeGomez added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools labels Aug 14, 2020
@AndyGauge
Copy link
Contributor

I'm going to try to implement this.

@AndyGauge
Copy link
Contributor

AndyGauge commented Aug 26, 2020

andy@DESKTOP-T75H07P:~/rust/build/x86_64-unknown-linux-gnu/stage2/bin$ ./rustdoc --help
See http://doc.rust-lang.org/rustdoc for more information
rustdoc [options] <input>

Options:

I was able to get rustdoc to compile with a little tooltip!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants