Skip to content

Commit

Permalink
remove and fix outline
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalmes committed May 18, 2019
1 parent cede06b commit 6c84e73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ makedocs(
"Aggregation" => "man/aggregation.md",
"Imputation" => "man/imputation.md",
],
"Library" => Any[
"ML Library" => Any[
"Decision Tree" => "lib/decisiontree.md"
#"Scikit Learners" => "lib/sklearn.md",
#"Caret Learners" => "lib/caretlearn.md"
Expand Down
7 changes: 2 additions & 5 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,15 @@ Depth = 3
## Manual Outline
```@contents
Pages = [
"man/dateproc.md",
"man/valueproc.md",
"man/dateproc.md",
"man/aggregation.md",
"man/imputation.md",
"man/monotonic.md",
"man/tsclassification.md",
"man/cli.md"
]
Depth = 3
```

## External Library
## ML Library
```@contents
Pages = ["lib/decisiontree.md"]
```
Expand Down

0 comments on commit 6c84e73

Please sign in to comment.