Skip to content

Commit d83c856

Browse files
authored
Merge pull request #87 from cadenmyers13/tutorial-profile
doc: Add `Profile` header
2 parents 719c919 + ae0de60 commit d83c856

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

docs/source/writing-script.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ You should see a scatter plot that looks something like this,
6262
:align: center
6363
:width: 400px
6464

65+
``Profile``
66+
-----------
67+
6568
Great, now lets begin setting up our fitting framework. We will start by creating a ``Profile`` to hold our data.
6669
This is done to encapsulate the observed data so that it can be used in the fitting process.
6770

news/tutorial-profile.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* No news needed.
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)