Skip to content

Commit 3400891

Browse files
anthonyanthony
authored andcommitted
add Entity Embedding section to manual. Removed Spam Detection example
1 parent 7621eff commit 3400891

File tree

11 files changed

+6
-8853
lines changed

11 files changed

+6
-8853
lines changed

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ makedocs(
3333
"Regression"=>"interface/Regression.md",
3434
"Multi-Target Regression"=>"interface/Multitarget Regression.md",
3535
"Image Classification"=>"interface/Image Classification.md",
36-
"Entity Embdedding"=>"interface/entity_embedder.md",
36+
"Entity Embdedding"=>"interface/entity_embedding.md",
3737
],
3838
"Common Workflows" => Any[
3939
"Incremental Training"=>"common_workflows/incremental_training/notebook.md",
@@ -47,7 +47,6 @@ makedocs(
4747
],
4848
"Extended Examples" => Any[
4949
"MNIST Images"=>"extended_examples/MNIST/notebook.md",
50-
"Spam Detection with RNNs"=>"extended_examples/spam_detection/notebook.md",
5150
],
5251
"Contributing" => "contributing.md"],
5352
doctest = false,

0 commit comments

Comments
 (0)