Commit 354f6536 authored by Jim Fulton's avatar Jim Fulton

removed some dangling footnote refs

parent 73b3b3b2
...@@ -143,7 +143,7 @@ and then we'll create a source file for our mkdir recipe: ...@@ -143,7 +143,7 @@ and then we'll create a source file for our mkdir recipe:
... pass ... pass
... """) ... """)
Currently, recipes must define 3 methods [#future_recipe_methods]_: Currently, recipes must define 3 methods:
- a constructor, - a constructor,
...@@ -207,7 +207,7 @@ information by adding any new files returned by the update method. ...@@ -207,7 +207,7 @@ information by adding any new files returned by the update method.
We need to provide packaging information so that our recipe can be We need to provide packaging information so that our recipe can be
installed as a develop egg. The minimum information we need to specify installed as a develop egg. The minimum information we need to specify
[#packaging_info]_ is a name. For recipes, we also need to define the is a name. For recipes, we also need to define the
names of the recipe classes as entry points. Packaging information is names of the recipe classes as entry points. Packaging information is
provided via a setup.py script: provided via a setup.py script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment