diff --git a/doc/releases.rst b/doc/releases.rst index 3492e0a..870e4ea 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -38,6 +38,10 @@ Release history ############### +* **Version 1.2.4** September 13, 2017 + + - Fix broken link to nosetests in docs. + * **Version 1.2.3** September 1, 2017 - First release in molmod channel on Anaconda. diff --git a/doc/tutorial/install.rst b/doc/tutorial/install.rst index 32ae3de..c7dc8fc 100644 --- a/doc/tutorial/install.rst +++ b/doc/tutorial/install.rst @@ -57,8 +57,8 @@ The following software must be installed for TAMkin: * Numpy >=1.0: http://numpy.scipy.org/ * Scipy >=0.17.1: http://www.scipy.org/ * MatPlotLib >=1.1: http://matplotlib.org/ -* MolMod >=1.3.1: https://github.com/molmod/molmod -* Nosetests >=0.11: http://somethingaboutorange.com/mrl/projects/nose/0.11.2/ +* MolMod >=1.3.1: https://github.com/molmod/molmod/ +* Nosetests >=0.11: http://nose.readthedocs.io/en/latest/ Most Linux distributions can install most required software with a single command. Except for Python, missing dependencies will get automatically installed by pip. (See below.)