Issue 2529 in sympy: Create a robot that will automatically update the dev docs at docs.sympy.org/dev

2011-06-29 Thread sympy
Status: Accepted Owner: asmeurer CC: ondrej.c...@gmail.com Labels: Type-Defect Priority-Medium Documentation New issue 2529 by asmeurer: Create a robot that will automatically update the dev docs at docs.sympy.org/dev http://code.google.com/p/sympy/issues/detail?id=2529 docs.sympy.org/dev

Re: Issue 2529 in sympy: Create a robot that will automatically update the dev docs at docs.sympy.org/dev

2011-06-29 Thread sympy
Comment #1 on issue 2529 by asmeurer: Create a robot that will automatically update the dev docs at docs.sympy.org/dev http://code.google.com/p/sympy/issues/detail?id=2529 Or at least create a script in the git repo that I can run, and it will automatically cd into my sympy repo, build the

Re: Issue 2516 in sympy: Bug on collect()

2011-06-29 Thread sympy
Comment #5 on issue 2516 by smi...@gmail.com: Bug on collect() http://code.google.com/p/sympy/issues/detail?id=2516 The case of the variables controls the order that terms are processed in. An even simpler failing example is: e=(D**3*a + b*u**3)/Re

Re: Issue 2516 in sympy: Bug on collect()

2011-06-29 Thread sympy
Comment #6 on issue 2516 by smi...@gmail.com: Bug on collect() http://code.google.com/p/sympy/issues/detail?id=2516 This was a nasty error. The changes are not many but are significant. Please review at https://github.com/sympy/sympy/pull/472 -- You received this message because you are

Re: Issue 2516 in sympy: Bug on collect()

2011-06-29 Thread sympy
Updates: Labels: smichr NeedsReview Comment #7 on issue 2516 by smi...@gmail.com: Bug on collect() http://code.google.com/p/sympy/issues/detail?id=2516 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 2530 in sympy: collect shouldn't consider a collection a success unless something was collected...right?

2011-06-29 Thread sympy
Comment #1 on issue 2530 by smi...@gmail.com: collect shouldn't consider a collection a success unless something was collected...right? http://code.google.com/p/sympy/issues/detail?id=2530 rcollect behaves the same way (i.e. dependent on pattern order): rcollect(e+a*b, aA**3/Re, b)

Re: Issue 2529 in sympy: Create a robot that will automatically update the dev docs at docs.sympy.org/dev

2011-06-29 Thread sympy
Comment #2 on issue 2529 by ronan.l...@gmail.com: Create a robot that will automatically update the dev docs at docs.sympy.org/dev http://code.google.com/p/sympy/issues/detail?id=2529 This could be set up easily on readthedocs.org (cf. http://sympy.rtfd.org). I think we'd only need to

Re: Issue 2530 in sympy: collect shouldn't consider a collection a success unless something was collected...right?

2011-06-29 Thread sympy
Updates: Labels: Simplify Comment #2 on issue 2530 by asmeurer: collect shouldn't consider a collection a success unless something was collected...right? http://code.google.com/p/sympy/issues/detail?id=2530 (No comment was entered for this change.) -- You received this message

Re: Issue 2529 in sympy: Create a robot that will automatically update the dev docs at docs.sympy.org/dev

2011-06-29 Thread sympy
Comment #3 on issue 2529 by asmeurer: Create a robot that will automatically update the dev docs at docs.sympy.org/dev http://code.google.com/p/sympy/issues/detail?id=2529 Perhaps we should just regulate dev doc hosting to readthedocs. By the way, there is a hook set up for readthedocs, but

Re: Issue 2367 in sympy: SymPy's readthedocs documentation is broken

2011-06-29 Thread sympy
Comment #1 on issue 2367 by asmeurer: SymPy's readthedocs documentation is broken http://code.google.com/p/sympy/issues/detail?id=2367 I replaced the http hook that was being used at GitHub with the built-in readthedocs hook. It remains to be seen if this will work (I think we have to

Re: Issue 2367 in sympy: SymPy's readthedocs documentation is broken

2011-06-29 Thread sympy
Comment #2 on issue 2367 by asmeurer: SymPy's readthedocs documentation is broken http://code.google.com/p/sympy/issues/detail?id=2367 I just noticed that there is a test hook button, so no need to push stuff just to test this. Here's why it's failing

Re: Issue 2367 in sympy: SymPy's readthedocs documentation is broken

2011-06-29 Thread sympy
Comment #3 on issue 2367 by asmeurer: SymPy's readthedocs documentation is broken http://code.google.com/p/sympy/issues/detail?id=2367 Here we go. From http://readthedocs.org/dashboard/import/: Note: If you are using custom extensions in your sphinx documentation, it will not work. Your

Re: Issue 2516 in sympy: Bug on collect()

2011-06-29 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #8 on issue 2516 by asmeurer: Bug on collect() http://code.google.com/p/sympy/issues/detail?id=2516 This was merged. -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 2367 in sympy: SymPy's readthedocs documentation is broken

2011-06-29 Thread sympy
Comment #4 on issue 2367 by matt...@gmail.com: SymPy's readthedocs documentation is broken http://code.google.com/p/sympy/issues/detail?id=2367 It's a little surprising that they don't support this by default, because math_dollar is so common extension (personally I can't imagine writing

Re: Issue 2367 in sympy: SymPy's readthedocs documentation is broken

2011-06-29 Thread sympy
Comment #5 on issue 2367 by asmeurer: SymPy's readthedocs documentation is broken http://code.google.com/p/sympy/issues/detail?id=2367 Well, I think most Python libraires do not use LaTeX math :) I did email them about whitelisting us, so let's wait and see if they approve that before we

Re: Issue 2387 in sympy: Evalf of trig functions with imaginary arguments

2011-06-29 Thread sympy
Comment #8 on issue 2387 by asmeurer: Evalf of trig functions with imaginary arguments http://code.google.com/p/sympy/issues/detail?id=2387 This is now at https://github.com/sympy/sympy/pull/378. -- You received this message because you are subscribed to the Google Groups sympy-issues

Issue 2531 in sympy: Basic Boolean types (True, False, None)

2011-06-29 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Enhancement Priority-Medium Logic New issue 2531 by asmeurer: Basic Boolean types (True, False, None) http://code.google.com/p/sympy/issues/detail?id=2531 We need three singleton types that derive from Boolean to represent True, False, and None.

Re: Issue 2367 in sympy: SymPy's readthedocs documentation is broken

2011-06-29 Thread sympy
Comment #6 on issue 2367 by matt...@gmail.com: SymPy's readthedocs documentation is broken http://code.google.com/p/sympy/issues/detail?id=2367 Now I see that the default role (i.e. `...`) is assigned to math mode, so after all we don't need this extension. Originally I thought the default

Re: Issue 2367 in sympy: SymPy's readthedocs documentation is broken

2011-06-29 Thread sympy
Comment #7 on issue 2367 by asmeurer: SymPy's readthedocs documentation is broken http://code.google.com/p/sympy/issues/detail?id=2367 Assuming sphinx.ext.* extensions are supported, math_dollar is the problem extension that we use. See

Re: Issue 2367 in sympy: SymPy's readthedocs documentation is broken

2011-06-29 Thread sympy
Comment #8 on issue 2367 by asmeurer: SymPy's readthedocs documentation is broken http://code.google.com/p/sympy/issues/detail?id=2367 Also, Luke was wondering if it would be possible to use MathJax (see http://dlpeterson.com/blog/?p=162). That would be cool, because it renders in the