Skip to content

Commit 03b6133

Browse files
committed
toc_md: removed subtitle Implemented as proposed by Milan
1 parent 883fb15 commit 03b6133

4 files changed

+0
-9
lines changed

src/stdlib_experimental_io.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# IO
22

3-
## Implemented
4-
53
* [`loadtxt` - load a 2D array from a text file](#loadtxt---load-a-2d-array-from-a-text-file)
64
* [`open` - open a file](#open---open-a-file)
75
* [`savetxt` - save a 2D array into a text file](#savetxt---save-a-2d-array-into-a-text-file)

src/stdlib_experimental_optval.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Default values for optional arguments
22

3-
## Implemented
4-
53
* [`optval` - fallback value for optional arguments](#optval---fallback-value-for-optional-arguments)
64

75
## `optval` - fallback value for optional arguments

src/stdlib_experimental_quadrature.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Numerical integration
22

3-
## Implemented
4-
53
* [`trapz` - integrate sampled values using trapezoidal rule](#trapz---integrate-sampled-values-using-trapezoidal-rule)
64
* [`trapz_weights` - trapezoidal rule weights for given abscissas](#trapz_weights---trapezoidal-rule-weights-for-given-abscissas)
75
* [`simps` - integrate sampled values using Simpson's rule (to be implemented)](#simps---integrate-sampled-values-using-simpsons-rule-to-be-implemented)

src/stdlib_experimental_stats.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Descriptive statistics
22

3-
4-
## Implemented
5-
63
* [`mean` - mean of array elements](#mean---mean-of-array-elements)
74
* [`moment` - central moment of array elements](#moment---central-moment-of-array-elements)
85
* [`var` - variance of array elements](#var---variance-of-array-elements)

0 commit comments

Comments
 (0)