diff --git a/docs/source/index.rst b/docs/source/index.rst index a18dd5e872..ce4a5f6f86 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -13,9 +13,7 @@ OpenMC was originally developed by members of the `Computational Reactor Physics Group`_ at the `Massachusetts Institute of Technology`_ starting in 2011. Various universities, laboratories, and other organizations now contribute to the development of OpenMC. For more information on OpenMC, feel -free to send a message to the User's Group `mailing list`_. Documentation for -the latest developmental version of the develop branch can be found on -`Read the Docs`_. +free to send a message to the User's Group `mailing list`_. .. _Computational Reactor Physics Group: http://crpg.mit.edu .. _Massachusetts Institute of Technology: http://web.mit.edu diff --git a/readme.rst b/readme.rst index 90484ad494..34d2a5d099 100644 --- a/readme.rst +++ b/readme.rst @@ -10,10 +10,10 @@ transport code based on modern methods. It is a constructive solid geometry, continuous-energy transport code that uses HDF5 format cross sections. The project started under the Computational Reactor Physics Group at MIT. -Complete documentation on the usage of OpenMC is hosted on Read the Docs at -http://openmc.readthedocs.io. If you are interested in the project or would like -to help and contribute, please send a message to the OpenMC User's Group -`mailing list`_. +Complete documentation on the usage of OpenMC is hosted on Read the Docs (both +for the `latest release`_ and developmental_ version). If you are interested in +the project or would like to help and contribute, please send a message to the +OpenMC User's Group `mailing list`_. ------------ Installation @@ -48,8 +48,10 @@ License OpenMC is distributed under the MIT/X license_. +.. _latest release: http://openmc.readthedocs.io/en/stable/ +.. _developmental: http://openmc.readthedocs.io/en/latest/ .. _mailing list: https://groups.google.com/forum/?fromgroups=#!forum/openmc-users -.. _installation instructions: http://openmc.readthedocs.io/en/latest/usersguide/install.html -.. _Troubleshooting section: http://openmc.readthedocs.io/en/latest/usersguide/troubleshoot.html +.. _installation instructions: http://openmc.readthedocs.io/en/stable/usersguide/install.html +.. _Troubleshooting section: http://openmc.readthedocs.io/en/stable/usersguide/troubleshoot.html .. _Issues: https://github.com/mit-crpg/openmc/issues -.. _license: http://openmc.readthedocs.io/en/latest/license.html +.. _license: http://openmc.readthedocs.io/en/stable/license.html