Skip to content

Commit

Permalink
move compact functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Apr 16, 2024
1 parent b9a20fc commit 04004e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api_quick.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ and should be generally aligned with the
get_pentagons
get_num_cells
get_resolution
compact_cells
uncompact_cells
```

## Geographic coordinates
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/api_verbose.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 04004e6

Please sign in to comment.