-
Notifications
You must be signed in to change notification settings - Fork 10
Support translating the stdlib docs #5
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
I started a few months ago the multiple output work on rustdoc. It's crate based but I'd assume it wouldn't be too much work to allow it to be module based as well. For now it's paused until I get enough time to finish it.
In here I have a few questions: would it be through options or through tags? (Or maybe both?) In any case, it'll take some time. I don't have PTO in the next months so I don't think the json output will be finished anytime soon. But I have to say that I'm very excited about this! :) |
Like, options for the rustdoc binary itself? I'd assume it's a CLI option.
Crate based is fine as well, module based is easier for focus. We can do either, the file structure can even be changed later without much trouble. |
@Manishearth Is there an issue for non-stdlib such as users code on |
Whatever solution is implemented here will likely work for other stuff too. |
As with #4, this is mostly a tracking issue, the actual implementation of this should be done working with the compiler and release team. But feel free to discuss the overall plan here.
Previously: https://internals.rust-lang.org/t/translating-the-stdlib-docs/10384
The basic steps for getting this working are:
cc @GuillaumeGomez @kinnison @ollie27
The text was updated successfully, but these errors were encountered: