mirror of
https://github.com/boostorg/graph.git
synced 2026-01-29 19:42:11 +00:00
Restructuring parts of the user's guide. Removed some concepts and fixed issues with others. Added (incomplete) adjacency_matrix docs. [SVN r55976]
22 lines
590 B
Plaintext
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] |