.. _dive_bomb_functions_page: Divebomb Functions ------------------ The following are the primary functions by divebomb to process the dives. The main function is ``profile_dives()`` and the other functions (``display_dive()``, ``cluster_dives()``, and ``export_dives()``) are used has helper functions inside ``profile_dives()``. .. currentmodule:: divebomb .. automodule:: divebomb :members: :undoc-members: :private-members: