We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b45f8f commit 1f4f37aCopy full SHA for 1f4f37a
doc/api_reference.rst
@@ -8,21 +8,21 @@ Noisy MST
8
:members: NoisyMST, noisyMST
9
10
11
-$k$-MST
+k-MST
12
-------
13
14
.. automodule:: multi_mst.k_mst
15
:members: KMST, kMST
16
17
18
-$k$-MST Descent
+k-MST Descent
19
---------------
20
21
.. automodule:: multi_mst.k_mst_descent
22
:members: KMSTDescent, kMSTDescent
23
24
25
-Recall logging $k$-MST Descent
+Recall logging k-MST Descent
26
------------------------------
27
28
.. automodule:: multi_mst.k_mst_descent_recall
doc/basic_usage.rst
0 commit comments