From 44ef20c131021c7bcb83079d0e56321b6f9c17b4 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Thu, 21 Feb 2013 10:29:20 -0700 Subject: Update Section Reference --- docs/source/buildfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/buildfile.rst b/docs/source/buildfile.rst index b57cbe0..6d1d31f 100644 --- a/docs/source/buildfile.rst +++ b/docs/source/buildfile.rst @@ -60,7 +60,7 @@ Next, we will look at a new target:: This is a standard definition of a Python function with a decorator. First, the ``target`` decorator marks the function definition as a target (to -be used by the ``list-targets`` command, see :ref:`specialTargets`). Next, we +be used by the ``list-targets`` command, see :ref:`otherCommands`). Next, we define the function; this function name *is* the name of the target. That is, the name given to the function will be name given to the command to invoke this target. Further, we have the docstring; (this is also used by the -- cgit v1.2.1