From 66580fce1f3b0b4a9c742fe0cac7e8788857a307 Mon Sep 17 00:00:00 2001 From: Connor Stone Date: Thu, 15 Aug 2024 13:06:41 -0400 Subject: [PATCH] fix url --- docs/getting_started.rst | 4 ++-- docs/pipelinemanipulation.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index db433357..11c475be 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -143,7 +143,7 @@ Here is the forced photometry file just make sure to save it as a ``.py`` file:: ap_isoclip = True ap_forcing_profile = "testimage.prof" -To try out this pipeline, download the `test file `_. +To try out this pipeline, download the `test file `_. Batch Forced Photometry ----------------------- @@ -251,4 +251,4 @@ It's possible to incorporate descision trees into the AutoProf pipeline. This is ], } -To try out this pipeline, download the `test file `_. \ No newline at end of file +To try out this pipeline, download the `test file `_. \ No newline at end of file diff --git a/docs/pipelinemanipulation.rst b/docs/pipelinemanipulation.rst index a8747a95..9f63fffd 100644 --- a/docs/pipelinemanipulation.rst +++ b/docs/pipelinemanipulation.rst @@ -170,7 +170,7 @@ of pixels within a flux range. ap_mycountrange_low = 0.2 ap_mycountrange_high = 0.3 -To try out this pipeline, download the `test file `_. +To try out this pipeline, download the `test file `_. Example Tree Pipeline --------------------- @@ -273,4 +273,4 @@ pipeline based on the results of previous steps. ], } -To try out this pipeline, download the `test file `_. \ No newline at end of file +To try out this pipeline, download the `test file `_. \ No newline at end of file