Am 15.10.2010 09:02 schrieb timblack1:
The Sphinx docs say that when you're using the default theme, the sidebar can be made collapsible, but only when the sidebar is on the left side of the page. Perhaps someone could figure out how to get it working when the sidebar is on the right side of the page, then we'd have a little more readable docs. It looks like a key part of the collapsible sidebar code ends up in _build/html/_static/sidebar.js, so that might be the place to start.
A collapsible sidebar is a good idea for people with limited screen width. I'll try to implement it in the new layout. Maybe we can even allow switching the sidebar from the left to the right side.
However, I don't like the idea of having the side bar on the right as default. My reasons are, first, the left side is where you usually expect the navigation and table of content in left-to-right writing cultures. Second, I see the sidebar as extension of the bread crumbs (expansion of the last bread crumb) which are (left-eligned) on the *left* side of the top bar. Of course we could move the bread crumbs (right-aligned) to the right side, but that would look even more unusual. Plus, we already want the search field on the top right since that's also a common place.
-- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

