Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Nov 14, 2024
1 parent 73141b5 commit 909ae7d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pygenstability/constructors.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,6 @@ class constructor_continuous_normalized(Constructor):
where :math:`L=D^{-1}(D-A)` is the random-walk normalized Laplacian and
:math:`\Pi=\mathrm{diag}(\pi)` with null model :math:`v_1=v_2=\pi=\frac{d}{2M}`.
References:
.. [1] Lambiotte, R., Delvenne, J.-C., & Barahona, M. (2019). Random Walks, Markov
Processes and the Multiscale Modular Organization of Complex Networks.
IEEE Trans. Netw. Sci. Eng., 1(2), p. 76-90.
"""

@_limit_numpy
Expand Down Expand Up @@ -365,11 +360,6 @@ class constructor_directed(Constructor):
where :math:`D` denotes the diagonal matrix of out-degrees with :math:`D_{ii}=1` if the
out-degree :math:`d_i=0` and :math:`a` denotes the vector of dangling nodes, i.e. :math:`a_i=1`
if the out-degree :math:`d_i=0` and :math:`a_i=0` otherwise.
References:
.. [1] Lambiotte, R., Delvenne, J.-C., & Barahona, M. (2019). Random Walks, Markov
Processes and the Multiscale Modular Organization of Complex Networks.
IEEE Trans. Netw. Sci. Eng., 1(2), p. 76-90.
"""

@_limit_numpy
Expand Down

0 comments on commit 909ae7d

Please sign in to comment.