File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 133133 " The previous astropy tutorial already covered\n " ,
134134 " [handling FITS files](../FITS-header.html) and WCS transformations, so the explanation here\n " ,
135135 " is only very brief. Check the [astropy documentation](http://docs.astropy.org)\n " ,
136- " or the other two tutorials for more details:: "
136+ " or the other two tutorials for more details:"
137137 ]
138138 },
139139 {
153153 " # this also sorts in time\n " ,
154154 " filelist.sort()\n " ,
155155 " \n " ,
156- " Read the first fits file in the list and check what is in there:: \n " ,
156+ " Read the first fits file in the list and check what is in there:\n " ,
157157 " \n " ,
158158 " sp = fits.open(filelist[0])\n " ,
159159 " sp.info()"
166166 "cell_type" : " markdown" ,
167167 "metadata" : {},
168168 "source" : [
169- " Read the first fits file in the list and check what is in there:: "
169+ " Read the first fits file in the list and check what is in there:"
170170 ]
171171 },
172172 {
258258 " a = spectra_utils.func(param1, param2, ...)\n " ,
259259 " \n " ,
260260 " Alternatively, you can import just one (or a few) of many different functions\n " ,
261- " that are defined in your file ``spectra_utils.py``:: \n " ,
261+ " that are defined in your file ``spectra_utils.py``:\n " ,
262262 " \n " ,
263263 " from spectra_utils import func\n " ,
264264 " a = func(param1, param2, ...)"
You can’t perform that action at this time.
0 commit comments