Re: 0.6 release (was Re: Pycon 2009 and Autosummary)

2009-02-16 Thread Georg Brandl

Roman schrieb:
 On Feb 16, 1:04 am, Georg Brandl ge...@python.org wrote:
 percious schrieb:

  Thanks Georg,

  When is 0.6 scheduled for release?

 Soon!

 I'd like to use this as an opportunity to talk a bit about 0.6:
 the inclusion of autosummary and/or an autogen script is the last
 thing missing now.

 What has landed in trunk today is improved theming support, which I
 why I want to ask as many of you as possible to test their builds
 with the newest trunk version.  I tried to keep backwards compatibility
 with previous ways of customization as much as possible, so in theory
 nothing should break.  If it does, please tell me!
 
 Well, if you ask :-)
 
 I just tried new version of Sphinx and found that there were some
 changes in a layout.
 I extend some blocks from layout.html and now my site generated
 without sidebar ( table of contents, search and etc ).

You've hit about the only point where I made a small change to the
templates; the problem was that the starting div was in a block, while
the closing /div was outside, which is not very sensible.

I've now changed it a bit more, so that the sidebar isn't in the
document block any longer, but you'll need to remove the
div class=document tag from your document block.

I'll note that in the changelog.

Georg


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



Re: 0.6 release (was Re: Pycon 2009 and Autosummary)

2009-02-16 Thread Georg Brandl

Gael Varoquaux schrieb:
 On Mon, Feb 16, 2009 at 12:04:01AM +0100, Georg Brandl wrote:
 I'd like to use this as an opportunity to talk a bit about 0.6:
 the inclusion of autosummary and/or an autogen script is the last
 thing missing now.
 
 Can I ask for the only_directive too? I believe it should be a fairly
 easy thing.
 
 :) Yeah, I know, users alway ask for more

I haven't looked very closely, but isn't the only directive akin to the
standard reST raw directive?
(See
http://docutils.sourceforge.net/docs/ref/rst/directives.html#raw-data-pass-through)

Georg


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



Re: 0.6 release (was Re: Pycon 2009 and Autosummary)

2009-02-15 Thread Roman

On Feb 16, 1:04 am, Georg Brandl ge...@python.org wrote:
 percious schrieb:

  Thanks Georg,

  When is 0.6 scheduled for release?

 Soon!

 I'd like to use this as an opportunity to talk a bit about 0.6:
 the inclusion of autosummary and/or an autogen script is the last
 thing missing now.

 What has landed in trunk today is improved theming support, which I
 why I want to ask as many of you as possible to test their builds
 with the newest trunk version.  I tried to keep backwards compatibility
 with previous ways of customization as much as possible, so in theory
 nothing should break.  If it does, please tell me!

Well, if you ask :-)

I just tried new version of Sphinx and found that there were some
changes in a layout.
I extend some blocks from layout.html and now my site generated
without sidebar ( table of contents, search and etc ).

Right now, I don't have time to investigate what causes the problem,
but I will do this today.
The following is a link to extended layout.html file:
http://pygccxml.svn.sourceforge.net/viewvc/pygccxml/sphinx/__templates_www/layout.html?revision=1678view=markup



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---