Skip to content

Commit

Permalink
DOC: Modified the presentation of "more info" on decorator.
Browse files Browse the repository at this point in the history
--HG--
branch : 0.8-dev
  • Loading branch information
cmd-ntrf authored and felix.antoine.fortin committed Mar 3, 2012
1 parent 426085a commit 53d9e08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Binary file added doc/_images/more.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions doc/tutorials/next_step.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,9 @@ individuals. The mutation is often considered to return a single individual
but again like for the evaluation, the single individual case is a special
case of the multiple individual case.

Note that their are various ways of defining decorator that are not presented
here. `Here <http://www.artima.com/weblogs/viewpost.jsp?thread=240808>`_ is a
very good tutorial on decorators by Bruce Eckel and `here
<http://wiki.python.org/moin/PythonDecoratorLibrary>`_ is a list of proposed
decorators for various purposes.
|more| For more information on decorator, see
`Introduction to Decorator <http://www.artima.com/weblogs/viewpost.jsp?thread=240808>`_
and `Python Decorator Libary <http://wiki.python.org/moin/PythonDecoratorLibrary>`_.

Variations
----------
Expand Down Expand Up @@ -232,3 +230,8 @@ take a look at the documentation or the source code
Now that you built your own evolutionary algorithm in python, you are welcome
to gives us feedback and appreciation. We would also really like to hear about
your project and success stories with DEAP.

.. |more| image:: /_images/more.png
:align: middle
:alt: more info

0 comments on commit 53d9e08

Please sign in to comment.