-
Notifications
You must be signed in to change notification settings - Fork 0
Misc
Olivier Cots edited this page Oct 30, 2025
·
6 revisions
A collection of useful references, tutorials, and guides for developers working with Julia and the control-toolbox ecosystem.
- Developers setup β How to setup your development environment for control-toolbox packages.
- Julia Package Setup Tutorial by Brian Jackson β Step-by-step tutorial for creating Julia packages.
- PkgTemplates.jl β Automate Julia package creation.
- CI with private registry β Continuous integration workflows with private registries.
- Semantic versioning β Principles for version numbering in software packages.
- SciML Benchmark project β Examples for benchmarking Julia code.
- Benchopt β Python/Julia framework for benchmarking optimization solvers.
- Optimisation of the code β Julia performance tips.
- Exemple de benchmark simple β Accelerating a non-stiff ODE (Lorenz example).
- Julia and VSCode β Setup and usage of VSCode for Julia development.
- Documentation with Documenter.jl β Generating docs from docstrings and markdown.
- ColPrac: Contributor's Guide β Collaborative practices for community packages.
- SciML Style Guide for Julia β Style conventions for writing Julia code.
- Julia for High Performance Scientific Computing β HPC best practices in Julia.
- Macros tutorial β Learn Julia macros.
- DSL Tutorial β Create domain-specific languages in Julia.