Comment #2 on issue 3519 by [email protected]: Duplicate module index in
html docs
http://code.google.com/p/sympy/issues/detail?id=3519
I was working on issue 3598, when I noticed something. I originally built
the Python 3 docs before installing numpy, and uploaded them to the docs
site. I then installed numpy and copied them over. A git diff reveals that
everywhere, there are changes like
diff --git a/dev-py3k/_modules/sympy/core/add.html
b/dev-py3k/_modules/sympy/core/add.html
index 95cb865..934a015 100644
--- a/dev-py3k/_modules/sympy/core/add.html
+++ b/dev-py3k/_modules/sympy/core/add.html
@@ -47,10 +47,10 @@
<a href="../../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
- <a href="../../../np-modindex.html" title="Python Module Index"
+ <a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
- <a href="../../../py-modindex.html" title="Python Module Index"
+ <a href="../../../np-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../../../index.html">SymPy 0.7.2-git
documentation</a> »</li>
<li><a href="../../index.html" >Module code</a> »</li>
(the other difference by the way is that the GA docs are not included at
all unless numpy is installed). So numpy is definitely a culprit here
somehow.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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-issues?hl=en.