Guides
Task-oriented and contributor docs that sit alongside the main story.
Running and configuring
- Running experiments -- the production training workflow, checkpointing, evaluation, and the ergodic Euler-error diagnostic.
- CLI usage and Python API usage --
copy-paste recipes for the
deqn-jaxcommand anddeqn_jax.api. - Config field reference -- every config field and its effect.
For contributors
- Reading guide -- a code-level narrative of the source for people about to modify it.
- Module architecture -- the software-engineering view (module graph, JIT boundary, train-step variants). Contributor-only; if you are an economist evaluating the method, the home page is the right starting point.