2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-29 19:42:11 +00:00
Files
graph/quickbook/guide/guide.qbk
Andrew Sutton e54ede1993 Working on quickbook docs.
Restructuring parts of the user's guide.
Removed some concepts and fixed issues with others.
Added (incomplete) adjacency_matrix docs.


[SVN r55976]
2009-09-02 14:23:27 +00:00

22 lines
590 B
Plaintext

[/
/ Copyright (c) 2007 Andrew Sutton
/
/ Distributed under the Boost Software License, Version 1.0. (See accompanying
/ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
/]
[/
/ The user's guide encompasses non-reference documentation that includes
/ overviews of graph theory, different graph implementations, etc. For all
/ technical docuementation, see the concepts or reference material.
/]
[section User's Guide]
[include theory.qbk]
[include tour.qbk]
[include undirected_graph.qbk]
[include directed_graph.qbk]
[include adjacency_list.qbk]
[endsect]