Skip to content

Commit ff3352d

Browse files
committed
docs: update headings in stdlib_math and stdlib_sparse documentation
1 parent ffc53a7 commit ff3352d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/specs/stdlib_math.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Experimental
427427

428428
Elemenal function.
429429

430-
### Description
430+
#### Description
431431

432432
`deg2rad` converts phase angles from degrees to radians.
433433

doc/specs/stdlib_sparse.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Type-bound procedures to enable requesting data from a sparse matrix.
178178

179179
`v` : Shall be a `real` or `complex` value in accordance to the declared sparse matrix object. If the `ij` tuple is within the sparse pattern, `v` contains the value in the data buffer. If the `ij` tuple is outside the sparse pattern, `v` is equal `0`. If the `ij` tuple is outside the matrix pattern `(nrows,ncols)`, `v` is `NaN`.
180180

181-
## Example
181+
### Example
182182
```fortran
183183
{!example/linalg/example_sparse_data_accessors.f90!}
184184
```
@@ -257,7 +257,7 @@ This module provides facility functions for converting between storage formats.
257257

258258
`chunk`, `optional`: chunk size, only valid in the case of a `SELLC` matrix, by default it will be taken from the `SELLC` default attribute chunk size. It is an `intent(in)` argument.
259259

260-
## Example
260+
### Example
261261
```fortran
262262
{!example/linalg/example_sparse_from_ijv.f90!}
263263
```
@@ -358,7 +358,7 @@ If the `diagonal` array has not been previously allocated, the `diag` subroutine
358358

359359
`coo` : Shall be a `COO` type of `real` or `complex` type. It is an `intent(out)` argument.
360360

361-
## Example
361+
### Example
362362
```fortran
363363
{!example/linalg/example_sparse_spmv.f90!}
364364
```

0 commit comments

Comments
 (0)