Gen.jl icon indicating copy to clipboard operation
Gen.jl copied to clipboard

Documentation Refactoring

Open limarta opened this issue 10 months ago • 0 comments

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.

limarta avatar Apr 17 '24 17:04 limarta