Skip to content

Commit

Permalink
Add the minimum_curvature class to the API docs
Browse files Browse the repository at this point in the history
The docs predated the new API and this class was therefore missing
  • Loading branch information
Zabamund committed Mar 5, 2021
1 parent 7f65c7c commit a64602c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wellpathpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
'position_to_csv',
'deviation',
'position_log',
'minimum_curvature'
]

from .convert import unit_convert
from .header import read_header_json
from .read import read_csv
from .write import deviation_to_csv, position_to_csv
from .position_log import deviation, position_log
from .position_log import deviation, position_log, minimum_curvature

0 comments on commit a64602c

Please sign in to comment.