Skip to content

Commit 14d7a0c

Browse files
Merge pull request #348 from GraphBLAS/stable
v1.2, nearly stable
2 parents f675d1e + 7b9d2ee commit 14d7a0c

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
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.

rtdocs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx==4.0.3
1+
sphinx>=8.0.0
22
sphinx_rtd_theme>=0.5.2
3-
breathe
3+
breathe

0 commit comments

Comments
 (0)