Skip to content

Commit d4e7aba

Browse files
docs: switch to static images from transformplan-static
1 parent e1b5231 commit d4e7aba

9 files changed

Lines changed: 13 additions & 14 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<div align="center">
2-
<img src="docs/assets/images/logo_wordmark_black.png" alt="TransformPlan" width="600">
2+
<img src="https://raw.githubusercontent.com/limebit/transformplan-static/refs/heads/main/logos/logo_wordmark_black.png" alt="TransformPlan" width="600">
33
</div>
44

55
<h1 align="center">TransformPlan: Auditable Data Transformation Pipelines</h1>
66

77
<div align="center">
88
<img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue" alt="Python 3.10+">
9-
<img src="./coverage.svg" alt="Coverage">
9+
<img src="https://raw.githubusercontent.com/limebit/transformplan-static/6cb5e0d4d33699ee663f9d40ff9b6724279fd394/icons/coverage-badge.svg" alt="Coverage">
1010
</div>
1111

1212
## Features

docs/assets/images/logo.png

-33.1 KB
Binary file not shown.

docs/assets/images/logo_black.png

-32.9 KB
Binary file not shown.

docs/assets/images/logo_blue.png

-39.9 KB
Binary file not shown.

docs/assets/images/logo_white.png

-33.1 KB
Binary file not shown.
-54.5 KB
Binary file not shown.
-37.6 KB
Binary file not shown.

docs/index.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="assets/images/logo_wordmark_white.png" alt="TransformPlan Logo" width="450">
2+
<img src="https://raw.githubusercontent.com/limebit/transformplan-static/refs/heads/main/logos/logo_wordmark_white.png" alt="TransformPlan Logo" width="450">
33
</div>
44

55
# TransformPlan
@@ -86,15 +86,14 @@ Total time: 0.0247s
8686

8787
## Available Operations
8888

89-
| Category | Description | Examples |
90-
|----------|-------------|----------|
91-
| **col_** | Column operations | `col_rename`, `col_drop`, `col_cast`, `col_add`, `col_select` |
92-
| **math_** | Arithmetic operations | `math_add`, `math_multiply`, `math_clamp`, `math_round`, `math_abs` |
93-
| **rows_** | Row filtering & reshaping | `rows_filter`, `rows_drop_nulls`, `rows_sort`, `rows_unique`, `rows_pivot` |
94-
| **str_** | String operations | `str_lower`, `str_upper`, `str_strip`, `str_replace`, `str_split` |
95-
| **dt_** | Datetime operations | `dt_year`, `dt_month`, `dt_parse`, `dt_age_years`, `dt_diff_days` |
96-
| **map_** | Value mapping & encoding | `map_values`, `map_discretize`, `map_onehot`, `map_ordinal` |
97-
89+
| Category | Description | Examples |
90+
| ---------- | ------------------------- | -------------------------------------------------------------------------- |
91+
| **col\_** | Column operations | `col_rename`, `col_drop`, `col_cast`, `col_add`, `col_select` |
92+
| **math\_** | Arithmetic operations | `math_add`, `math_multiply`, `math_clamp`, `math_round`, `math_abs` |
93+
| **rows\_** | Row filtering & reshaping | `rows_filter`, `rows_drop_nulls`, `rows_sort`, `rows_unique`, `rows_pivot` |
94+
| **str\_** | String operations | `str_lower`, `str_upper`, `str_strip`, `str_replace`, `str_split` |
95+
| **dt\_** | Datetime operations | `dt_year`, `dt_month`, `dt_parse`, `dt_age_years`, `dt_diff_days` |
96+
| **map\_** | Value mapping & encoding | `map_values`, `map_discretize`, `map_onehot`, `map_ordinal` |
9897

9998
## Getting Started
10099

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ repo_name: TransformPlan
66

77
theme:
88
name: material
9-
logo: assets/images/logo_wordmark_white.png
10-
favicon: assets/images/logo.png
9+
logo: https://raw.githubusercontent.com/limebit/transformplan-static/refs/heads/main/logos/logo_wordmark_white.png
10+
favicon: https://raw.githubusercontent.com/limebit/transformplan-static/refs/heads/main/logos/logo.png
1111
palette:
1212
- media: "(prefers-color-scheme: light)"
1313
scheme: default

0 commit comments

Comments
 (0)