From 1c7b51e47bb52be756d2f4af428ff19ab1f6682e Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Fri, 25 Oct 2024 14:32:16 -0400 Subject: [PATCH 1/3] add tutorial to api --- doc/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index c0b778e..5b0a60f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -35,6 +35,7 @@ Table of contents license release Package API + tutorial ======= Indices From cafad0f94b2a4280acfd3150d9b9ef7856134b01 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Fri, 25 Oct 2024 14:33:48 -0400 Subject: [PATCH 2/3] news --- news/APItutorial.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/APItutorial.rst diff --git a/news/APItutorial.rst b/news/APItutorial.rst new file mode 100644 index 0000000..ed30d11 --- /dev/null +++ b/news/APItutorial.rst @@ -0,0 +1,23 @@ +**Added:** + +* Add tutorial to API + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* From a8486e2971cf5f60c24aa951eab84e02a62c1403 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Sun, 27 Oct 2024 22:41:16 -0400 Subject: [PATCH 3/3] move tutorials --- doc/source/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 5b0a60f..a9902ee 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -32,10 +32,11 @@ Table of contents .. toctree:: :titlesonly: + tutorial license release Package API - tutorial + ======= Indices