From ca5d987456b20296909394d9edcc8b6fd1735f8e Mon Sep 17 00:00:00 2001 From: Ziyuan Zhao Date: Sat, 1 Feb 2025 11:17:45 -0800 Subject: [PATCH 1/3] update section name --- docs/example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/example.ipynb b/docs/example.ipynb index 52b0d1a..3ea9496 100644 --- a/docs/example.ipynb +++ b/docs/example.ipynb @@ -13,7 +13,7 @@ "- Generate trading signals based on these indicators.\n", "- Visualize the trading signals.\n", "\n", - "## Prerequisites\n", + "## Workflow\n", "Before starting, ensure you have poetry installed.\n", "\n", "You can install the necessary packages using pip:\n", From 7a8cce9e2887a769373aea13b4081aa65d9117f4 Mon Sep 17 00:00:00 2001 From: Ziyuan Zhao Date: Sat, 1 Feb 2025 15:05:26 -0800 Subject: [PATCH 2/3] update section name --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 865876d..13bd044 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ "sphinx.ext.napoleon", "sphinx.ext.viewcode", ] -autoapi_dirs = ["../src"] +autoapi_dirs = ["../src/traders_copilot_mzza_25"] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. From 05b7afc1fb20efc07bb53459c20a87a11744789a Mon Sep 17 00:00:00 2001 From: Ziyuan Zhao Date: Sat, 1 Feb 2025 16:31:48 -0800 Subject: [PATCH 3/3] change it back to original version --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 13bd044..4eb9534 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ "sphinx.ext.napoleon", "sphinx.ext.viewcode", ] -autoapi_dirs = ["../src/traders_copilot_mzza_25"] +autoapi_dirs = ["../src/"] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.