Skip to content

Commit 61bb0c2

Browse files
committed
add: updated notebooks
1 parent c9417de commit 61bb0c2

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

doc/source/community_detection_guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This documentation provides an overview of the notebooks available in the commun
1717
community_detection_guide/notebooks/membership_vector.ipynb
1818
community_detection_guide/notebooks/modularity.ipynb
1919
community_detection_guide/notebooks/test_significance_of_community.ipynb
20-
community_detection_guide/notebooks/vertex_clustering_object.ipynb
20+
community_detection_guide/notebooks/working_with_clusterings.ipynb
2121

2222
.. grid:: 2 2 3 3
2323
:gutter: 3
@@ -95,12 +95,12 @@ This documentation provides an overview of the notebooks available in the commun
9595
**Overview:** This notebook introduces membership vectors in igraph.
9696

9797
.. grid-item-card:: Vertex Clustering Object
98-
:link: community_detection_guide/notebooks/vertex_clustering_object
98+
:link: community_detection_guide/notebooks/working_with_clusterings
9999
:link-type: doc
100100
:class-card: sd-card-hover card-deep-purple
101101
:shadow: sm
102102

103-
**Overview:** This notebook introduces vertex clustering objects in igraph.
103+
**Overview:** This notebook describes how to work with clusterings in igraph.
104104

105105
.. grid-item-card:: Helper Functions
106106
:link: community_detection_guide/notebooks/functions

doc/source/community_detection_guide/notebooks/hierarchical_clustering.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"The `as_clustering()` method returns a `VertexClustering` object, which represents the partition with the highest modularity found by the algorithm among all available partitions.\n",
114114
"<div style=\"background-color: #e6ffe6; padding: 20px; border-radius: 5px;\">\n",
115115
" \n",
116-
"**NOTE:** You can find more details about **VertexClustering** [here](./vertex_clustering_object.ipynb).\n",
116+
"**NOTE:** You can find more details about how to work with clusterings [here](./working_with_clusterings.ipynb).\n",
117117
"\n",
118118
"</div>"
119119
]

doc/source/community_detection_guide/notebooks/initial_workflow.ipynb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@
136136
"#### Basic inspection and accessing data\n",
137137
"\n",
138138
"`community_leiden`(and most of the community detection methods available in igraph) returns a `VertexClustering` object. \n",
139-
"<div style=\"background-color: #e6ffe6; padding: 20px; border-radius: 5px;\">\n",
140-
" \n",
141-
"**NOTE:** You can find more details about **VertexClustering** [here](./vertex_clustering_object.ipynb).\n",
142-
"\n",
143-
"</div>\n",
144139
"\n",
145140
"* From here we can access the membership vector. It's a list or array where each element corresponds to a vertex, and the value is the index of the cluster it belongs to.\n",
146141
"\n",

0 commit comments

Comments
 (0)