From 91097a4ca767b4e2fad367431b82bc426ed6c78b Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Wed, 24 Apr 2024 13:48:37 +0100 Subject: [PATCH] amend --- docs/source/conf.py | 2 +- docs/source/index.rst | 34 ---------------------------------- 2 files changed, 1 insertion(+), 35 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 060103b48b4..bec034dbd00 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -186,7 +186,7 @@ ) generate_knowledge_base_references("../../knowledge_base") -generate_tutorial_references("../../tutorials/sphinx-tutorials/", "tutorial") +generate_tutorial_references("../../tutorials/sphinx-tutorials-empty/", "tutorial") # generate_tutorial_references("../../tutorials/src/", "src") generate_tutorial_references("../../tutorials/media/", "media") diff --git a/docs/source/index.rst b/docs/source/index.rst index 44b7d406cd2..3646b857319 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -70,52 +70,18 @@ library. If you're in a hurry, you can start by :ref:`the last item of the series ` and navigate to the previous ones whenever you want to learn more! -.. toctree:: - :maxdepth: 1 - - tutorials/getting-started-0 - tutorials/getting-started-1 - tutorials/getting-started-2 - tutorials/getting-started-3 - tutorials/getting-started-4 - tutorials/getting-started-5 - Tutorials ========= Basics ------ -.. toctree:: - :maxdepth: 1 - - tutorials/coding_ppo - tutorials/pendulum - tutorials/torchrl_demo - Intermediate ------------ -.. toctree:: - :maxdepth: 1 - - tutorials/multiagent_ppo - tutorials/torchrl_envs - tutorials/pretrained_models - tutorials/dqn_with_rnn - tutorials/rb_tutorial - Advanced -------- -.. toctree:: - :maxdepth: 1 - - tutorials/multiagent_competitive_ddpg - tutorials/multi_task - tutorials/coding_ddpg - tutorials/coding_dqn - References ==========