Closed
Description
I quite like the accordion toggle in https://pandas.pydata.org/docs/getting_started/index.html#intro-to-pandas, and we are thinking of doing something similar in the AiiDA documentation.
They actually achieve this by using lots of raw HTML (https://github.com/pandas-dev/pandas/blob/master/doc/source/getting_started/index.rst), which isn't ideal, and I feel this might be handled by this package.
Aslo linking the minimal accordian tutorial: https://www.w3schools.com/howto/howto_js_accordion.asp
- One of the initial things that is "better" with their setup is that there is no space below the title, when collapsed.
- For this use case it might also be nice to have the option to have the button to the right of the text
Metadata
Metadata
Assignees
Labels
No labels