From af13a513198f4a26f88b961a9d01111bca932804 Mon Sep 17 00:00:00 2001 From: Aaron Brewster Date: Mon, 27 Jan 2020 15:11:21 -0800 Subject: [PATCH 1/3] From code camp, add note to NXmx that file_name and file_time are recommended. --- applications/NXmx.nxdl.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications/NXmx.nxdl.xml b/applications/NXmx.nxdl.xml index 76c1d1b1aa..83b091c90c 100644 --- a/applications/NXmx.nxdl.xml +++ b/applications/NXmx.nxdl.xml @@ -60,6 +60,12 @@ + + + Note, it is recommended that file_name and file_time are included as fields + at the root of a file that includes NXmx. See :ref:`NXroot`. + + From 855634973678c48e1a905316114df221d4b65334 Mon Sep 17 00:00:00 2001 From: Aaron Brewster Date: Tue, 28 Jan 2020 08:25:46 -0800 Subject: [PATCH 2/3] Comments from code review --- applications/NXmx.nxdl.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/applications/NXmx.nxdl.xml b/applications/NXmx.nxdl.xml index 83b091c90c..f0d3ac5b01 100644 --- a/applications/NXmx.nxdl.xml +++ b/applications/NXmx.nxdl.xml @@ -62,8 +62,9 @@ - Note, it is recommended that file_name and file_time are included as fields - at the root of a file that includes NXmx. See :ref:`NXroot`. + Note, it is recommended that file_name and file_time are included as + attributes at the root of a file that includes :ref:`NXmx`. See + :ref:`NXroot`. From 042be81c3ef73586fcb5a618f7ef73c5b393d7e5 Mon Sep 17 00:00:00 2001 From: Aaron Brewster Date: Thu, 30 Jan 2020 08:20:33 -0800 Subject: [PATCH 3/3] Add `` to file_name and file_time --- applications/NXmx.nxdl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/NXmx.nxdl.xml b/applications/NXmx.nxdl.xml index f0d3ac5b01..fc7341ff80 100644 --- a/applications/NXmx.nxdl.xml +++ b/applications/NXmx.nxdl.xml @@ -62,8 +62,8 @@ - Note, it is recommended that file_name and file_time are included as - attributes at the root of a file that includes :ref:`NXmx`. See + Note, it is recommended that ``file_name`` and ``file_time`` are included + as attributes at the root of a file that includes :ref:`NXmx`. See :ref:`NXroot`.