Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/source/writing-script.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
23 changes: 23 additions & 0 deletions news/tutorial-profile.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* No news needed.

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
Loading