Get meshimage working with tuple npoints #632
Annotations
10 warnings
../../../.julia/packages/OhMyCards/K5hlS/src/overview.jl#L83
The following pages were not found in the gallery:
rotating_earth
multiple_crs
|
../../../.julia/packages/OhMyCards/K5hlS/src/overview.jl#L83
The following pages were not found in the gallery:
geostationary_image
is_it_a_plane
projections
|
../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L46
failed to run `@example` block in src/index.md:98-104
```@example MAIN
fig = Figure()
ax = GeoAxis(fig[1,1]; dest = "+proj=eqearth +lon_0=$(lon_0)")
surface!(ax, lons_shift, lats, field_shift, colormap=:balance)
lines!.(ax, GeoMakie.coastlines(ax), color=:black, overdraw = true)
fig
```
exception =
UndefVarError: `Figure` not defined
Stacktrace:
[1] top-level scope
@ index.md:99
[2] eval
@ ./boot.jl:385 [inlined]
[3] #58
@ ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:754 [inlined]
[4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:753
[6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[7] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:515
[8] with_logger
@ ./logging.jl:627 [inlined]
[9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:752
|
../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L46
no docs found for 'GeoMakie.to_multipoly' in `@docs` block in src/introduction.md:138-144
```@docs
GeoMakie.to_multipoly
GeoMakie.geo2basic
GeoMakie.GeoAxis
GeoMakie.geoformat_ticklabels
GeoMakie.meshimage
```
|
|
../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L46
8 docstrings not included in the manual:
Makie.reset_limits! :: Tuple{GeoAxis}
GeoMakie.meshimage!
GeoMakie.geoticks :: NTuple{4, Any}
GeoMakie.MeshImage
GeoMakie.closest_multiple :: Tuple{Any, Any}
GeoMakie.gft2str
GeoMakie.create_transform :: Tuple{String, String}
GeoMakie.GeoTicks
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in canonical @docs or @autodocs blocks.
|
../../../.julia/packages/DocumenterVitepress/lQLN8/src/vitepress_config.jl#L111
DocumenterVitepress: No logo.png file found in `docs/src/assets`. Skipping logo replacement.
|
../../../.julia/packages/DocumenterVitepress/lQLN8/src/vitepress_config.jl#L122
DocumenterVitepress: No favicon.ico file found in `docs/src/assets`. Skipping favicon replacement.
|
../../../.julia/packages/DocumenterVitepress/lQLN8/src/writer.jl#L488
DocumenterVitepress: Unknown MIME type text/latex provided and no alternatives given. Ignoring render!
|
../../../.julia/packages/DocumenterVitepress/lQLN8/src/writer.jl#L488
DocumenterVitepress: Unknown MIME type text/latex provided and no alternatives given. Ignoring render!
|
This job succeeded
Loading