add Aqua.jl tests #421
CI.yml
on: pull_request
Documentation
25m 21s
Matrix: test
Annotations
8 errors, 1 warning, and 3 notices
Julia 1 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Julia 1.6 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Documentation:
../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L44
failed to run `@example` block in src/generated/plots.md:103-112
```@example plots
g = cycle_digraph(3)
f, ax, p = graphplot(g;
ilabels=[1, L"\sum_{i=1}^n \alpha^i", "a label"],
arrow_shift=:end)
xlims!(ax, (-1.5, 1.3))
ylims!(ax, (-2.3, 0.7))
hidedecorations!(ax); hidespines!(ax); ax.aspect = DataAspect()
f #hide
```
exception =
MethodError: no method matching inverse_interpolate(::GraphMakie.Line{Point{2, Float32}}, ::Point2{Float64})
Closest candidates are:
inverse_interpolate(::Any, !Matched::Point3)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:113
inverse_interpolate(::GraphMakie.Line{PT}, !Matched::PT) where PT
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:106
inverse_interpolate(!Matched::GraphMakie.BezierPath{<:Point2}, ::Point2)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:92
Stacktrace:
[1] update_arrow_shift(g::SimpleDiGraph{Int64}, gp::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, edge_paths::Vector{GraphMakie.Line{Point{2, Float32}}}, to_px::Function, node_markers::Observable{UnionAll}, node_sizes::Observable{Vector{Float64}}, shift::Symbol)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:767
[2] (::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{UnionAll}, Observable{SimpleDiGraph{Int64}}})(paths::Vector{GraphMakie.Line{Point{2, Float32}}}, tpx::Function, shift::Symbol, nmarker::Type, nsize::Vector{Float64}, asize::Int64)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:304
[3] map(::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{UnionAll}, Observable{SimpleDiGraph{Int64}}}, ::Observable{Any}, ::Observable{GraphMakie.var"#22#47"{Scene}}, ::Vararg{Any}; ignore_equal_values::Bool, priority::Int64)
@ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:570
[4] map(::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{UnionAll}, Observable{SimpleDiGraph{Int64}}}, ::Observable{Any}, ::Observable{GraphMakie.var"#22#47"{Scene}}, ::Observable{Any}, ::Vararg{Any})
@ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:568
[5] plot!(gp::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:303
[6] connect_plot!(parent::Scene, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/interfaces.jl:255
[7] plot!
@ Makie ~/.julia/packages/Makie/fyNiH/src/interfaces.jl:260 [inlined]
[8] plot!(ax::Axis, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:291
[9] plot!(fa::Makie.FigureAxis, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:288
[10] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::SimpleDiGraph{Int64})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:250
[11] #graphplot#15
@ GraphMakie ~/.julia/packages/MakieCore/5nuEY/src/recipes.jl:175 [inlined]
[12] top-level scope
@ plots.md:105
[13] eval
@ ./boot.jl:385 [inlined]
[14] #58
@ ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:754 [inlined]
[15] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[16] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:753
[17] (::IOCapture.var"#4#7"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
|
Documentation:
../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L44
failed to run `@example` block in src/generated/plots.md:175-180
```@example plots
g = cycle_digraph(3)
f, ax, p = graphplot(g; arrow_shift=:end, node_size=20, arrow_size=20)
hidedecorations!(ax); hidespines!(ax); ax.aspect = DataAspect()
f #hide
```
exception =
MethodError: no method matching inverse_interpolate(::GraphMakie.Line{Point{2, Float32}}, ::Point2{Float64})
Closest candidates are:
inverse_interpolate(::Any, !Matched::Point3)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:113
inverse_interpolate(::GraphMakie.Line{PT}, !Matched::PT) where PT
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:106
inverse_interpolate(!Matched::GraphMakie.BezierPath{<:Point2}, ::Point2)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:92
Stacktrace:
[1] update_arrow_shift(g::SimpleDiGraph{Int64}, gp::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, edge_paths::Vector{GraphMakie.Line{Point{2, Float32}}}, to_px::Function, node_markers::Observable{Symbol}, node_sizes::Observable{Int64}, shift::Symbol)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:767
[2] (::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{Symbol}, Observable{SimpleDiGraph{Int64}}})(paths::Vector{GraphMakie.Line{Point{2, Float32}}}, tpx::Function, shift::Symbol, nmarker::Symbol, nsize::Int64, asize::Int64)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:304
[3] map(::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{Symbol}, Observable{SimpleDiGraph{Int64}}}, ::Observable{Any}, ::Observable{GraphMakie.var"#22#47"{Scene}}, ::Vararg{Any}; ignore_equal_values::Bool, priority::Int64)
@ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:570
[4] map(::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{Symbol}, Observable{SimpleDiGraph{Int64}}}, ::Observable{Any}, ::Observable{GraphMakie.var"#22#47"{Scene}}, ::Observable{Any}, ::Vararg{Any})
@ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:568
[5] plot!(gp::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:303
[6] connect_plot!(parent::Scene, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/interfaces.jl:255
[7] plot!
@ Makie ~/.julia/packages/Makie/fyNiH/src/interfaces.jl:260 [inlined]
[8] plot!(ax::Axis, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:291
[9] plot!(fa::Makie.FigureAxis, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:288
[10] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::SimpleDiGraph{Int64})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:250
[11] #graphplot#15
@ GraphMakie ~/.julia/packages/MakieCore/5nuEY/src/recipes.jl:175 [inlined]
[12] top-level scope
@ plots.md:177
[13] eval
@ ./boot.jl:385 [inlined]
[14] #58
@ ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:754 [inlined]
[15] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[16] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:753
[17] (::IOCapture.var"#4#7"{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/Rzdxd/src/IOCapture.jl:161
[18] with_logstate(f::Function, logstate::Any)
@ Base.C
|
Documentation:
../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L44
failed to run `@example` block in src/generated/reftests.md:192-209
```@example reftests
fig, ax, p = graphplot(g; arrow_shift=:end,
node_size=[20 for _ in 1:nv(g)],
arrow_size=[20 for _ in 1:ne(g)])
fig
p.node_size[][1] = 40
notify(p.node_size)
fig
p.arrow_size[][3] = 40
notify(p.arrow_size)
fig
p.node_pos[][1] = (0,0)
notify(p.node_pos)
fig
```
exception =
MethodError: no method matching inverse_interpolate(::GraphMakie.Line{Point{2, Float32}}, ::Point2{Float64})
Closest candidates are:
inverse_interpolate(::Any, !Matched::Point3)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:113
inverse_interpolate(::GraphMakie.Line{PT}, !Matched::PT) where PT
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:106
inverse_interpolate(!Matched::GraphMakie.BezierPath{<:Point2}, ::Point2)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:92
Stacktrace:
[1] update_arrow_shift(g::SimpleDiGraph{Int64}, gp::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, edge_paths::Vector{GraphMakie.AbstractPath{Point{2, Float32}}}, to_px::Function, node_markers::Observable{Symbol}, node_sizes::Observable{Vector{Int64}}, shift::Symbol)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:767
[2] (::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{Symbol}, Observable{SimpleDiGraph{Int64}}})(paths::Vector{GraphMakie.AbstractPath{Point{2, Float32}}}, tpx::Function, shift::Symbol, nmarker::Symbol, nsize::Vector{Int64}, asize::Vector{Int64})
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:304
[3] map(::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{Symbol}, Observable{SimpleDiGraph{Int64}}}, ::Observable{Any}, ::Observable{GraphMakie.var"#22#47"{Scene}}, ::Vararg{Any}; ignore_equal_values::Bool, priority::Int64)
@ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:570
[4] map(::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{Symbol}, Observable{SimpleDiGraph{Int64}}}, ::Observable{Any}, ::Observable{GraphMakie.var"#22#47"{Scene}}, ::Observable{Any}, ::Vararg{Any})
@ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:568
[5] plot!(gp::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:303
[6] connect_plot!(parent::Scene, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/interfaces.jl:255
[7] plot!
@ Makie ~/.julia/packages/Makie/fyNiH/src/interfaces.jl:260 [inlined]
[8] plot!(ax::Axis, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:291
[9] plot!(fa::Makie.FigureAxis, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:288
[10] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::SimpleDiGraph{Int64})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:250
[11] #graphplot#15
@ GraphMakie ~/.julia/packages/MakieCore/5nuEY/src/recipes.jl:175 [inlined]
[12] top-level scope
@ reftests.md:193
[13] eval
@ ./boot.jl:385 [inlined]
[14] #58
@ ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:754 [inlined]
[15] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[16] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:753
[17] (::IOCapture.var"#4#7"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.P
|
Documentation:
../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L44
failed to run `@example` block in src/generated/reftests.md:213-228
```@example reftests
using GraphMakie: SquareGrid
g = SimpleDiGraph(8)
add_edge!(g, 1, 2)
add_edge!(g, 3, 4)
add_edge!(g, 5, 6)
add_edge!(g, 7, 8)
fig, ax, p = graphplot(g; arrow_shift=:end, layout=SquareGrid(cols=2),
node_size=[10, 10, 10, 100, 10, 200, 10, 300],
arrow_size=[150,100,50,10],
arrow_attr=(color=:blue,),
edge_color=:red)
xlims!(-.5,1.5); ylims!(-3.5,.5)
fig
```
exception =
MethodError: no method matching inverse_interpolate(::GraphMakie.Line{Point{2, Float32}}, ::Point2{Float64})
Closest candidates are:
inverse_interpolate(::Any, !Matched::Point3)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:113
inverse_interpolate(::GraphMakie.Line{PT}, !Matched::PT) where PT
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:106
inverse_interpolate(!Matched::GraphMakie.BezierPath{<:Point2}, ::Point2)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:92
Stacktrace:
[1] update_arrow_shift(g::SimpleDiGraph{Int64}, gp::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, edge_paths::Vector{GraphMakie.Line{Point{2, Float32}}}, to_px::Function, node_markers::Observable{Symbol}, node_sizes::Observable{Vector{Int64}}, shift::Symbol)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:767
[2] (::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{Symbol}, Observable{SimpleDiGraph{Int64}}})(paths::Vector{GraphMakie.Line{Point{2, Float32}}}, tpx::Function, shift::Symbol, nmarker::Symbol, nsize::Vector{Int64}, asize::Vector{Int64})
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:304
[3] map(::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{Symbol}, Observable{SimpleDiGraph{Int64}}}, ::Observable{Any}, ::Observable{GraphMakie.var"#22#47"{Scene}}, ::Vararg{Any}; ignore_equal_values::Bool, priority::Int64)
@ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:570
[4] map(::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{Symbol}, Observable{SimpleDiGraph{Int64}}}, ::Observable{Any}, ::Observable{GraphMakie.var"#22#47"{Scene}}, ::Observable{Any}, ::Vararg{Any})
@ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:568
[5] plot!(gp::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:303
[6] connect_plot!(parent::Scene, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/interfaces.jl:255
[7] plot!
@ Makie ~/.julia/packages/Makie/fyNiH/src/interfaces.jl:260 [inlined]
[8] plot!(ax::Axis, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:291
[9] plot!(fa::Makie.FigureAxis, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:288
[10] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::SimpleDiGraph{Int64})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:250
[11] #graphplot#15
@ GraphMakie ~/.julia/packages/MakieCore/5nuEY/src/recipes.jl:175 [inlined]
[12] top-level scope
@ reftests.md:221
[13] eval
@ ./boot.jl:385 [inlined]
[14] #58
@ ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:754 [inlined]
[15] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[16] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:753
[17] (::IOCapture.var"#4#7"{DataType, Docume
|
Documentation:
../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L44
failed to run `@example` block in src/generated/reftests.md:239-242
```@example reftests
fig, ax, p = graphplot(cycle_digraph(3), ilabels=[1, L"\sum_{i=1}^n \alpha^i", "a label"], node_marker=Circle, arrow_shift=:end)
fig
```
exception =
MethodError: no method matching inverse_interpolate(::GraphMakie.Line{Point{2, Float32}}, ::Point2{Float64})
Closest candidates are:
inverse_interpolate(::Any, !Matched::Point3)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:113
inverse_interpolate(::GraphMakie.Line{PT}, !Matched::PT) where PT
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:106
inverse_interpolate(!Matched::GraphMakie.BezierPath{<:Point2}, ::Point2)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/beziercurves.jl:92
Stacktrace:
[1] update_arrow_shift(g::SimpleDiGraph{Int64}, gp::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, edge_paths::Vector{GraphMakie.Line{Point{2, Float32}}}, to_px::Function, node_markers::Observable{UnionAll}, node_sizes::Observable{Vector{Float64}}, shift::Symbol)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:767
[2] (::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{UnionAll}, Observable{SimpleDiGraph{Int64}}})(paths::Vector{GraphMakie.Line{Point{2, Float32}}}, tpx::Function, shift::Symbol, nmarker::Type, nsize::Vector{Float64}, asize::Int64)
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:304
[3] map(::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{UnionAll}, Observable{SimpleDiGraph{Int64}}}, ::Observable{Any}, ::Observable{GraphMakie.var"#22#47"{Scene}}, ::Vararg{Any}; ignore_equal_values::Bool, priority::Int64)
@ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:570
[4] map(::GraphMakie.var"#33#58"{Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}}, Observable{UnionAll}, Observable{SimpleDiGraph{Int64}}}, ::Observable{Any}, ::Observable{GraphMakie.var"#22#47"{Scene}}, ::Observable{Any}, ::Vararg{Any})
@ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:568
[5] plot!(gp::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ GraphMakie ~/work/GraphMakie.jl/GraphMakie.jl/src/recipes.jl:303
[6] connect_plot!(parent::Scene, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/interfaces.jl:255
[7] plot!
@ Makie ~/.julia/packages/Makie/fyNiH/src/interfaces.jl:260 [inlined]
[8] plot!(ax::Axis, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:291
[9] plot!(fa::Makie.FigureAxis, plot::Plot{GraphMakie.graphplot, Tuple{SimpleDiGraph{Int64}}})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:288
[10] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::SimpleDiGraph{Int64})
@ Makie ~/.julia/packages/Makie/fyNiH/src/figureplotting.jl:250
[11] #graphplot#15
@ GraphMakie ~/.julia/packages/MakieCore/5nuEY/src/recipes.jl:175 [inlined]
[12] top-level scope
@ reftests.md:240
[13] eval
@ ./boot.jl:385 [inlined]
[14] #58
@ ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:754 [inlined]
[15] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[16] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:753
[17] (::IOCapture.var"#4#7"{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/Rzdxd/src/IOCapture.jl:161
[18] with_logstate(f::Function, logstate::Any)
@ Ba
|
Documentation
Process completed with exit code 1.
|
Documentation:
../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
43 docstrings not included in the manual:
GraphMakie.getattr :: Union{Tuple{Observable, Any}, Tuple{Observable, Any, Any}}
GraphMakie.getattr :: Union{Tuple{Any, Any}, Tuple{Any, Any, Any}}
GraphMakie.get_nlabel_plot :: Tuple{Plot{GraphMakie.graphplot}}
GraphMakie._tangent :: Tuple{GraphMakie.LineTo, Any, Any}
GraphMakie.elabels_distance_offset :: Tuple{Any, Any}
GraphMakie.waypoints :: Union{Tuple{GraphMakie.BezierPath{PT}}, Tuple{PT}} where PT
GraphMakie.isline :: Tuple{GraphMakie.Line}
GraphMakie._interpolate :: Union{Tuple{PT}, Tuple{GraphMakie.LineTo{PT}, Any, Any}} where PT
GraphMakie.ClickHandler
GraphMakie.beziersegments :: Tuple
GraphMakie.update_arrow_shift :: Union{Tuple{PT}, Tuple{Any, Any, Vector{<:GraphMakie.AbstractPath{PT}}, Vararg{Any, 4}}} where PT
GraphMakie.find_edge_paths :: Union{Tuple{PT}, Tuple{Any, Any, AbstractVector{PT}}} where PT
GraphMakie.point_near_dst :: Union{Tuple{PT}, Tuple{Any, PT, Any, Any}} where PT
GraphMakie.prep_edge_attributes :: Union{Tuple{Observable, Observable{<:AbstractGraph}}, Tuple{Observable, Observable{<:AbstractGraph}, Observable}}
GraphMakie.discretize :: Union{Tuple{GraphMakie.BezierPath{T}}, Tuple{T}} where T
GraphMakie.get_edge_plot :: Tuple{Plot{GraphMakie.graphplot}}
GraphMakie.get_elabel_plot :: Tuple{Plot{GraphMakie.graphplot}}
GraphMakie.prep_vertex_attributes :: Union{Tuple{Observable, Observable{<:AbstractGraph}}, Tuple{Observable, Observable{<:AbstractGraph}, Observable}}
GraphMakie.curved_path :: Union{Tuple{PT}, Tuple{PT, PT, Any}} where PT
GraphMakie.inverse_interpolate :: Tuple{GraphMakie.BezierPath{<:Point2}, Point2}
GraphMakie._discretize! :: Tuple{Vector{<:GeometryBasics.AbstractPoint}, Union{GraphMakie.LineTo, GraphMakie.MoveTo}}
GraphMakie.GraphInteraction
GraphMakie.Pointf :: Union{Tuple{Union{Tuple{Vararg{T, N}}, Point{N, T}}}, Tuple{T}, Tuple{N}} where {N, T}
GraphMakie.edgeplot :: Tuple
GraphMakie.interpolate :: Union{Tuple{PT}, Tuple{GraphMakie.BezierPath{PT}, Any}} where PT
GraphMakie.getedgekeys :: Union{Tuple{D}, Tuple{K}, Tuple{G}, Tuple{Type{IsDirected{G}}, G, D}} where {G<:AbstractGraph, K<:AbstractEdge, D<:(AbstractDict{K})}
GraphMakie.getedgekeys :: Union{Tuple{D}, Tuple{K}, Tuple{G}, Tuple{Type{SimpleTraits.Not{IsDirected{G}}}, G, D}} where {G<:AbstractGraph, K<:AbstractEdge, D<:(AbstractDict{K})}
GraphMakie.getedgekeys :: Tuple{AbstractGraph, Any}
GraphMakie.get_arrow_plot :: Tuple{Plot{GraphMakie.graphplot}}
GraphMakie._cubic_spline :: Tuple{Any}
GraphMakie.convert_selection :: Tuple{Any, Any}
GraphMakie.HoverHandler
GraphMakie.scale_factor :: Tuple{Any}
GraphMakie.issingleattribute :: Tuple{Any}
GraphMakie.align_to_dir :: Tuple{Tuple{Symbol, Symbol}}
GraphMakie.distance_between_markers :: NTuple{4, Any}
GraphMakie.selfedge_path :: Tuple{Any, AbstractVector{<:Point2}, Vararg{Any, 4}}
GraphMakie.get_node_plot :: Tuple{Plot{GraphMakie.graphplot}}
GraphMakie.plot_controlpoints! :: Tuple{Axis, Plot{GraphMakie.graphplot}}
GraphMakie.Path :: Union{Tuple{Vararg{PT, N}}, Tuple{N}, Tuple{PT}} where {PT<:GeometryBasics.AbstractPoint, N}
GraphMakie.Path :: Union{Tuple{N}, Tuple{PT}, Tuple{Real, Vararg{PT, N}}} where {PT<:GeometryBasics.AbstractPoint, N}
GraphMakie.tangent :: Tuple{GraphMakie.BezierPath, Any}
GraphMakie.DragHandler
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in canonical @docs or @autodocs blocks.
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|