Skip to content

Commit

Permalink
Update 'Timeline Edits.json' references
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosBergillos committed Mar 24, 2024
1 parent eec3a7c commit e9e1e5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions docs/guides/general-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A typical Location History extraction from [Google Takeout] will look something
└─ <ic-folder>Location History/</ic-folder>
├─ <ic-file>Records.json</ic-file>
├─ <ic-file>Settings.json</ic-file>
├─ <ic-file>Timeline Edits.json</ic-file>
└─ <ic-folder>Semantic Location History/</ic-folder>
│ ...
├─ <ic-folder>2020/</ic-folder>
Expand Down Expand Up @@ -36,6 +37,7 @@ From here, the most relevant files and folders are:
<ic-file>**[Settings.json]**</ic-file>
: This file contains additional auxiliary metadata, like information about the devices used and account settings.

<ic-file>**[Timeline Edits.json]**</ic-file>

<ic-folder>**[Semantic Location History][Semantic Location History Data]**</ic-folder>
: This folder contains higher-level information about the user's inferred activity and movements.
Expand All @@ -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
4 changes: 2 additions & 2 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ User-friendly documentation for these files is provided in the following pages:

- <ic-file>**[Records.json]**</ic-file>
- <ic-file>**[Settings.json]**</ic-file>
- <ic-file>**[Timeline Edits.json]**</ic-file>
- <ic-file>**[Semantic Location History]**</ic-file>
- <ic-file>**[Timeline Edits]**</ic-file>


[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

0 comments on commit e9e1e5a

Please sign in to comment.