You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,7 +28,7 @@ This documentation provides an overview of the notebooks available in the commun
28
28
:class-card: sd-card-hover card-red-orange
29
29
:shadow: sm
30
30
31
-
**Overview:** This notebook is a quick start guide to community detection in igraph. It covers the initial workflow for detecting communities in networks. (If you look for a more practical learning experience, we recommend starting with this notebook.)
31
+
..**Overview:** This notebook is a quick start guide to community detection in igraph. It covers the initial workflow for detecting communities in networks. (If you look for a more practical learning experience, we recommend starting with this notebook.)
32
32
33
33
.. raw:: html
34
34
@@ -46,7 +46,7 @@ This documentation provides an overview of the notebooks available in the commun
46
46
:class-card: sd-card-hover card-deep-orange
47
47
:shadow: sm
48
48
49
-
**Overview:** This notebook covers various community detection algorithms available in igraph. It provides a detailed explanation of these algorithms and when to use them.
49
+
..**Overview:** This notebook covers various community detection algorithms available in igraph. It provides a detailed explanation of these algorithms and when to use them.
50
50
51
51
.. raw:: html
52
52
@@ -64,7 +64,7 @@ This documentation provides an overview of the notebooks available in the commun
64
64
:class-card: sd-card-hover card-yellow-orange
65
65
:shadow: sm
66
66
67
-
**Overview:** This notebook provides methods to test the significance of detected communities.
67
+
..**Overview:** This notebook provides methods to test the significance of detected communities.
68
68
69
69
.. raw:: html
70
70
@@ -82,7 +82,7 @@ This documentation provides an overview of the notebooks available in the commun
82
82
:class-card: sd-card-hover card-dark-green
83
83
:shadow: sm
84
84
85
-
**Overview:** This notebook provides various methods for generating and visualizing clusters in networks. It includes techniques for visualizing community structures.
85
+
..**Overview:** This notebook provides various methods for generating and visualizing clusters in networks. It includes techniques for visualizing community structures.
86
86
87
87
.. raw:: html
88
88
@@ -100,7 +100,7 @@ This documentation provides an overview of the notebooks available in the commun
100
100
:class-card: sd-card-hover card-medium-green
101
101
:shadow: sm
102
102
103
-
**Overview:** This notebook describes hierarchical clustering. It explains how to perform hierarchical clustering on networks and visualize the results.
103
+
..**Overview:** This notebook describes hierarchical clustering. It explains how to perform hierarchical clustering on networks and visualize the results.
104
104
105
105
.. raw:: html
106
106
@@ -118,7 +118,7 @@ This documentation provides an overview of the notebooks available in the commun
118
118
:class-card: sd-card-hover card-light-green
119
119
:shadow: sm
120
120
121
-
**Overview:** This notebook introduces the concept of modularity in community detection.
121
+
..**Overview:** This notebook introduces the concept of modularity in community detection.
122
122
123
123
.. raw:: html
124
124
@@ -136,7 +136,7 @@ This documentation provides an overview of the notebooks available in the commun
136
136
:class-card: sd-card-hover card-deep-blue
137
137
:shadow: sm
138
138
139
-
**Overview:** This notebook introduces the concept of resolution parameter on the Sierpinski triangle.
139
+
..**Overview:** This notebook introduces the concept of resolution parameter on the Sierpinski triangle.
140
140
141
141
.. raw:: html
142
142
@@ -154,7 +154,7 @@ This documentation provides an overview of the notebooks available in the commun
154
154
:class-card: sd-card-hover card-medium-blue
155
155
:shadow: sm
156
156
157
-
**Overview:** This notebook introduces the method of consensus clustering by combining multiple clustering results.
157
+
..**Overview:** This notebook introduces the method of consensus clustering by combining multiple clustering results.
158
158
159
159
.. raw:: html
160
160
@@ -172,7 +172,7 @@ This documentation provides an overview of the notebooks available in the commun
172
172
:class-card: sd-card-hover card-light-blue
173
173
:shadow: sm
174
174
175
-
**Overview:** This notebook introduces membership vectors in igraph.
175
+
..**Overview:** This notebook introduces membership vectors in igraph.
176
176
177
177
.. raw:: html
178
178
@@ -190,7 +190,7 @@ This documentation provides an overview of the notebooks available in the commun
190
190
:class-card: sd-card-hover card-deep-purple
191
191
:shadow: sm
192
192
193
-
**Overview:** This notebook describes how to work with clusterings in igraph.
193
+
..**Overview:** This notebook describes how to work with clusterings in igraph.
194
194
195
195
.. raw:: html
196
196
@@ -208,7 +208,7 @@ This documentation provides an overview of the notebooks available in the commun
208
208
:class-card: sd-card-hover card-medium-purple
209
209
:shadow: sm
210
210
211
-
**Overview:** This notebook introduces all the helper functions used in the community detection guide. It provides a collection of utility functions for community detection tasks.
211
+
..**Overview:** This notebook introduces all the helper functions used in the community detection guide. It provides a collection of utility functions for community detection tasks.
0 commit comments