Roger Binns schrieb:
> I have a class with several members and each one has lots of
> documentation.  That makes the page rather long and you have to scroll a
> lot to find anything.  How can I get the class members to be listed in
> the sidebar.
> 
> For example using this page I don't get anything in the sidebar:
> 
> ===== 8< =====
> 
> Some stuff
> **********
> 
> .. class:: foo
> 
>    blah
> 
>    .. method:: one()
> 
>       one
> 
>    .. method:: two()
> 
>       two
> 
>    .. method:: three()
> 
>       three
> 
> ===== 8< =====
> 
> In my generated doc, I detect the class:: and insert a new section that
> does show up, but I'd really like the members listed as well (in this
> case one, two, three).

Somebody would have to write an extension for that. :)

Georg


--~--~---------~--~----~------------~-------~--~----~
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