File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ on : push
2
+ name : doctoc
3
+ jobs :
4
+ doctoc :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - uses : technote-space/toc-generator@v4
8
+ with :
9
+ TOC_TITLE : " ## Table of Contents"
Original file line number Diff line number Diff line change @@ -16,11 +16,10 @@ Out of scope of this package are more convenient wrappers to handle arrays as ma
16
16
would include storing strides, shapes and order (row/column major). This would require to add
17
17
additional types, which can be easily built on top of this package.
18
18
19
- ## Table of Contents
20
19
21
20
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22
21
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
23
- (generated with [ DocToc ] ( https://github.com/thlorenz/doctoc ) )
22
+ ## Table of Contents
24
23
25
24
- [ Installation] ( #installation )
26
25
- [ Swift Package Manager] ( #swift-package-manager )
You can’t perform that action at this time.
0 commit comments