Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit ebecd0e

Browse files
committed
Add content map
1 parent 4f19fef commit ebecd0e

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

doc/docbook/content-map.xml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<d:toc xmlns:d="http://docbook.org/ns/docbook" xmlns="http://www.w3.org/1999/xhtml" role="chunk-toc">
3+
<d:tocentry linkend="graph-algorithms"><?dbhtml filename="index.html"?>
4+
<d:tocentry linkend="introduction"><?dbhtml filename="introduction/index.html"?>
5+
</d:tocentry>
6+
<d:tocentry linkend="yelp-example"><?dbhtml filename="yelp-example/index.html"?>
7+
</d:tocentry>
8+
<d:tocentry linkend="procedures"><?dbhtml filename="procedures/index.html"?>
9+
</d:tocentry>
10+
<d:tocentry linkend="algorithms"><?dbhtml filename="algorithms/index.html"?>
11+
<d:tocentry linkend="algorithms-pagerank"><?dbhtml filename="algorithms/page-rank/index.html"?>
12+
</d:tocentry>
13+
<d:tocentry linkend="algorithms-betweenness-centrality"><?dbhtml filename="algorithms/betweenness-centrality/index.html"?>
14+
</d:tocentry>
15+
<d:tocentry linkend="algorithms-closeness-centrality"><?dbhtml filename="algorithms/closeness-centrality/index.html"?>
16+
</d:tocentry>
17+
<d:tocentry linkend="algorithms-harmonic-centrality"><?dbhtml filename="algorithms/harmonic-centrality/index.html"?>
18+
</d:tocentry>
19+
<d:tocentry linkend="algorithms-minimum-weight-spanning-tree"><?dbhtml filename="algorithms/minimum-weight-spanning-tree/index.html"?>
20+
</d:tocentry>
21+
<d:tocentry linkend="algorithms-shortest-path"><?dbhtml filename="algorithms/shortest-path/index.html"?>
22+
</d:tocentry>
23+
<d:tocentry linkend="algorithms-single-source-shortest-path"><?dbhtml filename="algorithms/single-source-shortest-path/index.html"?>
24+
</d:tocentry>
25+
<d:tocentry linkend="algorithms-a_star"><?dbhtml filename="algorithms/a_star/index.html"?>
26+
</d:tocentry>
27+
<d:tocentry linkend="algorithms-yens-k-shortest-path"><?dbhtml filename="algorithms/yen-s-k-shortest-path/index.html"?>
28+
</d:tocentry>
29+
<d:tocentry linkend="algorithm-all-pairs-shortest-path"><?dbhtml filename="algorithms/all-pairs-shortest-path/index.html"?>
30+
</d:tocentry>
31+
<d:tocentry linkend="algorithms-triangle-count-clustering-coefficient"><?dbhtml filename="algorithms/triangle-counting-clustering-coefficient/index.html"?>
32+
</d:tocentry>
33+
<d:tocentry linkend="algorithms-label-propagation"><?dbhtml filename="algorithms/label-propagation/index.html"?>
34+
</d:tocentry>
35+
<d:tocentry linkend="algorithms-louvain"><?dbhtml filename="algorithms/louvain/index.html"?>
36+
</d:tocentry>
37+
<d:tocentry linkend="algorithms-connected-components"><?dbhtml filename="algorithms/connected-components/index.html"?>
38+
</d:tocentry>
39+
<d:tocentry linkend="algorithms-strongly-connected-components"><?dbhtml filename="algorithms/strongly-connected-components/index.html"?>
40+
</d:tocentry>
41+
</d:tocentry>
42+
</d:tocentry>
43+
</d:toc>
44+
<!-- vim: set ts=2 sw=2: -->

0 commit comments

Comments
 (0)