#14861: Broken urls in the reference manual
-------------------------------------------------+-------------------------
       Reporter:  vdelecroix                     |         Owner:  mvngu
           Type:  defect                         |        Status:
       Priority:  major                          |  needs_work
      Component:  documentation                  |     Milestone:
       Keywords:  documentation, dead link,      |  sage-5.12
  dead url                                       |    Resolution:
        Authors:                                 |     Merged in:
Report Upstream:  N/A                            |     Reviewers:
         Branch:                                 |   Work issues:  http
       Stopgaps:                                 |  Dependencies:
-------------------------------------------------+-------------------------

Comment (by jhpalmieri):

 For the link for Kuen's surface in `parametric_plot3d`, there are lots of
 choices, for example http://virtualmathmuseum.org/Surface/kuen/kuen.html
 (or http://mathworld.wolfram.com/KuenSurface.html, if we want to link to
 Wolfram ;).

 I think that the link for `graphs/generators/basic` should be
 http://www.orgnet.com/sna.html.

 I don't know what to do about the link in `implicit_plot3d`, maybe just
 delete it altogether:
 {{{
 #!diff
 diff --git a/sage/plot/plot3d/implicit_plot3d.py
 b/sage/plot/plot3d/implicit_plot3d.py
 --- a/sage/plot/plot3d/implicit_plot3d.py
 +++ b/sage/plot/plot3d/implicit_plot3d.py
 @@ -45,7 +45,7 @@
          sage: implicit_plot3d((x^2 + y^2 + z^2), (x, -2, 2), (y, -2, 2),
 (z, -2, 2), plot_points=60, contour=[1,3,5], \
          ...                   region=lambda x,y,z: x<=0.2 or y>=0.2 or
 z<=0.2).show(viewer='tachyon')

 -    A very pretty example from
 http://iat.ubalt.edu/summers/math/platsol.htm::
 +    A very pretty example::

          sage: T = RDF(golden_ratio)
          sage: p = 2 - (cos(x + T*y) + cos(x - T*y) + cos(y + T*z) + cos(y
 - T*z) + cos(z - T*x) + cos(z + T*x))
 }}}
 Unfortunately, I can't figure out who to credit for the plot, except that
 it might have been someone named "Summers"...

--
Ticket URL: <http://trac.sagemath.org/ticket/14861#comment:19>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to