Skip to content

Commit 469affe

Browse files
committed
revert back link
1 parent c397280 commit 469affe

6 files changed

+15
-15
lines changed

doc/specs/stdlib_experimental_error.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: experimental_error
66

77
[TOC]
88

9-
## `[[stdlib_experimental_error(module):check(subroutine)]]` - Checks the value of a logical condition
9+
## `check` - Checks the value of a logical condition
1010

1111
### Description
1212

@@ -78,7 +78,7 @@ program demo_check3
7878
end program demo_check3
7979
```
8080

81-
## `[[stdlib_experimental_error:error_stop]]` - aborts the program
81+
## `error_stop` - aborts the program
8282

8383
### Description
8484

doc/specs/stdlib_experimental_io.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: experimental_IO
66

77
[TOC]
88

9-
## `[[stdlib_experimental_io(module):loadtxt(interface)]]` - load a 2D array from a text file
9+
## `loadtxt` - load a 2D array from a text file
1010

1111
### Description
1212
Loads a rank-2 `array` from a text file.
@@ -37,7 +37,7 @@ end program demo_loadtxt
3737
```
3838

3939

40-
## `[[stdlib_experimental_io(module):open(function)]]` - open a file
40+
## `open` - open a file
4141

4242
### Description
4343

@@ -90,7 +90,7 @@ end program demo_open
9090
```
9191

9292

93-
## `[[stdlib_experimental_io(module):savetxt(interface)]]` - save a 2D array into a text file
93+
## `savetxt` - save a 2D array into a text file
9494

9595
### Description
9696
Saves a rank-2 `array` into a text file.

doc/specs/stdlib_experimental_linalg.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: experimental_linalg
66

77
[TOC]
88

9-
## `[[stdlib_experimental_linalg(module):diag(interface)]]` - Create a diagonal array or extract the diagonal elements of an array
9+
## `diag` - Create a diagonal array or extract the diagonal elements of an array
1010

1111
### Description
1212

@@ -91,7 +91,7 @@ program demo_diag5
9191
end program demo_diag5
9292
```
9393

94-
## `[[stdlib_experimental_linalg(module):eye(function)]]` - Construct the identity matrix
94+
## `eye` - Construct the identity matrix
9595

9696
### Description
9797

@@ -128,7 +128,7 @@ program demo_eye2
128128
end program demo_eye2
129129
```
130130

131-
## `[[stdlib_experimental_linalg(module):trace(interface)]]` - Trace of a matrix
131+
## `trace` - Trace of a matrix
132132

133133
### Description
134134

doc/specs/stdlib_experimental_optval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: experimental_optval
66

77
[TOC]
88

9-
## `[[stdlib_experimental_optval(module):optval(interface)]]` - fallback value for optional arguments
9+
## `optval` - fallback value for optional arguments
1010

1111
### Description
1212

doc/specs/stdlib_experimental_quadrature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: experimental_quadrature
66

77
[TOC]
88

9-
## `[[stdlib_experimental_quadrature(module):trapz(interface)]]` - integrate sampled values using trapezoidal rule
9+
## `trapz` - integrate sampled values using trapezoidal rule
1010

1111
### Description
1212

@@ -47,7 +47,7 @@ program demo_trapz
4747
end program demo_trapz
4848
```
4949

50-
## `[[stdlib_experimental_quadrature(module):trapz_weights(interface)]]` - trapezoidal rule weights for given abscissas
50+
## `trapz_weights` - trapezoidal rule weights for given abscissas
5151

5252
### Description
5353

doc/specs/stdlib_experimental_stats.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: experimental_stats
66

77
[TOC]
88

9-
## `[[stdlib_experimental_stats(module):cov(interface)]]` - covariance of array elements
9+
## `cov` - covariance of array elements
1010

1111
### Description
1212

@@ -62,7 +62,7 @@ program demo_cov
6262
end program demo_cov
6363
```
6464

65-
## `[[stdlib_experimental_stats(module):mean(interface)]]` - mean of array elements
65+
## `mean` - mean of array elements
6666

6767
### Description
6868

@@ -106,7 +106,7 @@ program demo_mean
106106
end program demo_mean
107107
```
108108

109-
## `[[stdlib_experimental_stats(module):moment(interface)]]` - central moments of array elements
109+
## `moment` - central moments of array elements
110110

111111
### Description
112112

@@ -173,7 +173,7 @@ program demo_moment
173173
end program demo_moment
174174
```
175175

176-
## `[[stdlib_experimental_stats(module):var(interface)]]` - variance of array elements
176+
## `var` - variance of array elements
177177

178178
### Description
179179

0 commit comments

Comments
 (0)