Skip to content

Commit 2919aa9

Browse files
authored
Merge pull request #304 from FluxML/entity-embedder-docstring-improvements
Improve documentation of the entity embedder wrapper
2 parents dc42998 + 9bdc082 commit 2919aa9

File tree

14 files changed

+63
-8914
lines changed

14 files changed

+63
-8914
lines changed

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2323
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
2424
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2525
WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
26+
27+
[compat]
28+
Documenter = "1"

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 Embeddings"=>"interface/Entity Embeddings.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)