Anshul Singhvi
Anshul Singhvi
How would that work? That's not a thing in Plots at least. You can stash them in the same layout cell though...
Same for GDALsource on that file ``` julia> Raster("~/Downloads/N320_weights.nc"; source = Rasters.GDALsource()) ERROR: ArgumentError: file "~/Downloads/N320_weights.nc" not found Stacktrace: [1] _filenotfound_error(filename::String) @ Rasters ~/.julia/dev/geo/Rasters.jl/src/utils.jl:531 [2] _open(f::Rasters.var"#78#79"{Rasters.GDALsource, @Kwargs{}, String}, ::Rasters.GDALsource, filename::String;...
Well we have to handle urls, http, etc too
Looks like it's the same issue, yep...but this particular problem wasn't mentioned there.
We already have DimTree merged into main from https://github.com/rafaqz/DimensionalData.jl/pull/900, it's meant to be the same thing. Graph APIs would be great in an extension! There aren't many docs for it...
See the tests https://github.com/rafaqz/DimensionalData.jl/blob/main/test/tree.jl for some example usage.
So I want three things primarily: - introspect, modify, etc. `doc` in make.jl - deploy `doc` to multiple targets with separate calls to `deploydocs` - construct a document without rendering...
Well you can just not pass `format` in, but the question is how do you render the doc after that. I happen to know how because I wrote that function...
You could but you have to mutate the doc then. Or are you saying some kwarg will just halt rendering entirely?
Specifically that the format selector stage would not be invoked...returning the doc would be a different keyword from that? Or makedocs could just return the doc by default, that's not...