From 792afc48c20e442e211a4a322c1d01f03c77aab0 Mon Sep 17 00:00:00 2001 From: Suman Tatiraju Date: Thu, 9 Jan 2025 10:47:17 -0800 Subject: [PATCH] Md files need to have only one heading for rst files to show proper titles. e.g Python with HuggingFace <../tutorials/Quick_Deploy/HuggingFaceTransformers/README.md> will not show as "Python with HuggingFace" in userguides if the README had multiple headers. --- Quick_Deploy/HuggingFaceTransformers/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Quick_Deploy/HuggingFaceTransformers/README.md b/Quick_Deploy/HuggingFaceTransformers/README.md index f98f6ca4..9e64bd8c 100644 --- a/Quick_Deploy/HuggingFaceTransformers/README.md +++ b/Quick_Deploy/HuggingFaceTransformers/README.md @@ -1,5 +1,5 @@