Skip to content

Commit a6f6bc1

Browse files
committed
mod index
1 parent c5f0300 commit a6f6bc1

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

doc/specs/index.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,16 @@ This is and index/directory of the specifications (specs) for each new module/fe
1111

1212
## Experimental Features & Modules
1313

14-
- [error](./stdlib_experimental_error.html)
15-
- Catching and handling errors
16-
- [IO](./stdlib_experimental_io.html)
17-
- Input/output helper & convenience
18-
- [linalg](./stdlib_experimental_linalg.html)
19-
- Linear Algebra
20-
- [optval](./stdlib_experimental_optval.html)
21-
- Fallback value for optional arguments
22-
- [quadrature](./stdlib_experimental_quadrature.html)
23-
- Numerical integration
24-
- [stats](./stdlib_experimental_stats.html)
25-
- Descriptive Statistics
14+
- [error](./stdlib_experimental_error.html) - Catching and handling errors
15+
- [IO](./stdlib_experimental_io.html) - Input/output helper & convenience
16+
- [linalg](./stdlib_experimental_linalg.html) - Linear Algebra
17+
- [optval](./stdlib_experimental_optval.html) - Fallback value for optional arguments
18+
- [quadrature](./stdlib_experimental_quadrature.html) - Numerical integration
19+
- [stats](./stdlib_experimental_stats.html) - Descriptive Statistics
2620

2721
## Missing specs
2822

29-
@todo
30-
Populate this section with a list of missing specs and link to their
31-
[sources on GH](https://github.com/fortran-lang/stdlib/tree/master/src).
23+
- [ascii](https://github.com/fortran-lang/stdlib/blob/master/src/stdlib_experimental_ascii.f90)
3224

3325
## Released/Stable Features & Modules
3426

0 commit comments

Comments
 (0)