From 0e2bee2db14455191b8dc853689747f68fcadbe1 Mon Sep 17 00:00:00 2001 From: Ye Ting Date: Sat, 30 Mar 2024 09:12:59 +0800 Subject: [PATCH] Update doc layout (#3999) * Update api_doc.rst * Update features.rst --- docs/tutorials/api_doc.rst | 8 ++------ docs/tutorials/features.rst | 3 --- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/tutorials/api_doc.rst b/docs/tutorials/api_doc.rst index e20e13689..969528d12 100644 --- a/docs/tutorials/api_doc.rst +++ b/docs/tutorials/api_doc.rst @@ -1,8 +1,8 @@ API Documentation ################# -Device-Agnostic -*************** +General +======== .. currentmodule:: intel_extension_for_pytorch .. autofunction:: optimize @@ -10,10 +10,6 @@ Device-Agnostic .. autofunction:: get_fp32_math_mode .. autofunction:: set_fp32_math_mode - -GPU-Specific -************ - Miscellaneous ============= diff --git a/docs/tutorials/features.rst b/docs/tutorials/features.rst index fb22239c2..0316a8245 100644 --- a/docs/tutorials/features.rst +++ b/docs/tutorials/features.rst @@ -1,9 +1,6 @@ Features ======== -GPU-Specific -************ - Easy-to-use Python API ----------------------