Skip to content

Commit

Permalink
DOC: Mist improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelVaroquaux committed Apr 13, 2011
1 parent 8814fdd commit 9271d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions doc/memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ change, for instance a debug flag. `Memory` provides the `ignore` list::
>>> # my_func was not reevaluated


.. _memory_reference:

Reference documentation of the `Memory` class
----------------------------------------------

Expand Down
5 changes: 1 addition & 4 deletions joblib/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
# TODO: Same remark for the logger, and probably use the Python logging
# mechanism.

# TODO: Track history as objects are called, to be able to garbage
# collect them.


def extract_first_line(func_code):
""" Extract the first line information from the function code
Expand Down Expand Up @@ -467,7 +464,7 @@ class Memory(Logger):
All values are cached on the filesystem, in a deep directory
structure.
see :ref:`memory`
see :ref:`memory_reference`
"""
#-------------------------------------------------------------------------
# Public interface
Expand Down

0 comments on commit 9271d22

Please sign in to comment.