Jose Guzman schrieb: > I know this is a very simple question, but I could not find the way to > do it. Until now, I managed to create the documentation of my software > with Sphinx by just simply typing sphinx -quikstart to create the > corresponding Makefile. However, now I have several directories with > different documentation files, and I would really like to put all > together in a way similar as the python documentation site (a tutorial, > a How-to, etc.. in the initial page). Is there any source or website > that explain that ?. Apparently this should be a very easy/standard task > of the Sphinx documentation manager... but I could not find it. > > Thank you very much in advance for your help.
In theory it should work if you just create a new Sphinx project, put all existing projects in subdirectories, and include them into a new TOC file. Python's main page is not generated from reST, but a custom HTML page. 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 -~----------~----~----~----~------~----~------~--~---
