Skip to content

Commit b5d8938

Browse files
committed
Add article links into documentation intro and bump version
1 parent 8593108 commit b5d8938

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
# Add any paths that contain custom static files (such as style sheets) here,
5555
# relative to this directory. They are copied after the builtin static files,
5656
# so a file named "default.css" will overwrite the builtin "default.css".
57-
html_static_path = ['_static']
57+
html_static_path = []

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ perspective of stochastic block model inference.
1414
This method works for single-layer and multi-layer networks, as well as for restricting focus to a fixed number of
1515
communities when desired.
1616

17+
Additional information can be found in the journal article at https://doi.org/10.1038/s41598-022-20142-6 or the
18+
article's significantly more detailed `Supplementary Information`_.
19+
20+
.. _Supplementary Information: https://static-content.springer.com/esm/art%3A10.1038%2Fs41598-022-20142-6/MediaObjects/41598_2022_20142_MOESM1_ESM.pdf
21+
1722
Prior to version v1.3.0, we used the Louvain algorithm for modularity maximization instead of Leiden. The deprecated
1823
module ``modularitypruning.louvain_utilities`` now shims single-layer functions to their corresponding Leiden versions
1924
in ``modularitypruning.leiden_utilities`` (though it still contains the legacy multi-layer functions since they can be

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='modularitypruning',
12-
version='1.3.2',
12+
version='1.3.3',
1313
package_dir={'modularitypruning': 'utilities'},
1414
packages=['modularitypruning'],
1515
url='https://github.com/ragibson/ModularityPruning',

0 commit comments

Comments
 (0)