diff --git a/docs/api_quick.md b/docs/api_quick.md index 9539cc38..dfbc76ee 100644 --- a/docs/api_quick.md +++ b/docs/api_quick.md @@ -37,8 +37,6 @@ and should be generally aligned with the get_pentagons get_num_cells get_resolution - compact_cells - uncompact_cells ``` ## Geographic coordinates @@ -67,6 +65,8 @@ Functions relating H3 objects to geographic (lat/lng) coordinates. cell_to_parent cell_to_children cell_to_center_child + compact_cells + uncompact_cells ``` ## Cell grid relationships diff --git a/docs/api_verbose.md b/docs/api_verbose.md index 9c296866..83e52191 100644 --- a/docs/api_verbose.md +++ b/docs/api_verbose.md @@ -1,6 +1,7 @@ # API Verbose Reference -TODO: full docs for each function and object. refer back to for high level groupings +This page gives the full documentation for each function and object. +Refer back to [](api_quick.md) for context and logical groupings. ```{eval-rst} .. automodule:: h3