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. 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:** + +*