From 3981ee8650042e89d9c430ec34def2d58a2a12f7 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Date: Wed, 15 Jun 2022 16:11:56 -0400 Subject: [PATCH] Sort the model doc Toc Alphabetically (#17723) --- docs/source/en/_toctree.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/source/en/_toctree.yml b/docs/source/en/_toctree.yml index 19708cf6c2..03c7f99f3e 100644 --- a/docs/source/en/_toctree.yml +++ b/docs/source/en/_toctree.yml @@ -236,10 +236,18 @@ title: FSMT - local: model_doc/funnel title: Funnel Transformer + - local: model_doc/gptj + title: GPT-J - local: model_doc/glpn title: GLPN + - local: model_doc/gpt_neo + title: GPT Neo + - local: model_doc/gpt_neox + title: GPT NeoX - local: model_doc/herbert title: HerBERT + - local: model_doc/hubert + title: Hubert - local: model_doc/ibert title: I-BERT - local: model_doc/imagegpt @@ -290,22 +298,14 @@ title: Nyströmformer - local: model_doc/openai-gpt title: OpenAI GPT - - local: model_doc/opt - title: OPT - local: model_doc/gpt2 title: OpenAI GPT2 - - local: model_doc/gptj - title: GPT-J - - local: model_doc/gpt_neo - title: GPT Neo - - local: model_doc/gpt_neox - title: GPT NeoX - - local: model_doc/hubert - title: Hubert - - local: model_doc/perceiver - title: Perceiver + - local: model_doc/opt + title: OPT - local: model_doc/pegasus title: Pegasus + - local: model_doc/perceiver + title: Perceiver - local: model_doc/phobert title: PhoBERT - local: model_doc/plbart