On Thu, Jul 9, 2015 at 9:08 PM, Paul Graves-DesLauriers <[email protected] > wrote:
Hey, it's good to have a visitor from a long long time ago and a far-away galaxy :-) Reviewing the online documentation and this group gives me the idea that I > should be able to use Leo to organize and edit an existing sphinx > document. However, I'm very new to using Leo and my attempts to load the > document tree haven't been successful. I'm hoping someone can give me some > pointers at getting started (maybe I just missed where it's already > described). > It is surely possible to do what you want. The question is how much work is involved, and that depends on what the sources for the pyramid docs are. Leo's web site is created with sphinx, starting from reStructuredText (rST). All the sources are in LeoDocs.leo. If the pyramid sources are in rST, then you may be able to get them into Leo using @auto-rst. Otherwise, you will need an importer for the sources. If an importer already exists, find. Otherwise, more work will be needed. Once you have the sources into Leo, you should be able to follow the pattern in LeoDocs.leo to create rST sources for sphinx. You then run sphinx make html (or whatever) as usual. I'm being pretty vague because I don't know more details. Feel free to ask more questions. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
