Skip to content

Commit b65febd

Browse files
committed
autodoc generation for other files to create content
1 parent 4ed0456 commit b65febd

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

docs/src/patterns.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Chart Patterns
2+
3+
## Reference
4+
5+
```@autodocs
6+
Modules = [Indicators]
7+
Pages = ["patterns.jl"]
8+
```

docs/src/reg.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Regression Indicators
2+
3+
## Reference
4+
5+
```@autodocs
6+
Modules = [Indicators]
7+
Pages = ["reg.jl"]
8+
```

docs/src/trendy.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Trendlines
2+
3+
## Reference
4+
5+
```@autodocs
6+
Modules = [Indicators]
7+
Pages = ["trendy.jl"]
8+
```

docs/src/vol.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Volatility Indicators
2+
3+
## Reference
4+
5+
```@autodocs
6+
Modules = [Indicators]
7+
Pages = ["vol.jl"]
8+
```

0 commit comments

Comments
 (0)