Skip to content

Commit 5413143

Browse files
authored
Add empty design choices page (#49)
1 parent 440da19 commit 5413143

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ hidden:
99
---
1010
raster_index/aligning
1111
raster_index/combining
12+
raster_index/design_choices
1213
```
1314

1415
```{toctree}

docs/raster_index/design_choices.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
```{eval-rst}
2+
.. currentmodule:: rasterix
3+
```
4+
5+
# Design Choices
6+
7+
In designing {py:class}`RasterIndex`, we faced a few thorny questions. Below we discuss these considerations, and the approach we've taken.
8+
Ultimately, there are no easy answers and tradeoffs to be made.

0 commit comments

Comments
 (0)