From 04004e61b1740375e2b4c216973b5f40b384a098 Mon Sep 17 00:00:00 2001 From: AJ Friend Date: Mon, 15 Apr 2024 19:10:03 -0700 Subject: [PATCH] move compact functions --- docs/api_quick.md | 4 ++-- docs/api_verbose.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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