Skip to content

Commit 3f98df1

Browse files
Update 'Timeline Edits.json' references
1 parent eec3a7c commit 3f98df1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SOURCE_TITLES = \
1717
settings:=**\`Settings.json\`**\_Format\_Definition \
1818
records:=**\`Records.json\`**\_Format\_Definition \
1919
semantic:=Semantic\_Location\_History\_Format\_Definition \
20-
timeline-edits:=Timeline\_Edits\_Format\_Definition
20+
timeline-edits:=**\`Timeline\_Edits.json\`**\_Format\_Definition
2121
2222
2323
TOOL_JSONSCHEMA2MD = $(wildcard ./tools/jsonschema_to_md/*.py) $(wildcard ./tools/jsonschema_to_md/templates/*.jinja)

docs/guides/general-structure.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A typical Location History extraction from [Google Takeout] will look something
77
└─ <ic-folder>Location History/</ic-folder>
88
├─ <ic-file>Records.json</ic-file>
99
├─ <ic-file>Settings.json</ic-file>
10+
├─ <ic-file>Timeline Edits.json</ic-file>
1011
└─ <ic-folder>Semantic Location History/</ic-folder>
1112
│ ...
1213
├─ <ic-folder>2020/</ic-folder>
@@ -36,6 +37,7 @@ From here, the most relevant files and folders are:
3637
<ic-file>**[Settings.json]**</ic-file>
3738
: This file contains additional auxiliary metadata, like information about the devices used and account settings.
3839

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

4042
<ic-folder>**[Semantic Location History][Semantic Location History Data]**</ic-folder>
4143
: 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:
4850
[Semantic Location History Data]: semantic-location.md
4951
[Records.json]: ../reference/records.md
5052
[Settings.json]: ../reference/settings.md
53+
[Timeline Edits.json]: ../reference/timeline-edits.md

docs/reference/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ User-friendly documentation for these files is provided in the following pages:
66

77
- <ic-file>**[Records.json]**</ic-file>
88
- <ic-file>**[Settings.json]**</ic-file>
9+
- <ic-file>**[Timeline Edits.json]**</ic-file>
910
- <ic-file>**[Semantic Location History]**</ic-file>
10-
- <ic-file>**[Timeline Edits]**</ic-file>
1111

1212

1313
[Schemas]: https://github.com/CarlosBergillos/LocationHistoryFormat/tree/main/schemas
1414
[Records.json]: records.md
1515
[Settings.json]: settings.md
16+
[Timeline Edits.json]: timeline-edits.md
1617
[Semantic Location History]: semantic.md
17-
[Timeline Edits]: timeline-edits.md

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ nav:
6464
- reference/index.md
6565
- Records.json: reference/records.md
6666
- Settings.json: reference/settings.md
67+
- Timeline Edits.json: reference/timeline-edits.md
6768
- Semantic Location History: reference/semantic.md
6869
- FAQ: faq.md
6970
- Contributing: contributing.md

0 commit comments

Comments
 (0)