From: David G. <go...@py...> - 2010-07-16 19:40:19
|
You can't put section structure inside a directive (or inside anything else). Section titles & transitions cannot be indented. -- David Goodger On Fri, Jul 16, 2010 at 14:46, KLEIN Stéphane <ste...@ha...> wrote: > Hi, I've this ReST document : > > """ > > A paragraph > > Another paragraph > > ---- > > .. container:: translation > > A title > ======= > > Para > > A sub title > ----------- > > Para > > Another sub title > ----------------- > > Para > > ---- > > Para > > Para > > """ > > Next, I do : > > $ rst2html test.txt > test.txt:10: (SEVERE/4) Unexpected section title. > > A title > ======= > Exiting due to level-4 (SEVERE) system message. > > Why I've this error ? > > Thanks for your help, > Regards, > Stephane > -- > Stéphane Klein <ste...@ha...> > blog: http://stephane-klein.info > Twitter: http://twitter.com/klein_stephane > pro: http://www.is-webdesign.com |