JuliaDynamics / StateSpaceSets.jl

The `StateSpaceSet` interface for packages of JuliaDynamics
MIT License
2 stars 3 forks source link

Documentation for neighborhood types not generated #11

Closed kahaaga closed 1 year ago

kahaaga commented 1 year ago

The docstrings for the neighborhood types are not expanded in the devdocs.

I'm not sure why, because Neighborhood is included in the modules keyword argument to makedocs in the make.jl file. MPerhaps the methods need to be prepended by Neighborhood.WithinRange? But that shouldn't be necessary, because WithinRange is exported by StateSpaceSets too.