Ken Basye schrieb: > Hi Folks, > I'm still an early user of Sphinx, and I have a pretty basic > question. Is there a way to get Sphinx to generate multiple HTML files > from one reST file? For example, I have a reST file with several (like > 11) automodule directives. This results in a page that's too long for > our tastes (e.g. searching for a common term in one module is awkward > since you end up finding the term in all the other modules too). I'm > hoping maybe there's a directive of some kind that would let me put the > generated HTML for each automodule directive into its own page. In the > doc, I see a tantalizing quote: > > "Since reST does not have facilities to interconnect several documents, > or split documents into multiple output files, Sphinx uses a custom > directive to add relations between the single files the documentation is > made of, as well as tables of contents." > > which then goes on to talk about toctree, but I don't see any way to > "split documents into multiple output files" other than to make lots of > reST files. I can certainly do that, but if there's a way to avoid it, > I'd like to know.
For HTML output, there's currently no way to split a single file into multiple output files. I'll add it to the list of feature requests :) Georg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
