From 4d4e31fbd60bea6b3d9f040eabd8d11345bb87cd Mon Sep 17 00:00:00 2001 From: Kelly Rowland Date: Wed, 6 Jan 2016 13:24:50 -0800 Subject: [PATCH 1/4] remove extraneous whitespace on MCNP manual link --- docs/source/methods/physics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/methods/physics.rst b/docs/source/methods/physics.rst index c3ee161a75..33f6c74d13 100644 --- a/docs/source/methods/physics.rst +++ b/docs/source/methods/physics.rst @@ -1636,4 +1636,4 @@ another. .. _lectures: https://laws.lanl.gov/vhosts/mcnp.lanl.gov/pdf_files/la-ur-05-4983.pdf -.. _MCNP Manual: https://laws.lanl.gov/vhosts/mcnp.lanl.gov/pdf_files/la-ur-03-1987.pdf +.. _MCNP Manual: https://laws.lanl.gov/vhosts/mcnp.lanl.gov/pdf_files/la-ur-03-1987.pdf From b394aeb40c4fb84adb2448edb0d5bb53a52c2769 Mon Sep 17 00:00:00 2001 From: Kelly Rowland Date: Wed, 6 Jan 2016 13:25:34 -0800 Subject: [PATCH 2/4] fix link to LANL Monte Carlo sampler --- docs/source/methods/physics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/methods/physics.rst b/docs/source/methods/physics.rst index 33f6c74d13..cc486ab67b 100644 --- a/docs/source/methods/physics.rst +++ b/docs/source/methods/physics.rst @@ -1626,7 +1626,7 @@ another. .. _ENDF-6 Format: http://www-nds.iaea.org/ndspub/documents/endf/endf102/endf102.pdf -.. _Monte Carlo Sampler: https://laws.lanl.gov/vhosts/mcnp.lanl.gov/pdf_files/la-9721_3rdmcsampler.pdf +.. _Monte Carlo Sampler: https://laws.lanl.gov/vhosts/mcnp.lanl.gov/pdf_files/la-9721.pdf .. _LA-UR-14-27694: http://permalink.lanl.gov/object/tr?what=info:lanl-repo/lareport/LA-UR-14-27694 From 44d1ba3b9467b9a3a024996149d40d52277f7fb6 Mon Sep 17 00:00:00 2001 From: Kelly Rowland Date: Wed, 6 Jan 2016 13:29:34 -0800 Subject: [PATCH 3/4] fix link to rand generation with arbitrary strides --- docs/source/methods/random_numbers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/methods/random_numbers.rst b/docs/source/methods/random_numbers.rst index 3ea61719c5..e0a974f43b 100644 --- a/docs/source/methods/random_numbers.rst +++ b/docs/source/methods/random_numbers.rst @@ -70,5 +70,5 @@ the idea is to determine the new multiplicative and additive constants in Different Sizes and Good Lattice Structures," *Math. Comput.*, **68**, 249 (1999). -.. _Brown: https://laws.lanl.gov/vhosts/mcnp.lanl.gov/pdf_files/anl_rn_arb-strides_1994.pdf +.. _Brown: https://laws.lanl.gov/vhosts/mcnp.lanl.gov/pdf_files/anl-rn-arb-stride.pdf .. _linear congruential generator: http://en.wikipedia.org/wiki/Linear_congruential_generator From 6021623e2c2e5ae01146da8d2e2c25d9d32c487b Mon Sep 17 00:00:00 2001 From: Kelly Rowland Date: Wed, 6 Jan 2016 21:15:47 -0800 Subject: [PATCH 4/4] fix unpublished rational approximation link --- docs/source/methods/tallies.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/methods/tallies.rst b/docs/source/methods/tallies.rst index fd0812245a..65a0989ac7 100644 --- a/docs/source/methods/tallies.rst +++ b/docs/source/methods/tallies.rst @@ -507,6 +507,6 @@ improve the estimate of the percentile. .. _Cauchy distribution: http://en.wikipedia.org/wiki/Cauchy_distribution -.. _unpublished rational approximation: http://home.online.no/~pjacklam/notes/invnorm/ +.. _unpublished rational approximation: https://web.archive.org/web/20150926021742/http://home.online.no/~pjacklam/notes/invnorm/ .. _MC21: http://www.osti.gov/bridge/servlets/purl/903083-HT5p1o/903083.pdf