Skip to content

Commit 9a27765

Browse files
committed
fix layout
1 parent 3c7bcdf commit 9a27765

File tree

7 files changed

+1733
-5
lines changed

7 files changed

+1733
-5
lines changed
File renamed without changes.

python/DEVELOP.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
```
2+
uv sync --no-install-package async-tiff
3+
uv run --no-project maturin develop
4+
uv run --no-project mkdocs serve
5+
```
File renamed without changes.
File renamed without changes.

python/python/async_tiff/DEVELOP.md

Whitespace-only changes.

python/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#![deny(clippy::undocumented_unsafe_blocks)]
22

3-
mod coord_type;
4-
mod kdtree;
5-
mod rtree;
6-
pub(crate) mod util;
7-
83
use pyo3::prelude::*;
94

105
const VERSION: &str = env!("CARGO_PKG_VERSION");

python/uv.lock

Lines changed: 1728 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)