-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
indexes section in the HTML repr #7185
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
Show the names of all corresponding coordinates in the same item (separated by line return).
Thanks @keewis for opening this PR. I added some commits (hope you don't mind) to fix the CSS. I also grouped the items in the indexes section by unique index with index coordinates separated by line return, so it looks like the coordinate section while the multi-coordinate indexes are clearly visible. |
thanks a lot for that, @benbovy, I wouldn't have been able to figure that out on my own since my knowledge of CSS is pretty limited. |
Co-authored-by: Benoit Bovy <[email protected]>
1e9fa16
to
8c9db28
Compare
LGTM, that's awesome! It will be super handy for quick debugging and experimenting with custom indexes. |
🚀 |
To see the effect, try this:
The repr looks a bit strange because I've been borrowing the variable CSS classes.Edit: @benbovy fixed that for meAlso, the discussion about what
_repr_inline_
should include from #7183 is relevant here as well._repr_inline_
for indexes that define it #7183whats-new.rst