Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetle committed Apr 16, 2016
1 parent bf74515 commit ff99972
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package/MDAnalysis/analysis/density.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
:members:
:inherited-members:
.. versionchanged:: 0.15.0
.. deprecated:: 0.15.0
The "permissive" flag is not used anymore (and effectively
defaults to True); it will be completely removed in 0.16.0.
Expand Down
2 changes: 1 addition & 1 deletion package/MDAnalysis/coordinates/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def reader(filename, **kwargs):
:class:`~CRD.CRDReader`, and
:class:`~PDB.PDBReader`, :class:`~GRO.GROReader`,
.. versionchanged:: 0.15.0
.. deprecated:: 0.15.0
The "permissive" flag is not used anymore (and effectively
defaults to True); it will be completely removed in 0.16.0.
"""
Expand Down
4 changes: 2 additions & 2 deletions package/MDAnalysis/core/AtomGroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4230,7 +4230,7 @@ def __init__(self, *args, **kwargs):
.. versionchanged:: 0.11.0
Added the *is_anchor* and *anchor_name* keywords for finer behavior
control when unpickling instances of :class:`MDAnalysis.core.AtomGroup.AtomGroup`.
.. versionchanged:: 0.15.0
.. deprecated:: 0.15.0
The "permissive" flag is not used anymore (and effectively defaults
to True); it will be completely removed in 0.16.0.
"""
Expand Down Expand Up @@ -4811,7 +4811,7 @@ def load_new(self, filename, **kwargs):
its specialized file format reader, which typically has more features than the
:class:`~MDAnalysis.coordinates.base.ChainReader`.
.. versionchanged:: 0.15.0
.. deprecated:: 0.15.0
The "permissive" flag is not used anymore (and effectively
defaults to True); it will be completely removed in 0.16.0.
"""
Expand Down
2 changes: 1 addition & 1 deletion package/MDAnalysis/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def __doc__(self):
'Bio.PDB': False, 'biopython': False, False: False,
},
"""
This flag is not used anymore and will be removed in 0.16.0.
This flag is deprecated and will be removed in 0.16.0.
"""
),
_Flag(
Expand Down

0 comments on commit ff99972

Please sign in to comment.