Skip to content

Commit 99d0f98

Browse files
committed
Documentation: Improve the specs landing page
- Links added to existing specs - Some modules are still missing specs
1 parent 430ca51 commit 99d0f98

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

doc/specs/index.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
---
2-
title: specs
2+
title: Specifications (specs)
33
---
44

5-
@todo Explain what these are, how to write them, why they're needed, etc.
5+
# Fortran stdlib Specifications (specs)
6+
7+
This is and index/directory of the specifications (specs) for each new module/feature as described in the
8+
[workflow document](../Workflow.html).
9+
10+
[TOC]
11+
12+
## Experimental Features & Modules
13+
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
26+
27+
## Released/Stable Features & Modules
28+
29+
- (None yet)

0 commit comments

Comments
 (0)