Skip to content

Commit 86cca31

Browse files
authored
Update short summary for nx docs (#78)
1 parent 6c89017 commit 86cca31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_nx_graphblas/__init__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ def get_info():
44
"project": "graphblas-algorithms",
55
"package": "graphblas_algorithms",
66
"url": "https://github.com/python-graphblas/graphblas-algorithms",
7-
"short_summary": "Fast, OpenMP-enabled backend using GraphBLAS",
7+
"short_summary": "OpenMP-enabled sparse linear algebra backend.",
88
# "description": "TODO",
99
"functions": {
1010
"adjacency_matrix": {},
1111
"all_pairs_bellman_ford_path_length": {
1212
"extra_parameters": {
13-
"chunksize": "Split the computation into chunks; "
13+
"chunksize : int or str, optional": "Split the computation into chunks; "
1414
'may specify size as string or number of rows. Default "10 MiB"',
1515
},
1616
},
1717
"all_pairs_shortest_path_length": {
1818
"extra_parameters": {
19-
"chunksize": "Split the computation into chunks; "
19+
"chunksize : int or str, optional": "Split the computation into chunks; "
2020
'may specify size as string or number of rows. Default "10 MiB"',
2121
},
2222
},
@@ -93,7 +93,7 @@ def get_info():
9393
"s_metric": {},
9494
"square_clustering": {
9595
"extra_parameters": {
96-
"chunksize": "Split the computation into chunks; "
96+
"chunksize : int or str, optional": "Split the computation into chunks; "
9797
'may specify size as string or number of rows. Default "256 MiB"',
9898
},
9999
},

0 commit comments

Comments
 (0)