Anshul Singhvi
Anshul Singhvi
This will also need the symlink folders on `gh-pages` to be purged. Here's a function that will do that for you: ```julia function remove_symlinks_from_gh_pages(repo_url::String; branch::String = "gh-pages") function success_or_error(cmd, msg...
We don't do that currently, Documenter does it here https://github.com/JuliaDocs/Documenter.jl/blob/3ada4620e0952c9e2a0697e2bdb0b9ab0e28af47/src/deploydocs.jl#L547-L549 the result is that new sites using Vitepress will not receive the correct result.
Just adds a latex mime that can render output. I will release tomorrow morning.
https://github.com/vuejs/vitepress/issues/3093 Seems it's not too difficult. We can add it by default.
This adds DV's first ever test suite! - Fix the anchor position in docstrings, turns out that putting it in that `a` was making it unavailable as a selector. This...
This can actually cause some conversions to fail because the `create$(geom)` function may not have a dispatch for what GI.coordinates outputs, if it's e.g. a StaticArray. It seems entirely doable...
MWE: ```julia julia> import ArchGDAL as AG, GeoInterface as GI julia> geom = AG.fromWKT("MULTIPOLYGON (" * "((0 4 8,4 4 8,4 0 8,0 0 8,0 4 8)," * "(3 1...
# Description Allows `hist(Float64[])` to work by special casing if in . Defaults to 0..10. ## Type of change - [x] New feature (non-breaking change which adds functionality) ## Checklist...