-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Make release highlights the first gallery section #16952
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
DOC Make release highlights the first gallery section #16952
Conversation
It's unfortunate but I feel like General isn't a representative name of this section. Isotonic Regression, Johnson-Lindenstrauss bound or KernelRidge vs SVR are definitely not "general" examples. Slightly related is #16601 |
I'm thinking of moving these into a Misc section, and then moving "release highlights" to the top. |
Or just move "release highlights to the top" so that Miscellaneous is the first. |
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.
I think it looks better like this as well
Might become problematic if we decide not to include the highlights there anymore but oh well
@@ -8,7 +8,8 @@ | |||
dataset can be randomly projected into a lower dimensional Euclidean | |||
space while controlling the distortion in the pairwise distances. | |||
|
|||
.. _`Johnson-Lindenstrauss lemma`: https://en.wikipedia.org/wiki/Johnson%E2%80%93Lindenstrauss_lemma | |||
.. _`Johnson-Lindenstrauss lemma`: https://en.wikipedia.org/wiki/\ |
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.
Did this raise a warning?
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.
Yea a flake8 warning because I moved it.
|
||
# Forces Release Highlights to the top | ||
if os.path.basename(src_path) == "release_highlights": | ||
return "0" |
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.
lol
Links had to be updated. Looking into what the issues are now. |
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.
Really, we should have highlights separately from all the other examples... and the others should just have tags rather than directories to filter them by. That way moving them between directories will not change their URLs, while they could appear in multiple categories.
But I'm happy with this solution. Thanks @thomasjpfan
Thanks @thomasjpfan |
is the issue still open ? , i am a beginner and wan to make my first contributions , if i can get any help from your side i would be very grateful. |
Reference Issues/PRs
Partially addresses #16951
What does this implement/fix? Explain your changes.
Moves highlights up and moves misc into its own section.