Skip to content

Commit

Permalink
Add GeometricMachineLearning for docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Nov 26, 2024
1 parent 2a43d7d commit 7c79eb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[deps]
AbstractNeuralNetworks = "60874f82-5ada-4c70-bd1c-fa6be7711c8a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GeometricMachineLearning = "194d25b2-d3f5-49f0-af24-c124f4aa80cc"
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using AbstractNeuralNetworks
using AbstractNeuralNetworks, GeometricMachineLearning
using Documenter

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

makedocs(;
modules=[AbstractNeuralNetworks],
modules=[AbstractNeuralNetworks, GeometricMachineLearning],
authors="Michael Kraus",
repo="https://github.com/JuliaGNI/AbstractNeuralNetworks.jl/blob/{commit}{path}#{line}",
sitename="AbstractNeuralNetworks.jl",
Expand Down

0 comments on commit 7c79eb2

Please sign in to comment.