Skip to content

Commit e2a9282

Browse files
committed
docs: update docs and add test cases
1 parent 35d182d commit e2a9282

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/NetMSA.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ using StatsBase
88

99
export createPeerMatrix, matrixalignment
1010

11-
"""
12-
Store the position of a given particle. Position ``x_s_i (r)`` of the particle
13-
``p_s_i`` is defined by using the row ``r`` that contains the symbol ``s_i`` as
11+
@doc raw"""
12+
Store the position of a given particle. Position ``x_{s_{i}}(r)`` of the particle
13+
``p_{s_{i}}`` is defined by using the row ``r`` that contains the symbol ``s_i`` as
1414
well as locations of the symbol ``s_i`` in the different columns (indexes of the
1515
columns that contain ``s_i`` ) in the row ``r``.
1616
"""

0 commit comments

Comments
 (0)