#17905: Dominating set in directed Graphs not correct
-------------------------------------+-------------------------------------
       Reporter:  Mantis             |        Owner:
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.6
      Component:  graph theory       |   Resolution:
       Keywords:  dominating_set,    |    Merged in:
  Graphs, Directed Graphs            |    Reviewers:
        Authors:  Sergios Lenis      |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  3ff2fcfc5d6ebf92b553c5222383c2b139df64e6
  u/Mantis/dominating_set_in_directed_graphs_not_correct|     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by ncohen):

 Hellooooooo,

 To complete David's answer: the empty line after "sage:" is a requirement
 of sphinx, the software that is being used to turn Sage's documentation
 into a html page.

 In order to check that your documentation is compiled properly, you should
 run:

 {{{
 sage -b && sage -docbuild reference/graphs html
 }}}

 More details there:
 http://www.sagemath.org/doc/developer/sage_manuals.html

 It is also preferable, as he advises, to use `digraphs.Path` and
 `graphs.PathGraph` instead of building the graphs yourself `:-)`

 For that, see:
 http://www.sagemath.org/doc/reference/graphs/sage/graphs/graph_generators.html

 Good luck,

 Nathann

--
Ticket URL: <http://trac.sagemath.org/ticket/17905#comment:6>
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