Skip to content

Commit e20552b

Browse files
authored
markdown fix (#228)
1 parent b4e8408 commit e20552b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/0-quickstart.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@
163163
"\n",
164164
"But what's the point of the model frame? Why is it needed at all?\n",
165165
"\n",
166-
"```{info}\n",
166+
"```{tip}\n",
167167
"\n",
168168
"To fit multiple images with different PSF, different bands, different resolutions, etc..., we must define a model that is superior in all of these aspects, so that each observation can be computed from the model by a degradation operation, the so-called \"forward operator\". The point of joint modeling is to find one superior model of the sky that is consistent with all observations.\n",
169169
"```\n",
170170
"\n",
171-
"In _scarlet2_, the forward operators are implemented as {py:class}`~scarlet2.renderer.Renderer`, which contains, e.g., PSF difference kernels and resampling transformations. It was created earlier by {py:func}`~scarlet2.Frame.from_observation`."
171+
"In _scarlet2_, the forward operators are implemented as {py:class}`~scarlet2.renderer.Renderer`, which contains, e.g., PSF difference kernels and resampling transformations. It was created earlier by {py:func}`~scarlet2.Frame.from_observations`."
172172
]
173173
},
174174
{

0 commit comments

Comments
 (0)