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

Commit 63c8603

Browse files
davidoliverSP2mneedham
authored andcommitted
fix content map issues (#711)
1 parent 636008e commit 63c8603

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

doc/asciidoc/index.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ The guide covers the following areas:
2121
* <<algorithms-centrality>> -- A detailed guide to each of the centrality algorithms, including use-cases and examples.
2222
* <<algorithms-community>> -- A detailed guide to each of the community detection algorithms, including use-cases and examples.
2323
* <<algorithms-path-finding>> -- A detailed guide to each of the path finding algorithms, including use-cases and examples.
24-
* <<algorithms-preprocessing>> -- A detailed guide to each of the preprocessing functions and procedures.
2524
* <<algorithms-similarity>> -- A detailed guide to each of the similarity algorithms, including use-cases and examples.
25+
* <<algorithms-preprocessing>> -- A detailed guide to each of the preprocessing functions and procedures.
26+
2627
2728
[[introduction]]
2829
== Introduction
@@ -64,8 +65,9 @@ include::../../target/generated-documentation/documentation.csv[]
6465
include::algorithms-centrality.adoc[leveloffset=1]
6566
include::algorithms-community.adoc[leveloffset=1]
6667
include::algorithms-path-finding.adoc[leveloffset=1]
67-
include::algorithms-preprocessing.adoc[leveloffset=1]
6868
include::algorithms-similarity.adoc[leveloffset=1]
69+
include::algorithms-preprocessing.adoc[leveloffset=1]
70+
6971

7072
ifndef::env-docs[]
7173
== Implementers section

doc/docbook/content-map.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</d:tocentry>
88
<d:tocentry linkend="procedures"><?dbhtml filename="procedures/index.html"?>
99
</d:tocentry>
10+
1011
<d:tocentry linkend="algorithms-centrality"><?dbhtml filename="algorithms/centrality/index.html"?>
1112
<d:tocentry linkend="algorithms-pagerank"><?dbhtml filename="algorithms/page-rank/index.html"?>
1213
</d:tocentry>
@@ -47,6 +48,21 @@
4748
<d:tocentry linkend="algorithms-random-walk"><?dbhtml filename="algorithms/random-walk/index.html"?>
4849
</d:tocentry>
4950
</d:tocentry>
51+
52+
<d:tocentry linkend="algorithms-similarity"><?dbhtml filename="algorithms/similarity/index.html"?>
53+
<d:tocentry linkend="algorithms-similarity-jaccard"><?dbhtml filename="algorithms/similarity-jaccard/index.html"?>
54+
</d:tocentry>
55+
<d:tocentry linkend="algorithms-similarity-cosine"><?dbhtml filename="algorithms/similarity-cosine/index.html"?>
56+
</d:tocentry>
57+
<d:tocentry linkend="algorithms-similarity-euclidean"><?dbhtml filename="algorithms/similarity-euclidean/index.html"?>
58+
</d:tocentry>
59+
</d:tocentry>
60+
61+
<d:tocentry linkend="algorithms-preprocessing"><?dbhtml filename="algorithms/preprocessing/index.html"?>
62+
<d:tocentry linkend="algorithms-one-hot-encoding"><?dbhtml filename="algorithms/one-hot-encoding/index.html"?>
63+
</d:tocentry>
64+
</d:tocentry>
65+
5066
</d:tocentry>
5167
</d:toc>
5268
<!-- vim: set ts=2 sw=2: -->

0 commit comments

Comments
 (0)