I have a function defined in a different package which I include and then export from my Julia package. I now want to include the docs for that function in my docs using Documenter.jl. What sort of @ref syntax would I need to do this? The documenter docs don't seem to covet this use case.
That is what we do in MeasureTheory, feel free to take a look at https://github.com/cscherrer/MeasureTheory.jl/blob/master/docs/make.jl. Our goal was to include docstrings from MeasureBase as well, and all it takes are some tweaks to the make.jl file:
modules argument to makedocsNote that MeasureTheory re-exports MeasureBase, otherwise we would need to add using MeasureBase at the start of the file too.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With