control-toolbox / OptimalControl.jl

Solvers of optimal control problems
MIT License
28 stars 5 forks source link

updated tuto init #199

Closed PierreMartinon closed 4 days ago

PierreMartinon commented 4 days ago

Notes:

ocots commented 4 days ago

Private = false is important and it was supported. Do know what replace this?

PierreMartinon commented 4 days ago

Private = false is important and it was supported. Do know what replace this?

More precisely, Private is used in autodocs blocks (I left them there), not index blocks (these gave unsupported warnings) ;-) https://documenter.juliadocs.org/stable/man/syntax/#@autodocs-block https://documenter.juliadocs.org/stable/man/syntax/#@index-block

PierreMartinon commented 4 days ago

Updated actions got rid of the old nodes warnings.

@ocots I think I have finished this one, you can merge when ready