Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ Changes
* Updated Universe creation function signatures to named arguments (Issue #2921)
* The transformation was changed from a function/closure to a class with
`__call__` (Issue #2860, PR #2859)
* deprecated ``analysis.helanal`` module has been removed in favour of
``analysis.helix_analysis`` (PR #2929)

Deprecations

Expand Down
4 changes: 2 additions & 2 deletions package/MDAnalysis/analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
Analyze hydrogen bonds, including both the per frame results as well
as the dynamic properties and lifetimes.

:mod:`~MDAnalysis.analysis.helanal`
:mod:`~MDAnalysis.analysis.helix_analysis`
Analysis of helices with the HELANAL_ algorithm.

:mod:`~MDAnalysis.analysis.hole2`
Expand Down Expand Up @@ -126,7 +126,7 @@
'gnm',
'hbonds',
'hydrogenbonds',
'helanal',
'helix_analysis',
'hole2',
'leaflet',
'msd',
Expand Down
Loading