JuliaSmoothOptimizers / PartitionedVectors.jl

Other
8 stars 1 forks source link

fix documentation + tutorial #47

Closed paraynaud closed 1 week ago

paraynaud commented 7 months ago

@dpo the documentation failed because the module lacks a DOCUMENTER_key.

Here are the lines to generate a new one (I added the line for ExpressionTreeForge):

using DocumenterTools

DocumenterTools.genkeys(user="dpo", repo="PartitionedVectors.jl")
DocumenterTools.genkeys(user="dpo", repo="ExpressionTreeForge.jl")
dpo commented 7 months ago

Done.

paraynaud commented 1 week ago

New push to trigger the test + documentation build. I had to make a new push since the last commit was older than 1 month