update layouts (#4301)

Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
This commit is contained in:
Nikolay Tyukaev 2021-02-11 21:30:52 +03:00 committed by GitHub
parent 9d57d4f52c
commit 5c6970b6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,7 @@ limitations under the License.
<tab type="user" title="Known Issues" url="@ref openvino_docs_MO_DG_Known_Issues_Limitations"/> <tab type="user" title="Known Issues" url="@ref openvino_docs_MO_DG_Known_Issues_Limitations"/>
</tab> </tab>
<!-- Model Downloader --> <!-- Model Downloader -->
<tab id="model_downloader" type="user" title="Model Downloader" url="@ref omz_tools_downloader_README"/> <tab id="model_downloader" type="user" title="Model Downloader" url="@ref omz_tools_downloader"/>
<!-- Custom Operations Guide --> <!-- Custom Operations Guide -->
<tab type="usergroup" title="Custom Operations Guide" url="@ref openvino_docs_HOWTO_Custom_Layers_Guide"></tab> <tab type="usergroup" title="Custom Operations Guide" url="@ref openvino_docs_HOWTO_Custom_Layers_Guide"></tab>
</tab> </tab>

View File

@ -112,7 +112,7 @@ limitations under the License.
</xi:include> </xi:include>
<!-- Tuning Utilities --> <!-- Tuning Utilities -->
<tab type="usergroup" title="Tuning Utilities" url=""> <tab type="usergroup" title="Tuning Utilities" url="">
<xi:include href="omz_docs.xml" xpointer="xpointer(//tab[@id='accuracy_checker'])"> <xi:include href="omz_docs.xml" xpointer="omz_tools_accuracy_checker">
<xi:fallback/> <xi:fallback/>
</xi:include> </xi:include>
<tab type="user" title="Using Cross Check Tool for Per-Layer Comparison Between Plugins" url="@ref openvino_inference_engine_tools_cross_check_tool_README"/> <tab type="user" title="Using Cross Check Tool for Per-Layer Comparison Between Plugins" url="@ref openvino_inference_engine_tools_cross_check_tool_README"/>
@ -152,10 +152,10 @@ limitations under the License.
<!-- RESOURCES category --> <!-- RESOURCES category -->
<tab type="usergroup" title="RESOURCES"> <tab type="usergroup" title="RESOURCES">
<!-- Models and Demos Documentation--> <!-- Models and Demos Documentation-->
<xi:include href="omz_docs.xml" xpointer="xpointer(//tab[@id='trained_models'])"> <xi:include href="omz_docs.xml" xpointer="omz_models">
<xi:fallback/> <xi:fallback/>
</xi:include> </xi:include>
<xi:include href="omz_docs.xml" xpointer="xpointer(//tab[@id='application_demos'])"> <xi:include href="omz_docs.xml" xpointer="omz_demos">
<xi:fallback/> <xi:fallback/>
</xi:include> </xi:include>
<!-- IE Code Samples --> <!-- IE Code Samples -->