-
Notifications
You must be signed in to change notification settings - Fork 212
docs.rs does not produce documentation for sub-crates #128
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
Comments
Thanks for reporting. This is a limitation of docs.rs and I am working on a solution. Currently you can define |
Awesome! I will try to add the root_url and make a new release. Thanks! |
This should let docs.rs link to sub-crates properly https://github.com/onur/docs.rs/issues/128
That did the trick https://docs.rs/gluon/0.4.2/gluon/ ! |
#131 also fixed this issue, you no longer need to set |
In gluon I have a main
gluon
crate which serves as the easy to use interface for a few different sub-crates. These re-exports do not get links however which makes the documentation rather difficult to browse https://docs.rs/gluon/0.4.0/gluon/#reexports which I suppose is because docs.rs only builds documentation for the crate in question. It might do this for a good reason but would it be possible to at least get documentation built and linked for publicly re-exported crates as well?The text was updated successfully, but these errors were encountered: