From 2065e11cf0d67545e006a80427b577213b342c32 Mon Sep 17 00:00:00 2001
From: Ethan Payne <epay1@student.monash.edu>
Date: Sat, 5 Jan 2019 12:26:12 +1100
Subject: [PATCH] added Greg's patch

---
 ...ompact-binary-coalescence-parameter-estimation.txt | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/docs/compact-binary-coalescence-parameter-estimation.txt b/docs/compact-binary-coalescence-parameter-estimation.txt
index d56c032d..d15a68c7 100644
--- a/docs/compact-binary-coalescence-parameter-estimation.txt
+++ b/docs/compact-binary-coalescence-parameter-estimation.txt
@@ -1,8 +1,8 @@
-======================================================
+===============================================
 Compact binary coalescence parameter estimation
-======================================================
+===============================================
 
-In this example, which can be found `here
+In `this example
 <https://git.ligo.org/lscsoft/bilby/blob/master/examples/injection_examples/standard_15d_cbc_tutorial.py>`_,
 we demonstrate how to generate simulated data for a binary black hole
 coalescence observed by the two LIGO interferometers at Hanford and Livingston
@@ -10,6 +10,9 @@ for all parameters in the `IMRPhenomPv2` waveform model.
 
 The code will take around 15 hours to run.
 
+For testing, you may prefer to run the `4-parameter CBC tutorial
+<https://git.ligo.org/lscsoft/bilby/blob/master/examples/injection_examples/fast_tutorial.py>`__.
+
 .. literalinclude:: /../examples/injection_examples/standard_15d_cbc_tutorial.py
    :language: python
    :linenos:
@@ -24,6 +27,6 @@ here is an example for the Hanford detector:
 
 Finally, after running the parameter estimation. It generates a corner plot:
 
-.. image:: images/full_15d_parameters_corner.png
+.. image:: images/full_15_parameters_corner.png
 
 The solid lines indicate the injection parameters.
-- 
GitLab