From a1f9d68f53beeecbf57e69d972738f848cfe63f1 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Thu, 13 Nov 2025 14:52:16 -0500 Subject: [PATCH 1/2] profile header --- docs/source/writing-script.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/writing-script.rst b/docs/source/writing-script.rst index d667303..4b92ace 100644 --- a/docs/source/writing-script.rst +++ b/docs/source/writing-script.rst @@ -62,6 +62,9 @@ You should see a scatter plot that looks something like this, :align: center :width: 400px +``Profile`` +----------- + Great, now lets begin setting up our fitting framework. We will start by creating a ``Profile`` to hold our data. This is done to encapsulate the observed data so that it can be used in the fitting process. From ae0de6098bc07268bde7ef3d52cf34a20cfdb6b7 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Thu, 13 Nov 2025 14:52:37 -0500 Subject: [PATCH 2/2] news --- news/tutorial-profile.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/tutorial-profile.rst diff --git a/news/tutorial-profile.rst b/news/tutorial-profile.rst new file mode 100644 index 0000000..27fc85d --- /dev/null +++ b/news/tutorial-profile.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news needed. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*