exploration.journal_guide
exploration
library Journaling Guide
This page explains the basics of the journaling language that's supported
via the JournalObserver
class in journal.py
. More detailed references
for specific types and methods are available in that file, but here we
attempt to summarize them.
What is a journal?
1""" 2# `exploration` library Journaling Guide 3 4This page explains the basics of the journaling language that's supported 5via the `JournalObserver` class in `journal.py`. More detailed references 6for specific types and methods are available in that file, but here we 7attempt to summarize them. 8 9 10## What is a journal? 11"""