From c38b07e4644b6ecb441b28cba434240f0125fbb0 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Wed, 2 Jun 2021 12:39:23 +0100 Subject: [PATCH] DOC: Remove confusing example of tags from docs --- docs/source/anatomy_manifest.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/anatomy_manifest.rst b/docs/source/anatomy_manifest.rst index 365139f..6d93ae4 100644 --- a/docs/source/anatomy_manifest.rst +++ b/docs/source/anatomy_manifest.rst @@ -335,7 +335,7 @@ It's the job of **twined** to make sure of two things: "metadata": { }, "size_bytes": 59684813, - "tags": {"sequence": 1}, + "tags": {"special_number": 1}, "labels": ["lidar", "helpful", "information", "like"], // Searchable, parsable and filterable }, { @@ -346,7 +346,7 @@ It's the job of **twined** to make sure of two things: "metadata": { }, "size_bytes": 59684813, - "tags": {"sequence": 2}, + "tags": {"special_number": 2}, "labels": ["lidar", "helpful", "information", "like"] // Searchable, parsable and filterable }, {