On Sat, 2008-12-20 at 23:24 +0100, Georg Brandl wrote:
> As I've announced a few times in the past, I want to add proper
> theming support to Sphinx 0.6.
> 
> I've written a proposal outlining my intended implementation, below.
> I'm glad about every comment and criticism.
> 
> Thanks,
> Georg
> 
> 
[...]

Maybe consider YUI grids css:

http://developer.yahoo.com/yui/grids/

or similar?

YAML to define the nested structure:

theme:
  template: /path/to/main/template
  .container:
    id:doc2
    .yui-main:
      .yui-b:
        .yui-g:
          .yui-u:
            - id: sidebar
              template: /path/to/sidebar/template
              css:
                background-color: #123
            - id: content
              template: /path/to/content/template

?
(I'm not familiar with YAML, so that mightn't be valid)

There is also layout manager:

http://developer.yahoo.com/yui/layout/

which can complement 'grids css' though it presumes javascript as far as
i can tell.

G.




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" 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/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to