From c3c661f08164db79423bfbe07415e89f46627c97 Mon Sep 17 00:00:00 2001 From: Sebastian Golebiewski Date: Tue, 3 Oct 2023 14:41:37 +0200 Subject: [PATCH] Changing file structure of POT Tool Examples section (#20213) --- .../pot_examples/pot_api_examples.md | 0 .../pot_examples/pot_api_examples/pot_example_3d_segmentation.md | 0 .../pot_examples/pot_api_examples/pot_example_classification.md | 0 .../pot_examples/pot_api_examples/pot_example_face_detection.md | 0 .../pot_examples/pot_api_examples/pot_example_object_detection.md | 0 .../pot_examples/pot_api_examples/pot_example_segmentation.md | 0 .../pot_examples/pot_api_examples/pot_example_speech.md | 0 .../pot_examples/pot_cli_example.md | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename tools/pot/openvino/tools/pot/api/samples/README.md => docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples.md (100%) rename tools/pot/openvino/tools/pot/api/samples/3d_segmentation/README.md => docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_3d_segmentation.md (100%) rename tools/pot/openvino/tools/pot/api/samples/classification/README.md => docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_classification.md (100%) rename tools/pot/openvino/tools/pot/api/samples/face_detection/README.md => docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_face_detection.md (100%) rename tools/pot/openvino/tools/pot/api/samples/object_detection/README.md => docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_object_detection.md (100%) rename tools/pot/openvino/tools/pot/api/samples/segmentation/README.md => docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_segmentation.md (100%) rename tools/pot/openvino/tools/pot/api/samples/speech/README.md => docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_speech.md (100%) rename tools/pot/docs/E2eExample.md => docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_cli_example.md (100%) diff --git a/tools/pot/openvino/tools/pot/api/samples/README.md b/docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples.md similarity index 100% rename from tools/pot/openvino/tools/pot/api/samples/README.md rename to docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples.md diff --git a/tools/pot/openvino/tools/pot/api/samples/3d_segmentation/README.md b/docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_3d_segmentation.md similarity index 100% rename from tools/pot/openvino/tools/pot/api/samples/3d_segmentation/README.md rename to docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_3d_segmentation.md diff --git a/tools/pot/openvino/tools/pot/api/samples/classification/README.md b/docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_classification.md similarity index 100% rename from tools/pot/openvino/tools/pot/api/samples/classification/README.md rename to docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_classification.md diff --git a/tools/pot/openvino/tools/pot/api/samples/face_detection/README.md b/docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_face_detection.md similarity index 100% rename from tools/pot/openvino/tools/pot/api/samples/face_detection/README.md rename to docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_face_detection.md diff --git a/tools/pot/openvino/tools/pot/api/samples/object_detection/README.md b/docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_object_detection.md similarity index 100% rename from tools/pot/openvino/tools/pot/api/samples/object_detection/README.md rename to docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_object_detection.md diff --git a/tools/pot/openvino/tools/pot/api/samples/segmentation/README.md b/docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_segmentation.md similarity index 100% rename from tools/pot/openvino/tools/pot/api/samples/segmentation/README.md rename to docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_segmentation.md diff --git a/tools/pot/openvino/tools/pot/api/samples/speech/README.md b/docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_speech.md similarity index 100% rename from tools/pot/openvino/tools/pot/api/samples/speech/README.md rename to docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_api_examples/pot_example_speech.md diff --git a/tools/pot/docs/E2eExample.md b/docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_cli_example.md similarity index 100% rename from tools/pot/docs/E2eExample.md rename to docs/articles_en/documentation/openvino_legacy_features/post_training_optimization_tool/pot_examples/pot_cli_example.md