Hi all,

I'm new to sphinx and I'm trying to put a visual marker between attributes
and methods in my documentation.

However, after a section heading the methods no longer know which class
they belong to. This breaks the cross referencing.

What is the easiest way to add a visual marker between attributes and
methods without breaking the cross refferencing?


I tried
   .. attribute:: name

methods
-------

   .. method:: None
But this broke the cross referencing for methods
Then I tried
   .. attribute:: name

   methods
   --------

   .. method:: None
But then the section vanished


Is there any way to do this?

Thanks in advance,

Wouter

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to