From 4e6875d44e5e04d17c4afb146d97273b3a3f917a Mon Sep 17 00:00:00 2001 From: yl-1993 Date: Fri, 10 Jul 2020 17:06:36 +0800 Subject: [PATCH] add index.rst for readthedocs --- docs/index.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/index.rst diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 000000000..03c064640 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,20 @@ +Welcome to MMClassification's documentation! +========================================== + +.. toctree:: + :maxdepth: 2 + + install.md + getting_started.md + model_zoo.md + tutorials/finetune.md + tutorials/new_dataset.md + tutorials/data_pipeline.md + tutorials/new_modules.md + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`search`