Dear all,
I have a index.rst file like this:
source
|-- index.rst
|-- mydict
|-- index.rst
|-- mytest.rst
Those files are
index.rst:
Index Title
===========
.. toctree:
mydict/index
mydict.rst:
Mydict Title
============
.. toctree:
mytest
mytest.rst:
Mytest Title
============
Nothing, only text.
'toctree' will put a bullet list there and replace the file names, such as
'mydict/index',
to their page title, such as 'Index Title'. Can I just use the file name?
And I don't want toctree be transformed to a bulllet list node. I want to use a
new node
for it. Can I do it?
Best wishes,
Wei-Wei
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---