There is some code for a Sphinx sidebar toggle at
http://trac.sagemath.org/sage_trac/attachment/ticket/6507/trac_6507_sidebar_toggle.patch
I think it will also work in a layout template's header.
The toggle is not as sophisticated as Google code's toggle, e.g.,
http://code.google.com/apis/v8/intro.html
but it does attempt to save a user's toggle preference in a cookie.
Please feel free to suggest improvements.
- Pat
Hi,
interesting, last week somebody else also implemented a togglable sidebar,
in that case for the Python docs :)
I'll have to see which one to include, but something like this will
certainly be a new template option in the next release.
Thanks,
Georg