Issue 3519 in sympy: Duplicate module index in html docs

2012-11-23 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Documentation New issue 3519 by julien.r...@gmail.com: Duplicate module index in html docs http://code.google.com/p/sympy/issues/detail?id=3519 If you go to http://docs.sympy.org/0.7.2/index.html there are two different links at the

Re: Issue 3519 in sympy: Duplicate module index in html docs

2012-11-23 Thread sympy
Comment #1 on issue 3519 by asmeu...@gmail.com: Duplicate module index in html docs http://code.google.com/p/sympy/issues/detail?id=3519 The two links are http://docs.sympy.org/0.7.2/py-modindex.html and http://docs.sympy.org/0.7.2/np-modindex.html. It's probably either a sphinx bug, or

Issue 3520 in sympy: Identify and fix broken links in the docs

2012-11-23 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Documentation EasyToFix New issue 3520 by julien.r...@gmail.com: Identify and fix broken links in the docs http://code.google.com/p/sympy/issues/detail?id=3520 If you check out the sympy repository, you can do cd doc make linkchec

Re: Issue 3427 in sympy: sympy imports matplotlib on start-up

2012-11-23 Thread sympy
Comment #7 on issue 3427 by asmeu...@gmail.com: sympy imports matplotlib on start-up http://code.google.com/p/sympy/issues/detail?id=3427 We also need to regularly make sure that SymPy runs in environments without a DISPLAY. Is there an easy way to emulate this, e.g., with sympy-bot? --

Issue 3521 in sympy: Identify and fix duplicate citations in the pdf docs

2012-11-23 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Documentation New issue 3521 by julien.r...@gmail.com: Identify and fix duplicate citations in the pdf docs http://code.google.com/p/sympy/issues/detail?id=3521 The pdf docs show many duplicate references: We have multiple times th

Issue 3522 in sympy: Fuzzy and untranslated strings in Bulgarian translation of the tutorial.

2012-11-23 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Documentation New issue 3522 by julien.r...@gmail.com: Fuzzy and untranslated strings in Bulgarian translation of the tutorial. http://code.google.com/p/sympy/issues/detail?id=3522 Strings marked fuzzy means that the English senten

Issue 3523 in sympy: Fuzzy and untranslated strings in Czech translation of the tutorial.

2012-11-23 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Documentation New issue 3523 by julien.r...@gmail.com: Fuzzy and untranslated strings in Czech translation of the tutorial. http://code.google.com/p/sympy/issues/detail?id=3523 Strings marked fuzzy means that the English sentence w

Issue 3524 in sympy: Fuzzy and untranslated strings in German translation of the tutorial.

2012-11-23 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Documentation New issue 3524 by julien.r...@gmail.com: Fuzzy and untranslated strings in German translation of the tutorial. http://code.google.com/p/sympy/issues/detail?id=3524 Strings marked fuzzy means that the English sentence

Issue 3525 in sympy: Fuzzy and untranslated strings in Polish translation of the tutorial.

2012-11-23 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Documentation New issue 3525 by julien.r...@gmail.com: Fuzzy and untranslated strings in Polish translation of the tutorial. http://code.google.com/p/sympy/issues/detail?id=3525 Strings marked fuzzy means that the English sentence

Re: Issue 3427 in sympy: sympy imports matplotlib on start-up

2012-11-23 Thread sympy
Comment #8 on issue 3427 by asmeu...@gmail.com: sympy imports matplotlib on start-up http://code.google.com/p/sympy/issues/detail?id=3427 Any idea how to cleanly fix this? All the solutions I can think of are very fragile. For example, if we just move all the imports inside methods (or

Issue 3526 in sympy: Fuzzy and untranslated strings in Russian translation of the tutorial.

2012-11-23 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Documentation New issue 3526 by julien.r...@gmail.com: Fuzzy and untranslated strings in Russian translation of the tutorial. http://code.google.com/p/sympy/issues/detail?id=3526 Strings marked fuzzy means that the English sentence

Issue 3527 in sympy: Fuzzy and untranslated strings in Serbian translation of the tutorial.

2012-11-23 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Documentation New issue 3527 by julien.r...@gmail.com: Fuzzy and untranslated strings in Serbian translation of the tutorial. http://code.google.com/p/sympy/issues/detail?id=3527 Strings marked fuzzy means that the English sentence

Re: Issue 3427 in sympy: sympy imports matplotlib on start-up

2012-11-23 Thread sympy
Comment #9 on issue 3427 by asmeu...@gmail.com: sympy imports matplotlib on start-up http://code.google.com/p/sympy/issues/detail?id=3427 Another idea: don't import plotting with the rest of sympy. Move the user API functions like plot() to a separate file that doesn't import matplotlib.

Re: Issue 3388 in sympy: Fix some Sphinx translation problems

2012-11-23 Thread sympy
Updates: Labels: -NeedsReview Comment #4 on issue 3388 by julien.r...@gmail.com: Fix some Sphinx translation problems http://code.google.com/p/sympy/issues/detail?id=3388 This is how it looks now: http://docs.sympy.org/dev/tutorial/tutorial.en.html#translations I think the google

Re: Issue 3424 in sympy: The pdf files created by "make latex" should be put in the _build directory

2012-11-23 Thread sympy
Updates: Owner: julien.r...@gmail.com Comment #9 on issue 3424 by julien.r...@gmail.com: The pdf files created by "make latex" should be put in the _build directory http://code.google.com/p/sympy/issues/detail?id=3424 With https://github.com/sympy/sympy/pull/1660 the .gitignore file w

Re: Issue 3388 in sympy: Fix some Sphinx translation problems

2012-11-23 Thread sympy
Comment #5 on issue 3388 by asmeu...@gmail.com: Fix some Sphinx translation problems http://code.google.com/p/sympy/issues/detail?id=3388 Should we leave this open for the Sphinx warnings? -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To

Re: Issue 3424 in sympy: The pdf files created by "make latex" should be put in the _build directory

2012-11-23 Thread sympy
Updates: Status: Fixed Comment #10 on issue 3424 by asmeu...@gmail.com: The pdf files created by "make latex" should be put in the _build directory http://code.google.com/p/sympy/issues/detail?id=3424 Given that there's apparently no easy way to make Sphinx put them in _build, I gue

Re: Issue 3388 in sympy: Fix some Sphinx translation problems

2012-11-23 Thread sympy
Updates: Labels: NeedsReview Comment #6 on issue 3388 by julien.r...@gmail.com: Fix some Sphinx translation problems http://code.google.com/p/sympy/issues/detail?id=3388 See https://github.com/sympy/sympy/pull/1668 fixing the warnings. -- You received this message because you are sub

Issue 3528 in sympy: Can't solve fractional inequalities

2012-11-23 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3528 by sakarilu...@gmail.com: Can't solve fractional inequalities http://code.google.com/p/sympy/issues/detail?id=3528 Trying to solve: solve((x-3)*(x-2)<0,x) And(2 < re(x), im(x) == 0, re(x) < 3) Works fine, but solve(

Re: Issue 3518 in sympy: unrestrained_necklaces in iterables is wrong

2012-11-23 Thread sympy
Updates: Status: Fixed Comment #7 on issue 3518 by smi...@gmail.com: unrestrained_necklaces in iterables is wrong http://code.google.com/p/sympy/issues/detail?id=3518 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Group

Re: Issue 3501 in sympy: Missing partitions in sympy.utilities.iterables.multiset_partitions

2012-11-23 Thread sympy
Comment #30 on issue 3501 by pkrathma...@gmail.com: Missing partitions in sympy.utilities.iterables.multiset_partitions http://code.google.com/p/sympy/issues/detail?id=3501 It's in...all partitions are now generated. Awesome. Congratulations, this has been fun. ... look over PR https://

Re: Issue 3528 in sympy: Can't solve fractional inequalities

2012-11-23 Thread sympy
Updates: Status: Valid Labels: Polynomial Solvers Comment #1 on issue 3528 by asmeu...@gmail.com: Can't solve fractional inequalities http://code.google.com/p/sympy/issues/detail?id=3528 Even if we can't do it, the error should be NotImplementedError. -- You received this mes

Re: Issue 3501 in sympy: Missing partitions in sympy.utilities.iterables.multiset_partitions

2012-11-23 Thread sympy
Updates: Status: Valid Comment #31 on issue 3501 by smi...@gmail.com: Missing partitions in sympy.utilities.iterables.multiset_partitions http://code.google.com/p/sympy/issues/detail?id=3501 Good news: round 2! If you could carefully look over https://github.com/sympy/sympy/pull/1

Issue 3529 in sympy: add combinatorics cheatsheet

2012-11-23 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3529 by smi...@gmail.com: add combinatorics cheatsheet http://code.google.com/p/sympy/issues/detail?id=3529 I've spent a lot of time working on the combinatorics functions and a cheatsheet of the different options would be