Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 4 additions & 4 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /