> > To work with sphinx, > > > 1. generated default doc framework by 'sphinx-quickstart' command, > > 2. place 'get_tgdoc.py' into source folder > > 3. run 'python get_tgdoc.py' to get rst sources > > 4. add '2.0/indx' and '2.0/RoughDocs' to index.rst > > 5. run 'make html' > > > Then there's a rough html doc available. > > > -- > > Fred > > Fred, > > Can you explain step 4 in a little more detail? Where and how should those > be added? > > Kevin Horn
Mmm... now it is simple:: 1. Check out tg2 trunk 2. enter 'docs' folder 3. type 'python get_tgdoc.py' (to fetch rst docs) 4. type 'make html' (to generate docs) 5. enter '_build' folder, open 'index.html' I found a bug(?) that sphinx won't add 'html' automatically after each wiki links. Thus when I click 'DownloadInstall' link, I'll be redirected to 'DownloadInstall', but not 'DownloadInstall.html'. -- Fred --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Docs" 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/turbogears-docs?hl=en -~----------~----~----~----~------~----~------~--~---
