On Mon, Jul 13, 2009 at 5:39 AM, smichr<[email protected]> wrote: > > How is the sphinx documentation created? There are so many files with > triple quoted string that are missing that it appears that it's not > just a matter of processing files with """ in them. For example, only > 3 files from sympy.core appear in the Global Module Index (add, basic > and symbol) but there are 19 in total (not counting __init__) that > have triple quotes in them.
They have to be manually included, see the sphinx doc here: http://sphinx.pocoo.org/ext/autodoc.html and our sources in doc/src. Ondrej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" 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/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
