Gen.jl
Gen.jl copied to clipboard
Documentation Refactoring
This PR adds minor changes to organization of the docs and restructures the Julia tutorials. Sections are organized as follows (see pages.jl
) :
- Home
- Getting Started
- Tutorials
- Modeling API
- Inference API
- Internals
- Miscellanea
We integrate the tutorials using Documenter.jl's REPL feature to run Julia code. This feature allows tutorial writers to integrate code directly in the markdown files. Unfortunately, this method does not directly translate Jupyter/Quarto notebooks into webpages.