From 9024c590a0ef94071ac32281016796854f1b0c93 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Sun, 29 Oct 2023 14:51:26 +0100 Subject: [PATCH] Update usage.rst - refers to non-existent examples/ folder - we should consider hosting experiment/demo train.py files somewhere though... @stes --- docs/source/usage.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index a10414bd..9a74ad04 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -1252,10 +1252,11 @@ Putting all previous snippet examples together, we obtain the following pipeline Quick Start: Torch API example ------------------------------ -🚀 You have special custom data analysis needs? We invite you to use the ``torch``-API interface. +🚀 You have special custom data analysis needs or want more features? We invite you to use the ``torch``-API interface. -Refer to the ``examples/`` folder for a set of demo scripts. -Single- and multi-session training can be launched using the following ``bash`` command. +Refer to the ``Demos`` tab for a demo notebook using the ``torch``-API: https://cebra.ai/docs/demo_notebooks/Demo_Allen.html. + +Single- and multi-session training could be launched using the following ``bash`` command. .. code:: bash