Hi,

a little google comes up with a link to: http://sphinx.pocoo.org/rest.html the 
official documentation.

Ther you Find with the crucial text beeing
"a punctuation character, at least as long as the text"
Regarding your "@" - I do not know if it works, beeing not a punctuation 
character, but if you try, it should be longer than the text in the line before.



Sections

Section headers (ref) are created by underlining (and optionally overlining) 
the section title with a punctuation character, at least as long as the text:
=================
This is a heading
=================

Normally, there are no heading levels assigned to certain characters as the 
structure is determined from the succession of headings. However, for the 
Python documentation, this convention is used which you may follow:

    # with overline, for parts
    * with overline, for chapters
    =, for sections
    -, for subsections
    ^, for subsubsections
    ", for paragraphs

Of course, you are free to use your own marker characters (see the reST 
documentation), and use a deeper nesting level, but keep in mind that most 
target formats (HTML, LaTeX) have a limited supported nesting depth.





> -----Ursprüngliche Nachricht-----
> Von: sphinx-dev@googlegroups.com [mailto:sphinx-dev@googlegroups.com]
> Im Auftrag von Renato Pontefice
> Gesendet: Montag, 8. Oktober 2012 18:05
> An: sphinx-dev@googlegroups.com
> Betreff: Re: [sphinx-dev] section number
> 
> mmh... things goes better... (or worse)
> 
> I've corrected like Daniele told me, but without results.
> I made another proof:
> 
> section 1
> =========
> 
> section 2
> _________
> 
> section 3
> _________
> 
> and it works....
> 
> result are:
> 2.1 section 1
> 
> 2.1.1 section 2
> 
> 2.1.2 section 3
> 
> it seems like I cant use more that 2 sign for the section marker...
> 
> could it be possible?
> 
> TIA
> 
> 
> Renato
> 2.1
> 
> 2012/10/8 Daniele Zambelli <daniele.zambe...@gmail.com>:
> > 2012/10/8 Renato Pontefice <renato.pontef...@gmail.com>:
> >> Hi,
> >> I'm still making proof with spinx and restructuredtext.
> >>
> >> I' m building section.
> >>
> >> I made
> >> section 1
> >> =======
> >>
> >> section 2
> >> _______
> >>
> >> section 3
> >> @@@@
> >>
> >
> > section 3            (9 characters)
> > ^^^^^^^^^               (9 characters or more)
> >
> > --
> >
> > Daniele
> >
> > www.fugamatematica.blogspot.com
> >
> >     giusto!
> >     nel verso
> >     forse è perché non guardiamo le cose
> >     Quando non ci capiamo,
> >
> > --
> > 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.
> >
> 
> --
> 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.

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

Reply via email to