AlgebraicJulia / ACSets.jl

ACSets: Algebraic databases as in-memory data structures
https://algebraicjulia.github.io/ACSets.jl/
MIT License
18 stars 8 forks source link

API Reference page not loading #139

Closed lukem12345 closed 3 months ago

lukem12345 commented 3 months ago

The API Reference page in these docs is not loading: https://algebraicjulia.github.io/ACSets.jl/dev/api/

Looking at the corresponding .md file, this could probably be resolved by listing out the modules manually, instead of relying on Reexport to pass those docstrings to the main ACSets module.

jpfairbanks commented 3 months ago

That is the standard way to resolve this problem. I did it in Gatlab.jl in https://github.com/AlgebraicJulia/GATlab.jl/pull/31/files

lukem12345 commented 3 months ago

My initial pass at listing out the modules manually uncovered a couple of small errors, such as an invalid docstring Ref to IDAllocator which was merged with another type and renamed in 26c7530 and a sister commit. I’ll make a pass at updating those sorts of things as well.