Skip to content

Commit 3e16a13

Browse files
committed
whitespace
1 parent 8670223 commit 3e16a13

44 files changed

Lines changed: 202 additions & 42 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/cugraph-docs/source/api_docs/cugraph/centrality.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
==========
22
Centrality
33
==========
4+
45
.. currentmodule:: cugraph
56

67

78

89
Betweenness Centrality
910
----------------------
11+
1012
single-GPU
1113
^^^^^^^^^^
14+
1215
.. autosummary::
1316
:toctree: ../api/cugraph/
1417

@@ -17,6 +20,7 @@ single-GPU
1720

1821
multi-GPU
1922
^^^^^^^^^^
23+
2024
.. autosummary::
2125
:toctree: ../api/cugraph/
2226

@@ -26,15 +30,18 @@ multi-GPU
2630

2731
Katz Centrality
2832
---------------
33+
2934
single-GPU
3035
^^^^^^^^^^
36+
3137
.. autosummary::
3238
:toctree: ../api/cugraph/
3339

3440
cugraph.centrality.katz_centrality
3541

3642
multi-GPU
3743
^^^^^^^^^^
44+
3845
.. autosummary::
3946
:toctree: ../api/cugraph/
4047

@@ -43,8 +50,10 @@ multi-GPU
4350

4451
Degree Centrality
4552
-----------------
53+
4654
single-GPU
4755
^^^^^^^^^^
56+
4857
.. autosummary::
4958
:toctree: ../api/cugraph/
5059

@@ -53,15 +62,18 @@ single-GPU
5362

5463
Eigenvector Centrality
5564
----------------------
65+
5666
single-GPU
5767
^^^^^^^^^^
68+
5869
.. autosummary::
5970
:toctree: ../api/cugraph/
6071

6172
cugraph.centrality.eigenvector_centrality
6273

6374
multi-GPU
6475
^^^^^^^^^^
76+
6577
.. autosummary::
6678
:toctree: ../api/cugraph/
6779

docs/cugraph-docs/source/api_docs/cugraph/community.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
=========
22
Community
33
=========
4+
45
.. currentmodule:: cugraph
56

67

78
EgoNet
89
------
10+
911
single-GPU
1012
^^^^^^^^^^
1113

@@ -16,6 +18,7 @@ single-GPU
1618

1719
multi-GPU
1820
^^^^^^^^^
21+
1922
.. autosummary::
2023
:toctree: ../api/cugraph/
2124

@@ -24,24 +27,29 @@ multi-GPU
2427

2528
Ensemble clustering for graphs (ECG)
2629
------------------------------------
30+
2731
single-GPU
2832
^^^^^^^^^^
33+
2934
.. autosummary::
3035
:toctree: ../api/cugraph/
3136

3237
cugraph.ecg
3338

3439
multi-GPU
3540
^^^^^^^^^
41+
3642
.. autosummary::
3743
:toctree: ../api/cugraph/
3844

3945
cugraph.dask.community.ecg.ecg
4046

4147
K-Truss
4248
-------
49+
4350
single-GPU
4451
^^^^^^^^^^
52+
4553
.. autosummary::
4654
:toctree: ../api/cugraph/
4755

@@ -50,6 +58,7 @@ single-GPU
5058

5159
multi-GPU
5260
^^^^^^^^^
61+
5362
.. autosummary::
5463
:toctree: ../api/cugraph/
5564

@@ -58,15 +67,18 @@ multi-GPU
5867

5968
Leiden
6069
------
70+
6171
single-GPU
6272
^^^^^^^^^^
73+
6374
.. autosummary::
6475
:toctree: ../api/cugraph/
6576

6677
cugraph.leiden
6778

6879
multi-GPU
6980
^^^^^^^^^
81+
7082
.. autosummary::
7183
:toctree: ../api/cugraph/
7284

@@ -77,6 +89,7 @@ Louvain
7789

7890
single-GPU
7991
^^^^^^^^^^
92+
8093
.. autosummary::
8194
:toctree: ../api/cugraph/
8295

@@ -85,13 +98,15 @@ single-GPU
8598

8699
multi-GPU
87100
^^^^^^^^^
101+
88102
.. autosummary::
89103
:toctree: ../api/cugraph/
90104

91105
cugraph.dask.community.louvain.louvain
92106

93107
Spectral Clustering
94108
-------------------
109+
95110
.. autosummary::
96111
:toctree: ../api/cugraph/
97112

@@ -104,31 +119,37 @@ Spectral Clustering
104119

105120
Induced Subgraph
106121
----------------
122+
107123
single-GPU
108124
^^^^^^^^^^
125+
109126
.. autosummary::
110127
:toctree: ../api/cugraph/
111128

112129
cugraph.induced_subgraph
113130

114131
multi-GPU
115132
^^^^^^^^^
133+
116134
.. autosummary::
117135
:toctree: ../api/cugraph/
118136

119137
cugraph.dask.community.induced_subgraph.induced_subgraph
120138

121139
Triangle Counting
122140
-----------------
141+
123142
single-GPU
124143
^^^^^^^^^^
144+
125145
.. autosummary::
126146
:toctree: ../api/cugraph/
127147

128148
cugraph.triangle_count
129149

130150
multi-GPU
131151
^^^^^^^^^
152+
132153
.. autosummary::
133154
:toctree: ../api/cugraph/
134155

docs/cugraph-docs/source/api_docs/cugraph/components.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
==========
22
Components
33
==========
4+
45
.. currentmodule:: cugraph
56

67

78
Connected Components
89
--------------------
10+
911
single-GPU
1012
^^^^^^^^^^
13+
1114
.. autosummary::
1215
:toctree: ../api/cugraph/
1316

@@ -17,6 +20,7 @@ single-GPU
1720

1821
multi-GPU
1922
^^^^^^^^^
23+
2024
.. autosummary::
2125
:toctree: ../api/cugraph/
2226

docs/cugraph-docs/source/api_docs/cugraph/cores.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
=====
22
Cores
33
=====
4+
45
.. currentmodule:: cugraph
56

67

78

89
Core Number
910
-----------
11+
1012
single-GPU
1113
^^^^^^^^^^
14+
1215
.. autosummary::
1316
:toctree: ../api/cugraph/
1417

1518
cugraph.core_number
1619

1720
multi-GPU
1821
^^^^^^^^^
22+
1923
.. autosummary::
2024
:toctree: ../api/cugraph/
2125

@@ -24,15 +28,18 @@ multi-GPU
2428

2529
K-Core
2630
------
31+
2732
single-GPU
2833
^^^^^^^^^^
34+
2935
.. autosummary::
3036
:toctree: ../api/cugraph/
3137

3238
cugraph.k_core
3339

3440
multi-GPU
3541
^^^^^^^^^
42+
3643
.. autosummary::
3744
:toctree: ../api/cugraph/
3845

docs/cugraph-docs/source/api_docs/cugraph/generators.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
==========
22
Generators
33
==========
4+
45
.. currentmodule:: cugraph
56

67

78

89
RMAT
910
----
11+
1012
.. autosummary::
1113
:toctree: ../api/cugraph/
1214

docs/cugraph-docs/source/api_docs/cugraph/graph_implementation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
====================
22
Graph Implementation
33
====================
4+
45
.. currentmodule:: cugraph.structure.graph_implementation.simpleGraphImpl
56

67

78
Graph Implementation
89
--------------------
10+
911
.. autosummary::
1012
:toctree: ../api/cugraph/
1113

docs/cugraph-docs/source/api_docs/cugraph/helper_functions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
========================
22
DASK MG Helper functions
33
========================
4+
45
.. currentmodule:: cugraph
56

67

78
Methods
89
-------
10+
911
.. autosummary::
1012
:toctree: ../api/cugraph/
1113

docs/cugraph-docs/source/api_docs/cugraph/layout.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
======
22
Layout
33
======
4+
45
.. currentmodule:: cugraph
56

67

78
Force Atlas 2
89
-------------
10+
911
.. autosummary::
1012
:toctree: ../api/cugraph/
1113

docs/cugraph-docs/source/api_docs/cugraph/linear_assignment.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
=================
22
Linear Assignment
33
=================
4+
45
.. currentmodule:: cugraph
56

67

78
Hungarian
89
---------
10+
911
.. autosummary::
1012
:toctree: ../api/cugraph/
1113

0 commit comments

Comments
 (0)