-
Notifications
You must be signed in to change notification settings - Fork 249
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
[Question] Tutorial and other modules documentation #347
Comments
Hi! Some projects use dummy modules to hold tutorials; that'd be an option too. Regarding documentation for other packages, do you mean other crates? It should be in the left sidebar: |
I just learned about |
That is hopeful! So ... a change for the |
Hmm, that's weird. I just ran |
My cargo version is I don't have a |
It might be a cargo bug then? You may want to open a ticket on https://github.com/rust-lang/cargo. |
I did an update using rustup and got the same version of cargo as I had (1.34.0), so it might be a new feature of cargo. To be sure I will issue a question on github like you suggest. |
As it turns out it was my bad: js was disabled. I have that as a precaution. Only certain js sites are enabled. |
Looking at the tutorials, I see they are not generated when I do
cargo doc --open
. I know I could use pandoc on any of them, but I am looking for "the official way" to see all the docs.Also, checking out the docs of other packages that Cursive uses, even if I generate all (
cargo doc --all
) don't show up in the docs that I get to browse when doingcargo doc --open
. All I get to see is the Cursive documentation. I can open package docs one by one usingcargo doc --open -p <package-name>
. Is there an overview of package docs (including Cursive) or this just not possible?So in summary my questions are:
P.S. I did find there is still an issue on
cargo doc
(rust-lang/cargo#739) but hasn't been worked on since 2017 so I am not sure how much of that is implemented.The text was updated successfully, but these errors were encountered: