File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ include("pages.jl")
1010makedocs (; modules= [ReservoirComputing],
1111 sitename= " ReservoirComputing.jl" ,
1212 clean= true , doctest= false , linkcheck= true ,
13- warnonly= [:missing_docs ],
1413 format= Documenter. HTML (; assets= [" assets/favicon.ico" ],
1514 canonical= " https://docs.sciml.ai/ReservoirComputing/stable/" ),
1615 pages= pages)
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ pages = [
1717 " States Modifications" => " api/states.md" ,
1818 " Prediction Types" => " api/predict.md" ,
1919 " Echo State Networks" => " api/esn.md" ,
20- " ESN Layers " => " api/inits.md" ,
20+ " ESN Initializers " => " api/inits.md" ,
2121 " ESN Drivers" => " api/esn_drivers.md" ,
22- " ESN variatoins " => " api/esn_variations.md" ,
22+ " ESN Variations " => " api/esn_variations.md" ,
2323 " ReCA" => " api/reca.md" ]
2424]
You can’t perform that action at this time.
0 commit comments