Skip to content

Commit

Permalink
Removed top-lvel INSTALL.rst instructions.
Browse files Browse the repository at this point in the history
I think it's easier to maintain a basic set of dependencies and
instructions in the README file and have more detailed instructions in
one place in the docs. The INSTALL file had a tendency to get out of
date and forgotten.
  • Loading branch information
dotsdl committed Sep 9, 2015
1 parent b633931 commit 67d6306
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 51 deletions.
46 changes: 0 additions & 46 deletions INSTALL.rst

This file was deleted.

10 changes: 5 additions & 5 deletions datreant/persistence.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class File(object):
def __init__(self, filename, logger=None, **kwargs):
"""Create File instance for interacting with file on disk.
All files in MDSynthesis should be accessible by high-level methods
All files in datreant should be accessible by high-level methods
without having to worry about simultaneous reading and writing by other
processes. The File object includes methods and infrastructure for
ensuring shared and exclusive locks are consistently applied before
Expand Down Expand Up @@ -363,7 +363,7 @@ def __init__(self, filename, logger=None, **kwargs):
user-given list with custom elements; used to give
distinguishing characteristics to object for search
*version*
version of MDSynthesis file was generated with
version of datreant file was generated with
.. Note:: kwargs passed to :meth:`create`
Expand Down Expand Up @@ -486,7 +486,7 @@ def create(self, **kwargs):
user-given list with custom elements; used to give
distinguishing characteristics to object for search
*version*
version of MDSynthesis file was generated with
version of datreant file was generated with
"""
# update schema and version of file
version = self.update_schema()
Expand Down Expand Up @@ -749,7 +749,7 @@ def __init__(self, filename, logger=None, **kwargs):
user-given list with custom elements; used to give
distinguishing characteristics to object for search
*version*
version of MDSynthesis file was generated with
version of datreant file was generated with
.. Note:: kwargs passed to :meth:`create`
Expand Down Expand Up @@ -779,7 +779,7 @@ def create(self, **kwargs):
user-given list with custom elements; used to give
distinguishing characteristics to object for search
*version*
version of MDSynthesis file was generated with
version of datreant file was generated with
"""
# update schema and version of file
version = self.update_schema()
Expand Down

0 comments on commit 67d6306

Please sign in to comment.