Hi,
at the moment I have docs structured as:
.. toctree::
:maxdepth: 2
sqlkit/contents
layout/contents
debug/contents
in each of these file I have another treetoc with similar structure.
eg: in sqlkit content I have:
.. toctree::
mask (a single file)
table
completion
I'd like to layout content of the first levels as children of the
level itself
sqlkit
mask
table
...
layout
bla
bla..
While I only manage to get:
mask
sub1
sub2...
table
bla
bla
In other words I can optin level that are childre of the othes only
inside a single file.
The moment the file get splitted the level start again from 0.
I tried using .. include:: but hit against "title level
inconsinstent"
Any hints?
Thanks
sandro
*:-)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---