-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Clean up rustdoc static files #86933
Clean up rustdoc static files #86933
Conversation
Some changes occurred in HTML/CSS/JS. |
This comment has been minimized.
This comment has been minimized.
7b0d595
to
df852c6
Compare
This comment has been minimized.
This comment has been minimized.
df852c6
to
df14a42
Compare
This comment has been minimized.
This comment has been minimized.
df14a42
to
2615690
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to clean up the generated code structure as well, but that doesn't have to be now.
@bors r+ |
📌 Commit 2615690792bc6fa1b8eb3d5aeae30bc5cb873928 has been approved by |
It's kinda started with the templating (using tera). It's on pause until @jsha comes back. :) |
This comment has been minimized.
This comment has been minimized.
Seems like I forgot to update the paths in the tests... EDIT: Actually only one test... @bors: r- |
2615690
to
815eefe
Compare
This comment has been minimized.
This comment has been minimized.
815eefe
to
e5c24ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
feel free to r=manishearth when ready 😄
Normally this time it should be good. :) @bors: r=Manishearth |
📌 Commit e5c24ba has been approved by |
…ic-files, r=Manishearth Clean up rustdoc static files The `html/static` of rustdoc was starting to be quite a mess... So I moved files in sub-folders to make it easier to follow. Here what remains in `html/static` folder: ``` $ ls COPYRIGHT.txt css fonts images js LICENSE-APACHE.txt LICENSE-MIT.txt ``` cc `@jyn514` r? `@Manishearth`
…ic-files, r=Manishearth Clean up rustdoc static files The `html/static` of rustdoc was starting to be quite a mess... So I moved files in sub-folders to make it easier to follow. Here what remains in `html/static` folder: ``` $ ls COPYRIGHT.txt css fonts images js LICENSE-APACHE.txt LICENSE-MIT.txt ``` cc ``@jyn514`` r? ``@Manishearth``
Rollup of 9 pull requests Successful merges: - rust-lang#86639 (Support lint tool names in rustc command line options) - rust-lang#86812 (Recover from `&dyn mut ...` parse errors) - rust-lang#86917 (Add doc comment for `impl From<LayoutError> for TryReserveError`) - rust-lang#86925 (Add self to mailmap) - rust-lang#86927 (Sync rustc_codegen_cranelift) - rust-lang#86932 (Fix ICE when misplaced visibility cannot be properly parsed) - rust-lang#86933 (Clean up rustdoc static files) - rust-lang#86955 (Fix typo in `ops::Drop` docs) - rust-lang#86956 (Revert "Add "every" as a doc alias for "all".") Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The
html/static
of rustdoc was starting to be quite a mess... So I moved files in sub-folders to make it easier to follow. Here what remains inhtml/static
folder:cc @jyn514
r? @Manishearth