On that subject, it seems like the markup
###########
Section Title
###########

is declared in the sphinx docs as a "section", but the result in the table
of contents looks like just another chapter. Is there a way to have it stand
out as a section?

Thanks.

On Wed, Oct 29, 2008 at 8:05 AM, Doug Hellmann <[EMAIL PROTECTED]>wrote:

>
> I have some generic information I would like to include in a preface
> for a manual I'm converting to PDF (stuff like "Intended Audience",
> etc.).
>
> If I format my index.rst file like:
>
> """
> ###########
> Book Title
> ###########
>
> ==================
> Intended Audience
> ==================
>
> Describe people who want to read this manual.
>
> .. toctree::
>        chapter1
>        etc.
> """
>
> Then all of the parts of the toctree show up as sub-sections of an
> "Intended Audience" chapter.
>
> I don't really want the material in a chapter of its own, but I could
> do that.
>
> Is there some directive or markup I can use to include a preface with
> subsections without having the preface itself made into a chapter?
>
> Thanks,
> Doug
>
>
> >
>


-- 
Bruce Eckel

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to