Reference¶
If something is not here, the source file named in the last column is the authority.
| page | covers | source |
|---|---|---|
| Command line | every journalkit subcommand and flag |
journalkit/cli.py |
| Document format | every key in a document YAML | journalkit/spec.py |
| Modules | every built-in module and parameter | journalkit/modules/ |
| Theme | every theme key and its default | journalkit/theme.py |
| Units and page sizes | length syntax and named sizes | journalkit/units.py, journalkit/spec.py |
| Project directory | how a source resolves to a project | journalkit/project.py |
| Python API | the library, for scripts and modules | journalkit/ |