Themis docs¶
Themis is a Python-first evaluation runtime built around a compiled RunSnapshot, typed generation and evaluation boundaries, and inspectable stored artifacts.
Use this map when you need to decide which kind of document to open first.
flowchart TD
A["What do you need right now?"]
A --> B["Tutorials"]
A --> C["How-To"]
A --> D["Reference"]
A --> E["Explanation"]
B --> B1["Learn by doing"]
C --> C1["Solve one task"]
D --> D1["Look up exact details"]
E --> E1["Build the mental model"]
Each quadrant answers a different kind of question, so pick the page type before you pick the topic.
This documentation set is organized by user need:
- Learn by doing: Tutorials
- Solve a specific task: How-To guides
- Look up exact behavior: Reference
- Build a correct mental model: Explanation
- Share terminology: Glossary
- Resolve common confusion quickly: FAQ
- Contribute to the docs system: Project
If you are new to Themis, start with Start Here.