-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Fix the formatting for environment variables in docs #22833
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
Conversation
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.
Thanks for the improvement! I agree this PR makes the text much more readable.
I agree it's undoubtly better, but I now find hard to distinguish sections. Could we add an item indicator (bullet, dash, ...) ? Maybe not a title but plain text in bold would be more visible ? |
If we use an item list instead of subsection headers we loose the ability to deep-link. Or we could use item lists + manual refs only for the items we want to link to... But I kind of prefer the simplicity and systematicity of linkable section headers. |
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.
LGTM
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.
LGTM
I noticed that is was unreadable when working on #22749.
In addition to making the potentially long variable names readable, it also makes it possible to do a direct link to the documentation of a specific variable as done in the second commit for the
sklearn/tests/random_seed.py
file.