Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/reference/glossary.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Glossary of Terms

## Cover
A cover sheet of a spreadsheet. Contains information about the dataset(s) in the Excel workbook,
such as publication dates and methodology notes. Handled by the [`Cover`](../api/classes/cover.md) class.

## gptables
## Element
A [part of a table](../getting_started/elements.md), such as a title or subtitle. Relevant when defining values of elements in a `GPTable`.

## GPTable
A [`Good Practice Table object`](../api/classes/gptable.md), which has data and elements such as title, subtitles, and column units
associated with it.

## Placeholder
A [note](../getting_started/tutorial.md#adding-notes) reference denoted by double dollar notation, e.g. `$$placeholder_text$$`. These are
replaced by numbers when the workbook is written to file.

## Theme
A [.yaml file](../how_to/custom_theme.md) describing pre-set formatting options.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ nav:
- Reference:
- Accessibility checklist: reference/checklist.md
- Examples: reference/examples.md
#- Glossary: reference/glossary.md
- Glossary: reference/glossary.md
- About GPTables:
- Contributing guidance: info/contributing.md
- Changelog: info/changelog.md
Expand Down