Skip to content

Commit

Permalink
Added docstests for GML.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Nov 26, 2024
1 parent 145b95a commit bd7cc56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ using AbstractNeuralNetworks, GeometricMachineLearning
using Documenter

DocMeta.setdocmeta!(AbstractNeuralNetworks, :DocTestSetup, :(using AbstractNeuralNetworks); recursive=true)
DocMeta.setdocmeta!(GeometricMachineLearning, :DocTestSetup, :(using GeometricMachineLearning); recursive=true)

makedocs(;
modules=[AbstractNeuralNetworks, GeometricMachineLearning],
Expand Down

0 comments on commit bd7cc56

Please sign in to comment.