Well, it took me long enough, but I finally have my contribution to doc day finished. I actually had the thing all written up by the end of doc day, but I had to learn how to format it as Sphinx, and how to get the stupid doctests to pass. I ended up skipping some because it wouldn't pass them with pretty printing. I know it is possible to test pretty, because other docs do it, but I couldn't figure out how to change it. I think it defaulted to non-pretty because that is what my first example is. At any rate, if you know how to get those tests to pass, feel free to unskip them. Note that some tests are skipped because they demonstrate exceptions being raised.
See issue 1519: http://code.google.com/p/sympy/issues/detail?id=1519, or just pull from http://github.com/asmeurer/sympy/tree/doc-day. I added the gotchas and pitfalls document that I talked about earlier in this thread. I also added a simple Sphinx document for the functions in simplify (just docstrings). Aaron Meurer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
