Skip to content

Commit 8cfe5f3

Browse files
committed
Replace links to the documentation by the latest stable version
1 parent 553aeee commit 8cfe5f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorials/UVES/UVES.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,12 @@
457457
"Often, one has to keep track of the units for certain values. Was the wavelength\n",
458458
"given in Angstrom or in nm? In X-ray observations, a common unit of wavelength is\n",
459459
"keV. How many nm is 0.65 keV?\n",
460-
"[`astropy.units`](http://docs.astropy.org/en/v0.2.1/units/index.html)\n",
460+
"[`astropy.units`](http://docs.astropy.org/en/stable/units/index.html)\n",
461461
"offers a framework that can take\n",
462462
"care of this book-keeping and propagate the units through many (but not all)\n",
463463
"mathematical operations (e.g. addition, division, multiplication).\n",
464464
"Furthermore,\n",
465-
"[`astropy.constants`](http://docs.astropy.org/en/v0.2.1/constants/index.html) supplies the values of\n",
465+
"[`astropy.constants`](http://docs.astropy.org/en/stable/constants/index.html) supplies the values of\n",
466466
"many physical and astronomical constants.\n",
467467
"The easiest way to attach a unit to a number is by multiplication"
468468
]
@@ -638,7 +638,7 @@
638638
"metadata": {},
639639
"source": [
640640
"I want to mention one more feature here (check out\n",
641-
"[`astropy.units`](http://docs.astropy.org/en/v0.2.1/units/index.html) for\n",
641+
"[`astropy.units`](http://docs.astropy.org/en/stable/units/index.html) for\n",
642642
"more): The ability to convert the spectral axis to frequencies or energies.\n",
643643
"Normally, a unit of length is not equivalent to a unit of energy or to a\n",
644644
"frequency, but this conversion makes sense for the wavelength of a spectrum.\n",
@@ -827,7 +827,7 @@
827827
"cell_type": "markdown",
828828
"metadata": {},
829829
"source": [
830-
"[`astropy.time`](http://docs.astropy.org/en/v0.2.1/time/index.html\n",
830+
"[`astropy.time`](http://docs.astropy.org/en/stable/time/index.html)\n",
831831
"provides methods to convert times and dates between different\n",
832832
"systems and formats. Since the ESO fits headers already contain the time of the\n",
833833
"observation in different systems, we could just read the keyword in the time\n",
@@ -1055,7 +1055,7 @@
10551055
"Now, we want to generate a LaTeX table of the observation times, period\n",
10561056
"and equivalent width that we can directly paste into our manuscript. To do so,\n",
10571057
"we first collect all the columns and make an ``astropy.table.Table`` object. (Please\n",
1058-
"check [`astropy.table`](http://docs.astropy.org/en/v0.2.1/table/index.html)\n",
1058+
"check [`astropy.table`](http://docs.astropy.org/en/stable/table/index.html)\n",
10591059
"or `tabular-data` for more\n",
10601060
"details on ``Table``). So, here is the code"
10611061
]

0 commit comments

Comments
 (0)