Skip to content

Commit 4754c54

Browse files
committed
ch_struct: changed Version for Status
1 parent 315d0c6 commit 4754c54

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

doc/specs/stdlib_error.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: error
88

99
## `check` - Checks the value of a logical condition
1010

11-
### Version
11+
### Status
1212

1313
Experimental
1414

@@ -84,7 +84,7 @@ end program demo_check3
8484

8585
## `error_stop` - aborts the program
8686

87-
### Version
87+
### Status
8888

8989
Experimental
9090

doc/specs/stdlib_io.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: IO
88

99
## `loadtxt` - load a 2D array from a text file
1010

11-
### Version
11+
### Status
1212

1313
Experimental
1414

@@ -43,7 +43,7 @@ end program demo_loadtxt
4343

4444
## `open` - open a file
4545

46-
### Version
46+
### Status
4747

4848
Experimental
4949

@@ -100,7 +100,7 @@ end program demo_open
100100

101101
## `savetxt` - save a 2D array into a text file
102102

103-
### Version
103+
### Status
104104

105105
Experimental
106106

doc/specs/stdlib_linalg.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: linalg
88

99
## `diag` - Create a diagonal array or extract the diagonal elements of an array
1010

11-
### Version
11+
### Status
1212

1313
Experimental
1414

@@ -97,7 +97,7 @@ end program demo_diag5
9797

9898
## `eye` - Construct the identity matrix
9999

100-
### Version
100+
### Status
101101

102102
Experimental
103103

@@ -138,7 +138,7 @@ end program demo_eye2
138138

139139
## `trace` - Trace of a matrix
140140

141-
### Version
141+
### Status
142142

143143
Experimental
144144

doc/specs/stdlib_optval.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: optval
88

99
## `optval` - fallback value for optional arguments
1010

11-
### Version
11+
### Status
1212

1313
Experimental
1414

doc/specs/stdlib_quadrature.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: quadrature
88

99
## `trapz` - integrate sampled values using trapezoidal rule
1010

11-
### Version
11+
### Status
1212

1313
Experimental
1414

@@ -53,7 +53,7 @@ end program demo_trapz
5353

5454
## `trapz_weights` - trapezoidal rule weights for given abscissas
5555

56-
### Version
56+
### Status
5757

5858
Experimental
5959

@@ -93,7 +93,7 @@ end program demo_trapz_weights
9393

9494
## `simps` - integrate sampled values using Simpson's rule
9595

96-
### Version
96+
### Status
9797

9898
Experimental
9999

@@ -144,7 +144,7 @@ end program demo_simps
144144

145145
## `simps_weights` - Simpson's rule weights for given abscissas
146146

147-
### Version
147+
### Status
148148

149149
Experimental
150150

doc/specs/stdlib_stats.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: stats
88

99
## `corr` - Pearson correlation of array elements
1010

11-
### Version
11+
### Status
1212

1313
Experimental
1414

@@ -60,7 +60,7 @@ end program demo_corr
6060

6161
## `cov` - covariance of array elements
6262

63-
### Version
63+
### Status
6464

6565
Experimental
6666

@@ -120,7 +120,7 @@ end program demo_cov
120120

121121
## `mean` - mean of array elements
122122

123-
### Version
123+
### Status
124124

125125
Experimental
126126

@@ -168,7 +168,7 @@ end program demo_mean
168168

169169
## `moment` - central moments of array elements
170170

171-
### Version
171+
### Status
172172

173173
Experimental
174174

@@ -239,7 +239,7 @@ end program demo_moment
239239

240240
## `var` - variance of array elements
241241

242-
### Version
242+
### Status
243243

244244
Experimental
245245

0 commit comments

Comments
 (0)