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
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.
The current 2.1 docs have many layout and usability issues, this is only
one. I had already suggested a new layout with variable width body and
sidebar on the left, and was talking about that:
http://www.turbogears.org/docs/playground/docsprint201010draft1/main/movie_tutorial.html
Things that will be changed in the next revision of the new layout:
No fixed footer, search field in the top bar on the rigth side, sidebar
made collapsible and maybe movable.
Note that so far we are only discussing the coarse layout (placement of
blocks, whether they should be fixed, fluid etc.). The details of
borders, colors, fonts, gradients etc. can be improved later.
-- Christoph
Am 15.10.2010 17:41 schrieb Tim Black:
The problem isn't limited screen width, because the 2.1 docs
<http://www.turbogears.org/2.1/docs/> do not have a fluid layout; they
have a fixed layout.
The current 2.1 docs have many layout and usability issues, this is only one. I had already suggested a new layout with variable width body and sidebar on the left, and was talking about that: http://www.turbogears.org/docs/playground/docsprint201010draft1/main/movie_tutorial.html
Things that will be changed in the next revision of the new layout:
No fixed footer, search field in the top bar on the rigth side, sidebar made collapsible and maybe movable.
Ok, the next revision is online for review:
http://www.turbogears.org/docs/playground/docsprint201010draft2/tutorials.html
Let me know what you want to see improved.
The sidebar can be collapsed and dragged to the right side bar, but does
not yet store its position, only the collapsed state.
-- Christoph
Tim
I just wanted to say that I find the new version to be a big
improvement in terms of navigability.
The Gears in Detail page is very useful to me.
Well done!
I see what you mean. Not sure if there is a simple solution keeping the
page scrollbar instead of an auto overflow scrollbar inside the page.
Anyway thanks for the feedback. I'll create a tickets for these things.
-- Christoph
Thanks for the feedback, Fabrizio. This was only intended as example for
the layout, I haven't cared much about the content. But in the third
draft I've fixed this now:
http://turbogears.org/docs/playground/docsprint201010draft3/main/ToscaWidgets/forms.html
-- Christoph
Inviato da iPhone
Il giorno 21/ott/2010, alle ore 00:23, Christoph Zwerschke <ci...@online.de> ha scritto:
>
> Thanks for the feedback, Fabrizio. This was only intended as example for the layout, I haven't cared much about the content. But in the third draft I've fixed this now:
>
> http://turbogears.org/docs/playground/docsprint201010draft3/main/ToscaWidgets/forms.html
>
> -- Christoph
>
Many thanks to you for the great work again!
Fabrizio
That said, the new layout looks amazing. Just amazing. My only
complaint at all is that I wish I could have made it. You've done an
awesome job.
--
Michael J. Pedersen
My IM IDs: Jabber/pede...@icelus.tzo.com, ICQ/103345809, AIM/pedermj022171
Yahoo/pedermj2002, MSN/pederm...@hotmail.com
Colors are certainly a matter of taste. In any case, I agree, everything
must be clearly readably, and links should be clearly distinguishable
from plain text even if you're color blind or have a badly calibrated
monitor.
For the draft, I've created a Sphinx theme where all the colors are
configurable, so we can easily change them back to the color scheme of
the current 2.1 docs, or experiment with other colors.
-- Christoph