From 7b38449a5f69257c8a6f23c45d594c622c719942 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 4 Nov 2023 10:43:21 -0700 Subject: [PATCH] Fixed formatting of a list. --- docs/source/user/tagging.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/source/user/tagging.rst b/docs/source/user/tagging.rst index cc70b85..88b71e8 100644 --- a/docs/source/user/tagging.rst +++ b/docs/source/user/tagging.rst @@ -27,12 +27,13 @@ The row output for this clip will contain columns for the values: These fields can be defined in the clip name in three ways: -* `$NAME=VALUE` creates a field named `NAME` with a one-word value `VALUE`. -* `{NAME=VALUE}` creates a field named `NAME` with the value `VALUE`. `VALUE` -in this case may contain spaces or any chartacter up to the closing bracket. -* `[NAME]` creates a field named `NAME` with a value `NAME`. This can be used -to create a boolean-valued field; in the output, clips with the field -will have it, and clips without will have the column with an empty value. + + * `$NAME=VALUE` creates a field named `NAME` with a one-word value `VALUE`. + * `{NAME=VALUE}` creates a field named `NAME` with the value `VALUE`. `VALUE` + in this case may contain spaces or any chartacter up to the closing bracket. + * `[NAME]` creates a field named `NAME` with a value `NAME`. This can be used + to create a boolean-valued field; in the output, clips with the field + will have it, and clips without will have the column with an empty value. For example, if three clips are named:::