From 8108e6d0fb4beff37c6936ede0a1c479b8e77c2b Mon Sep 17 00:00:00 2001 From: "Jack Y. Araz" Date: Thu, 12 Oct 2023 13:12:33 -0400 Subject: [PATCH] add tutorials and examples --- docs/index.rst | 1 + docs/tuto_plugin.rst | 8 ++++++++ docs/tutorials.rst | 8 ++++++++ 3 files changed, 17 insertions(+) create mode 100644 docs/tuto_plugin.rst create mode 100644 docs/tutorials.rst diff --git a/docs/index.rst b/docs/index.rst index 5c2295d..3ae1130 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,6 +15,7 @@ Welcome to the documentation of Spey plugins comb new_plugin + tutorials api citations contributing diff --git a/docs/tuto_plugin.rst b/docs/tuto_plugin.rst new file mode 100644 index 0000000..80338f7 --- /dev/null +++ b/docs/tuto_plugin.rst @@ -0,0 +1,8 @@ +Building a Plug-in +================== + +.. toctree:: + :maxdepth: 2 + + Neutrino Experiment (example) + Simple Poisson (example) \ No newline at end of file diff --git a/docs/tutorials.rst b/docs/tutorials.rst new file mode 100644 index 0000000..e96cc52 --- /dev/null +++ b/docs/tutorials.rst @@ -0,0 +1,8 @@ +Tutorials +========= + +.. toctree:: + :maxdepth: 2 + + Introduction to Spey (PyHEP 2023) + tuto_plugin