-
Notifications
You must be signed in to change notification settings - Fork 262
docs: flip TOML and envvars order #2389
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
base: main
Are you sure you want to change the base?
Conversation
I added some code to make little tags like this on each option ![]() They work by adding attributes using markdown attribute list syntax, like so: ### `archs` {: #archs cmd-line env-var toml } |
I was secretly hoping you would jump in and fix this, though this is even better than what I was imagining. :) |
I've only flipped the titles and added attrs for the first few headings, but thought I'd push where I was up to. |
I can fix this if you want, but at PyCon, so might not be soon. (Probably |
5b0f5dc
to
b28501a
Compare
b28501a
to
f89f68a
Compare
Fixed a few small things too, like the old mention of numpy needing to be old (not true since some 2.x version), and the text on |
f89f68a
to
5cca163
Compare
The table at the top seems to be picking up the last section and sections, though they aren't options. It's kind of handy, but noticed the current docs don't do that. |
5cca163
to
f001060
Compare
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
f001060
to
1365071
Compare
By the way, the badges align a little strangely when the window is narrow. Not terrible. I think this is ready. |
Yeah, I noticed that too. I can fix it when I get half an hour to play in detail. |
Co-authored-by: Matthieu Darbois <[email protected]>
To start, I've asked Copilot for a script to flip the order of the tabs. It gave me this one:
This commit is the result of that.
Next I'd like to update the headings so that both options are shown. I'd like to put one on the left, the other on the right, but not sure how to do that yet. Putting this here for now.