#8676: document breadth-first and depth-first search methods of C graph
-------------------------------+--------------------------------------------
Reporter: mvngu | Owner: mvngu
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.4
Component: documentation | Keywords:
Author: Minh Van Nguyen | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-------------------------------+--------------------------------------------
Changes (by mvngu):
* status: needs_info => needs_review
Old description:
> As the subject says. Also make sure to cross-reference the DFS and BFS of
> C graph and generic graph implementations.
New description:
As the subject says. Also make sure to cross-reference the DFS and BFS of
C graph and generic graph implementations.
'''Prerequisite:''' #8513
--
Comment:
Replying to [comment:2 ncohen]:
> * It may be a mistale from my part, but even though I can see you added
generic_graph to the .rst file, I do not see it in the reference manual
even though I can see your updates to the c_graph documentation.
This usually happens. What I would do is this. Take the latest Sage
version, e.g. the binary version of Sage 4.3.5, and delete the `output`
directory:
{{{
rm -rf SAGE_ROOT/devel/sage-main/doc/output/
}}}
Then apply necessary patches. When all such patches apply without
problems, rebuild the reference manual, or indeed the whole Sage
documentation.
[[BR]][[BR]]
> * path #8513 already adds this line, so your patch may have to be
rebased on this one. I do not know whether the other modifications of
#8513 could create conflicts, by the way
I have rebased my patch on top of those at #8513. So now apply patches in
this order:
1. #8513
1. [http://trac.sagemath.org/sage_trac/attachment/ticket/8676/trac_8676
-document-cgraph.patch trac_8676-document-cgraph.patch]
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8676#comment:3>
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 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/sage-trac?hl=en.