From 46565238e65616b04b2bb62d2ffb1814fe2cfd85 Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Mon, 15 Jul 2019 21:20:02 +0530 Subject: Media file location fix in index Change-Id: I9c5c655085ac0991295bcbe05bd689de85a8c754 Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi --- docs/datadictionary/index.rst | 4 ++-- docs/datadictionary/media/image0.JPG | Bin 48105 -> 0 bytes docs/datadictionary/media/image1.JPG | Bin 79730 -> 0 bytes docs/datadictionary/media/mandatory.JPG | Bin 0 -> 48105 bytes docs/datadictionary/media/optional.JPG | Bin 0 -> 79730 bytes 5 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 docs/datadictionary/media/image0.JPG delete mode 100644 docs/datadictionary/media/image1.JPG create mode 100644 docs/datadictionary/media/mandatory.JPG create mode 100644 docs/datadictionary/media/optional.JPG (limited to 'docs') diff --git a/docs/datadictionary/index.rst b/docs/datadictionary/index.rst index 88122b49f..0d87158d9 100644 --- a/docs/datadictionary/index.rst +++ b/docs/datadictionary/index.rst @@ -61,10 +61,10 @@ Also please click below for resource source available details .. _Resource: https://wiki.onap.org/display/DW/Modeling+Concepts#ModelingConcepts-NodeResourceSource -.. |image0| image:: media/image0.jpg +.. |image0| image:: media/mandatory.jpg :width: 7.88889in :height: 4.43750in -.. |image1| image:: media/image1.jpg +.. |image1| image:: media/optional.jpg :width: 7.88889in :height: 4.43750in \ No newline at end of file diff --git a/docs/datadictionary/media/image0.JPG b/docs/datadictionary/media/image0.JPG deleted file mode 100644 index 074d20076..000000000 Binary files a/docs/datadictionary/media/image0.JPG and /dev/null differ diff --git a/docs/datadictionary/media/image1.JPG b/docs/datadictionary/media/image1.JPG deleted file mode 100644 index a27502a75..000000000 Binary files a/docs/datadictionary/media/image1.JPG and /dev/null differ diff --git a/docs/datadictionary/media/mandatory.JPG b/docs/datadictionary/media/mandatory.JPG new file mode 100644 index 000000000..074d20076 Binary files /dev/null and b/docs/datadictionary/media/mandatory.JPG differ diff --git a/docs/datadictionary/media/optional.JPG b/docs/datadictionary/media/optional.JPG new file mode 100644 index 000000000..a27502a75 Binary files /dev/null and b/docs/datadictionary/media/optional.JPG differ -- cgit 1.2.3-korg