From 96c896ef48b12c1de198dff822c4759dee3e2df0 Mon Sep 17 00:00:00 2001 From: kvyh Date: Mon, 13 Jun 2016 13:20:36 -0700 Subject: [PATCH] clarifying tutorial Referencing the previous section of the tutorial rather than the code block above it. --- docs/tutorials/constraints.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/constraints.rst b/docs/tutorials/constraints.rst index c66509d7..f734f063 100644 --- a/docs/tutorials/constraints.rst +++ b/docs/tutorials/constraints.rst @@ -213,7 +213,7 @@ stellar coordinates defined in the example above:: targets = [FixedTarget(coord=SkyCoord(ra=ra*u.deg, dec=dec*u.deg), name=name) for name, ra, dec in target_table] -In the above example, you may have noticed that constraints are assembled by +In the previous section, you may have noticed that constraints are assembled by making a list of calls to the initializers for classes like `~astroplan.AltitudeConstraint` and `~astroplan.AirmassConstraint`. Each of those constraint classes is subclassed from the abstract