#18938: Refactor shortest paths
-------------------------------------+-------------------------------------
       Reporter:  borassi            |        Owner:
           Type:  defect             |       Status:  new
       Priority:  major              |    Milestone:  sage-6.8
      Component:  graph theory       |   Resolution:
       Keywords:  Shortest path,     |    Merged in:
  eccentricity, Dijkstra             |    Reviewers:
        Authors:  Michele Borassi    |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  38c10d43143d985adbb57fcb514f3483ee30941d
  u/borassi/refactor_shortest_paths  |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by dcoudert):

 After performing the following changes, I'm able to compile the doc.

 - In `_path_length`, change
 {{{
        WARNING: if the graph is unweighted, the algorithm does not check
 that
        the path exists. Moreover, also if the weight_function does not
 return a
        number, an error is raised.
 }}}
 To
 {{{
         .. WARNING::

             If the graph is unweighted, the algorithm does not check that
 the
             path exists. Moreover, also if the weight_function does not
 return a
             number, an error is raised.
 }}}
 The `WARNING:` should declare a block, so may be you should insert
 space/blank line (not sure).

 - In `wiener_index`, change
 {{{
        .. [KRG96b] S. Klavzar, A. Rajapakse, and I. Gutman. The Szeged and
 the
        Wiener index of graphs. *Applied Mathematics Letters*, 9(5):45--49,
        1996.
 }}}
 to
 {{{
        .. [KRG96b] S. Klavzar, A. Rajapakse, and I. Gutman. The Szeged and
 the
          Wiener index of graphs. *Applied Mathematics Letters*, 9(5):45--
 49,
          1996.
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/18938#comment:20>
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/d/optout.

Reply via email to