Skip to content

Commit

Permalink
IO (hdf5 archiving) doc typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwgoodman committed Nov 8, 2010
1 parent 18cc7c0 commit d678dca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions doc/source/archive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,27 +349,27 @@ Archive function reference

------------

.. automethod:: la.io.save
.. autofunction:: la.save

------------

.. automethod:: la.io.load
.. autofunction:: la.load

------------

.. automethod:: la.io.delete
.. autofunction:: la.io.delete

------------

.. automethod:: la.io.repack
.. autofunction:: la.repack

------------

.. automethod:: la.io.is_archived_larry
.. autofunction:: la.is_archived_larry

------------

.. automethod:: la.io.archive_directory
.. autofunction:: la.archive_directory


.. _io_class_reference:
Expand Down
12 changes: 6 additions & 6 deletions la/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def __init__(self, filename, max_freespace=np.inf):
See Also
--------
la.io.save : Save larrys without a dictionary-like interface.
la.io.load : Load larrys without a dictionary-like interface.
la.save : Save larrys without a dictionary-like interface.
la.load : Load larrys without a dictionary-like interface.
Notes
-----
Expand Down Expand Up @@ -374,7 +374,7 @@ def save(file, lar, key):
See Also
--------
la.io.load : Load larrys without a dictionary-like interface.
la.load : Load larrys without a dictionary-like interface.
la.IO : A dictionary-like interface to the archive.
Examples
Expand Down Expand Up @@ -441,7 +441,7 @@ def load(file, key):
See Also
--------
la.io.save : Save larrys without a dictionary-like interface.
la.save : Save larrys without a dictionary-like interface.
la.IO : A dictionary-like interface to the archive.
Examples
Expand Down Expand Up @@ -498,8 +498,8 @@ def delete(file, key):
See Also
--------
la.io.save : Save larrys without a dictionary-like interface.
la.io.load : Load larrys without a dictionary-like interface.
la.save : Save larrys without a dictionary-like interface.
la.load : Load larrys without a dictionary-like interface.
la.IO : A dictionary-like interface to the archive.
Examples
Expand Down

0 comments on commit d678dca

Please sign in to comment.