You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index-models.ipynb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
"source": [
8
8
"# Tutorial Series on astropy.modeling\n",
9
9
"\n",
10
+
"## Summary\n",
10
11
"This is a set of tutorials on how to use the `astropy.modeling` package to model astronomical data. We will become familiar with the models available in [astropy.modeling](http://docs.astropy.org/en/stable/modeling/), learn how to make a quick fit to some data, and how to define a new model using a [compound model](http://docs.astropy.org/en/stable/modeling/#compound-models) and a custom model.\n"
0 commit comments