Hi all, is there a way to put the toctree in a sub-section of a page rather than on the top of it? If I do that, links and pages will be produced correctly, but I get warnings that the documents are not included, and indeed the sidebar navigation does not consider the pages included by that toctree directive.
My motivation is that often I want to also show/link the files included in the toctree, and may not want to do this on the top of the page. Also, I might want to split up this process, as e.g. shown below. On the other hand, in some cases I also much like what happens now, because sometimes it is very useful to have links and pages generated in such an easy way without it obstructing the local toctree. So I guess what I want is full control over which of the both possible behaviours happens. Any comments/hints/pointers? Cheers, Paul ---- The following all explain feature X: .. toctree:: doc_one doc_two Now these show how to integrate X with Y: .. toctree:: doc_A doc_B ---- -- 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.