I've just updated the API part on the website : http://davy39.github.io/leo-editor/apidoc/leo.html Instead of manually listing modules with sphinx.ext.autosummary, I've tryed to call sphinx-apidoc for an automatic building. I got errors from Qt4 modules import so I had to Mock Qt4 modules to achieve the build. I've taken that from previous sphinx-doc/conf.py file. Since it try to import every module, I got a mess with warning messages and of memory leaks... I don't really know what I've done yet... I think that I've to reboot my system :p Anyway, result is now online <http://davy39.github.io/leo-editor/apidoc/leo.html>...
Does any one have any experience with apidoc, or maybe unittests (I guess that same kind of issue) ? What Is the right way to configure this Mock thing and is there another precaution to take before walking through all Leo's modules and files ? -- 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.
