Skip to content

Commit 883fb15

Browse files
committed
toc_md: removed Vim comments and subsection links
1 parent 8581207 commit 883fb15

4 files changed

+0
-71
lines changed

src/stdlib_experimental_io.md

-19
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,9 @@
22

33
## Implemented
44

5-
<!-- vim-markdown-toc GFM -->
6-
75
* [`loadtxt` - load a 2D array from a text file](#loadtxt---load-a-2d-array-from-a-text-file)
8-
* [Description](#description)
9-
* [Syntax](#syntax)
10-
* [Arguments](#arguments)
11-
* [Return value](#return-value)
12-
* [Example](#example)
136
* [`open` - open a file](#open---open-a-file)
14-
* [Description](#description-1)
15-
* [Syntax](#syntax-1)
16-
* [Arguments](#arguments-1)
17-
* [Return value](#return-value-1)
18-
* [Example](#example-1)
197
* [`savetxt` - save a 2D array into a text file](#savetxt---save-a-2d-array-into-a-text-file)
20-
* [Description](#description-2)
21-
* [Syntax](#syntax-2)
22-
* [Arguments](#arguments-2)
23-
* [Output](#output)
24-
* [Example](#example-2)
25-
26-
<!-- vim-markdown-toc -->
278

289
## `loadtxt` - load a 2D array from a text file
2910

src/stdlib_experimental_optval.md

-10
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@
22

33
## Implemented
44

5-
6-
<!-- vim-markdown-toc GFM -->
7-
85
* [`optval` - fallback value for optional arguments](#optval---fallback-value-for-optional-arguments)
9-
* [Description](#description)
10-
* [Syntax](#syntax)
11-
* [Arguments](#arguments)
12-
* [Return value](#return-value)
13-
* [Example](#example)
14-
15-
<!-- vim-markdown-toc -->
166

177
## `optval` - fallback value for optional arguments
188

src/stdlib_experimental_quadrature.md

-24
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,10 @@
22

33
## Implemented
44

5-
<!-- vim-markdown-toc GFM -->
6-
75
* [`trapz` - integrate sampled values using trapezoidal rule](#trapz---integrate-sampled-values-using-trapezoidal-rule)
8-
* [Description](#description)
9-
* [Syntax](#syntax)
10-
* [Arguments](#arguments)
11-
* [Return value](#return-value)
12-
* [Example](#example)
136
* [`trapz_weights` - trapezoidal rule weights for given abscissas](#trapz_weights---trapezoidal-rule-weights-for-given-abscissas)
14-
* [Description](#description-1)
15-
* [Syntax](#syntax-1)
16-
* [Arguments](#arguments-1)
17-
* [Return value](#return-value-1)
18-
* [Example](#example-1)
197
* [`simps` - integrate sampled values using Simpson's rule (to be implemented)](#simps---integrate-sampled-values-using-simpsons-rule-to-be-implemented)
20-
* [Description](#description-2)
21-
* [Syntax](#syntax-2)
22-
* [Arguments](#arguments-2)
23-
* [Return value](#return-value-2)
24-
* [Example](#example-2)
258
* [`simps_weights` - Simpson's rule weights for given abscissas (to be implemented)](#simps_weights---simpsons-rule-weights-for-given-abscissas-to-be-implemented)
26-
* [Description](#description-3)
27-
* [Syntax](#syntax-3)
28-
* [Arguments](#arguments-3)
29-
* [Return value](#return-value-3)
30-
* [Example](#example-3)
31-
32-
<!-- vim-markdown-toc -->
339

3410
## `trapz` - integrate sampled values using trapezoidal rule
3511

src/stdlib_experimental_stats.md

-18
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,10 @@
22

33

44
## Implemented
5-
<!-- vim-markdown-toc GFM -->
65

76
* [`mean` - mean of array elements](#mean---mean-of-array-elements)
8-
* [Description](#description)
9-
* [Syntax](#syntax)
10-
* [Arguments](#arguments)
11-
* [Return value](#return-value)
12-
* [Example](#example)
137
* [`moment` - central moment of array elements](#moment---central-moment-of-array-elements)
14-
* [Description](#description-1)
15-
* [Syntax](#syntax-1)
16-
* [Arguments](#arguments-1)
17-
* [Return value](#return-value-1)
18-
* [Example](#example-1)
198
* [`var` - variance of array elements](#var---variance-of-array-elements)
20-
* [Description](#description-2)
21-
* [Syntax](#syntax-2)
22-
* [Arguments](#arguments-2)
23-
* [Return value](#return-value-2)
24-
* [Example](#example-2)
25-
26-
<!-- vim-markdown-toc -->
279

2810
## `mean` - mean of array elements
2911

0 commit comments

Comments
 (0)