From cb1f49d4f111d5c7cb756debbe6fdfee61108326 Mon Sep 17 00:00:00 2001 From: Steven Bickerton Date: Fri, 8 Aug 2014 14:30:05 +0900 Subject: [PATCH] move the label for example --- scripts/ccdplot.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ccdplot.rst b/scripts/ccdplot.rst index 9243cdf..70d43ab 100644 --- a/scripts/ccdplot.rst +++ b/scripts/ccdplot.rst @@ -1,4 +1,6 @@ +.. _ccdplot: + ccdplot.py ---------- @@ -7,8 +9,6 @@ Download script :download:`ccdplot.py`. The following demonstrates how to load a calexp exposure, extract the image and convert it to a numpy ndarray, and then create a png figure. -.. _ccdplot: - .. literalinclude:: ccdplot.py :language: python