The examples are created as jupyter notebook and converted to markdown with nbconvert.
When building the documentation the only requirement is that the examples, the documentation and the website are in the same directory:
|
|--> ./QuantumOptics.jl-examples
|--> ./QuantumOptics.jl-documentation
|--> ./QuantumOptics.jl-website
- Make sure the correct version of QuantumOptics.jl is in the Julia searchpath.
- Run
julia make.jl
. This will execute the examples and store the markdown output and the generated images in the markdown folder. These files are then copied toQuantumOptics.jl-documentation/src/examples
.