Skip to content

Commit

Permalink
docs typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cadeduckworth committed Apr 15, 2023
1 parent 2c21a7c commit 83c4c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdpow/workflows/dihedrals.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def get_atom_indices(mol, SMARTS=SMARTS_DEFAULT):
:keywords:
*mol*
*mol*
:class:`rdkit.Chem.rdchem.Mol` object converted from `solute`
*SMARTS*
Expand Down Expand Up @@ -450,7 +450,7 @@ def periodic_angle_padding(df, padding=45):
as input and pads the angles to maintain periodicity
for properly plotting dihedral angle frequencies as KDE violins
with :func:`~mdpow.workflows.dihedrals.dihedral_violins` and
:func:`~mdpow.workflows.dihedrals.plot_violins`.
:func:`~mdpow.workflows.dihedrals.plot_dihedral_violins`.
Creates two new :class:`pandas.DataFrame` based on the
`padding` value specified, pads the angle values, concatenates
all three :class:`pandas.DataFrame`, maintaining original data and
Expand Down

0 comments on commit 83c4c63

Please sign in to comment.