Skip to content

Commit

Permalink
Fix documentation for read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Aynaud committed May 23, 2020
1 parent 27f3439 commit 6a21e01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions community/community_louvain.py
Expand Up @@ -75,8 +75,8 @@ def partition_at_level(dendrogram, level):
See Also
--------
best_partition which directly combines partition_at_level and
generate_dendrogram to obtain the partition of highest modularity
best_partition : which directly combines partition_at_level and
generate_dendrogram : to obtain the partition of highest modularity
Examples
--------
Expand Down Expand Up @@ -207,7 +207,7 @@ def best_partition(graph,
See Also
--------
generate_dendrogram to obtain all the decompositions levels
generate_dendrogram : to obtain all the decompositions levels
Notes
-----
Expand Down

0 comments on commit 6a21e01

Please sign in to comment.