Skip to content

Commit

Permalink
Update short summary for nx docs (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw authored Oct 9, 2023
1 parent 6c89017 commit 86cca31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _nx_graphblas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ def get_info():
"project": "graphblas-algorithms",
"package": "graphblas_algorithms",
"url": "https://github.com/python-graphblas/graphblas-algorithms",
"short_summary": "Fast, OpenMP-enabled backend using GraphBLAS",
"short_summary": "OpenMP-enabled sparse linear algebra backend.",
# "description": "TODO",
"functions": {
"adjacency_matrix": {},
"all_pairs_bellman_ford_path_length": {
"extra_parameters": {
"chunksize": "Split the computation into chunks; "
"chunksize : int or str, optional": "Split the computation into chunks; "
'may specify size as string or number of rows. Default "10 MiB"',
},
},
"all_pairs_shortest_path_length": {
"extra_parameters": {
"chunksize": "Split the computation into chunks; "
"chunksize : int or str, optional": "Split the computation into chunks; "
'may specify size as string or number of rows. Default "10 MiB"',
},
},
Expand Down Expand Up @@ -93,7 +93,7 @@ def get_info():
"s_metric": {},
"square_clustering": {
"extra_parameters": {
"chunksize": "Split the computation into chunks; "
"chunksize : int or str, optional": "Split the computation into chunks; "
'may specify size as string or number of rows. Default "256 MiB"',
},
},
Expand Down

0 comments on commit 86cca31

Please sign in to comment.