From b608f6c278775d9743a9c79862ea49fbb06a66ac Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Mon, 26 Oct 2020 15:35:55 -0400 Subject: [PATCH] Fix index --- docs/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index d4d027a3da33c6..359a153f7ab4a7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -48,6 +48,7 @@ The documentation is organized in five parts: transformers model - The three last section contain the documentation of each public class and function, grouped in: + - **MAIN CLASSES** for the main classes exposing the important APIs of the library. - **MODELS** for the classes and functions related to each model implemented in the library. - **INTERNAL HELPERS** for the classes and functions we use internally.