Skip to content

Commit 7b9d2ee

Browse files
Merge pull request #346 from GraphBLAS/with_GraphBLAS_v10
documentation
2 parents 32fa5a1 + 6b7b254 commit 7b9d2ee

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Config/LAGraph.h.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,8 @@ double LAGraph_WallClockTime // returns omp_get_wtime(), or other timer
13261326
* Market "coordinate" and "array" format (http://www.nist.gov/MatrixMarket),
13271327
* for sparse and dense matrices respectively. The format is fully described
13281328
* in <a href="https://github.com/GraphBLAS/LAGraph/blob/stable/papers/MatrixMarket.pdf">
1329-
* LAGraph/Doc/MatrixMarket.pdf</a>, and summarized here (with extensions for LAGraph).
1329+
* LAGraph/papers/MatrixMarket.pdf</a>, and summarized here (with extensions
1330+
* for LAGraph).
13301331
*
13311332
* \rst_star{
13321333
* First Line

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ LAGraph is a library plus a test harness for collecting algorithms that
77
use GraphBLAS.
88

99
See <https://github.com/GraphBLAS/LAGraph> for the source code for LAGraph,
10-
Documenation is at <https://lagraph.readthedocs.org>.
10+
Documentation is at <https://lagraph.readthedocs.org>, and also as a PDF
11+
file in the [LAGraph User Guide (PDF)](./lagraph-readthedocs-io-en-latest.pdf).
1112
Test coverage results are at <https://graphblas.org/LAGraph>.
1213

1314
Currently, SuiteSparse:GraphBLAS v9.0.0 or later is required. However, use the

include/LAGraph.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,8 @@ double LAGraph_WallClockTime // returns omp_get_wtime(), or other timer
13261326
* Market "coordinate" and "array" format (http://www.nist.gov/MatrixMarket),
13271327
* for sparse and dense matrices respectively. The format is fully described
13281328
* in <a href="https://github.com/GraphBLAS/LAGraph/blob/stable/papers/MatrixMarket.pdf">
1329-
* LAGraph/Doc/MatrixMarket.pdf</a>, and summarized here (with extensions for LAGraph).
1329+
* LAGraph/papers/MatrixMarket.pdf</a>, and summarized here (with extensions
1330+
* for LAGraph).
13301331
*
13311332
* \rst_star{
13321333
* First Line
268 KB
Binary file not shown.

0 commit comments

Comments
 (0)