diff --git a/Makefile b/Makefile index e0a392d..811c3ff 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ SOURCE_TITLES = \ settings:=**\`Settings.json\`**\_Format\_Definition \ records:=**\`Records.json\`**\_Format\_Definition \ semantic:=Semantic\_Location\_History\_Format\_Definition \ - timeline-edits:=Timeline\_Edits\_Format\_Definition + timeline-edits:=**\`Timeline\_Edits.json\`**\_Format\_Definition TOOL_JSONSCHEMA2MD = $(wildcard ./tools/jsonschema_to_md/*.py) $(wildcard ./tools/jsonschema_to_md/templates/*.jinja) diff --git a/docs/guides/general-structure.md b/docs/guides/general-structure.md index 560b8a7..5dc4b51 100644 --- a/docs/guides/general-structure.md +++ b/docs/guides/general-structure.md @@ -7,6 +7,7 @@ A typical Location History extraction from [Google Takeout] will look something └─ Location History/ ├─ Records.json ├─ Settings.json + ├─ Timeline Edits.json └─ Semantic Location History/ │ ... ├─ 2020/ @@ -36,6 +37,7 @@ From here, the most relevant files and folders are: **[Settings.json]** : This file contains additional auxiliary metadata, like information about the devices used and account settings. +**[Timeline Edits.json]** **[Semantic Location History][Semantic Location History Data]** : This folder contains higher-level information about the user's inferred activity and movements. @@ -48,3 +50,4 @@ From here, the most relevant files and folders are: [Semantic Location History Data]: semantic-location.md [Records.json]: ../reference/records.md [Settings.json]: ../reference/settings.md +[Timeline Edits.json]: ../reference/timeline-edits.md diff --git a/docs/reference/index.md b/docs/reference/index.md index f71a7da..626d529 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -6,12 +6,12 @@ User-friendly documentation for these files is provided in the following pages: - **[Records.json]** - **[Settings.json]** +- **[Timeline Edits.json]** - **[Semantic Location History]** -- **[Timeline Edits]** [Schemas]: https://github.com/CarlosBergillos/LocationHistoryFormat/tree/main/schemas [Records.json]: records.md [Settings.json]: settings.md +[Timeline Edits.json]: timeline-edits.md [Semantic Location History]: semantic.md -[Timeline Edits]: timeline-edits.md