From 13692708236909c1efdbcea73a3f99f95db907e8 Mon Sep 17 00:00:00 2001 From: queue-miscreant Date: Mon, 24 Feb 2025 19:08:49 -0600 Subject: [PATCH] rename "cell" to sand; use dashes --- posts/polycount/cell2/carry2d | 1 - posts/polycount/{cell1 => sand-1}/.gitignore | 0 .../polycount/{cell1 => sand-1}/carry2d/__init__.py | 0 posts/polycount/{cell1 => sand-1}/carry2d/anim.py | 0 posts/polycount/{cell1 => sand-1}/carry2d/carry.py | 0 .../{cell1 => sand-1}/carry2d/expansion.py | 0 posts/polycount/{cell1 => sand-1}/carry2d/extra.py | 0 posts/polycount/{cell1 => sand-1}/index.qmd | 0 posts/polycount/{cell1 => sand-1}/todo.txt | 0 posts/polycount/{cell2 => sand-2}/.gitignore | 0 posts/polycount/sand-2/carry2d | 1 + .../{cell2 => sand-2}/collinear_carries.png | Bin .../polycount/{cell2 => sand-2}/first_implicit.png | Bin posts/polycount/{cell2 => sand-2}/index.qmd | 0 posts/polycount/{cell2 => sand-2}/polyproduct.png | Bin 15 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 posts/polycount/cell2/carry2d rename posts/polycount/{cell1 => sand-1}/.gitignore (100%) rename posts/polycount/{cell1 => sand-1}/carry2d/__init__.py (100%) rename posts/polycount/{cell1 => sand-1}/carry2d/anim.py (100%) rename posts/polycount/{cell1 => sand-1}/carry2d/carry.py (100%) rename posts/polycount/{cell1 => sand-1}/carry2d/expansion.py (100%) rename posts/polycount/{cell1 => sand-1}/carry2d/extra.py (100%) rename posts/polycount/{cell1 => sand-1}/index.qmd (100%) rename posts/polycount/{cell1 => sand-1}/todo.txt (100%) rename posts/polycount/{cell2 => sand-2}/.gitignore (100%) create mode 120000 posts/polycount/sand-2/carry2d rename posts/polycount/{cell2 => sand-2}/collinear_carries.png (100%) rename posts/polycount/{cell2 => sand-2}/first_implicit.png (100%) rename posts/polycount/{cell2 => sand-2}/index.qmd (100%) rename posts/polycount/{cell2 => sand-2}/polyproduct.png (100%) diff --git a/posts/polycount/cell2/carry2d b/posts/polycount/cell2/carry2d deleted file mode 120000 index c76aa09..0000000 --- a/posts/polycount/cell2/carry2d +++ /dev/null @@ -1 +0,0 @@ -../cell1/carry2d \ No newline at end of file diff --git a/posts/polycount/cell1/.gitignore b/posts/polycount/sand-1/.gitignore similarity index 100% rename from posts/polycount/cell1/.gitignore rename to posts/polycount/sand-1/.gitignore diff --git a/posts/polycount/cell1/carry2d/__init__.py b/posts/polycount/sand-1/carry2d/__init__.py similarity index 100% rename from posts/polycount/cell1/carry2d/__init__.py rename to posts/polycount/sand-1/carry2d/__init__.py diff --git a/posts/polycount/cell1/carry2d/anim.py b/posts/polycount/sand-1/carry2d/anim.py similarity index 100% rename from posts/polycount/cell1/carry2d/anim.py rename to posts/polycount/sand-1/carry2d/anim.py diff --git a/posts/polycount/cell1/carry2d/carry.py b/posts/polycount/sand-1/carry2d/carry.py similarity index 100% rename from posts/polycount/cell1/carry2d/carry.py rename to posts/polycount/sand-1/carry2d/carry.py diff --git a/posts/polycount/cell1/carry2d/expansion.py b/posts/polycount/sand-1/carry2d/expansion.py similarity index 100% rename from posts/polycount/cell1/carry2d/expansion.py rename to posts/polycount/sand-1/carry2d/expansion.py diff --git a/posts/polycount/cell1/carry2d/extra.py b/posts/polycount/sand-1/carry2d/extra.py similarity index 100% rename from posts/polycount/cell1/carry2d/extra.py rename to posts/polycount/sand-1/carry2d/extra.py diff --git a/posts/polycount/cell1/index.qmd b/posts/polycount/sand-1/index.qmd similarity index 100% rename from posts/polycount/cell1/index.qmd rename to posts/polycount/sand-1/index.qmd diff --git a/posts/polycount/cell1/todo.txt b/posts/polycount/sand-1/todo.txt similarity index 100% rename from posts/polycount/cell1/todo.txt rename to posts/polycount/sand-1/todo.txt diff --git a/posts/polycount/cell2/.gitignore b/posts/polycount/sand-2/.gitignore similarity index 100% rename from posts/polycount/cell2/.gitignore rename to posts/polycount/sand-2/.gitignore diff --git a/posts/polycount/sand-2/carry2d b/posts/polycount/sand-2/carry2d new file mode 120000 index 0000000..dc235ea --- /dev/null +++ b/posts/polycount/sand-2/carry2d @@ -0,0 +1 @@ +../sand-1/carry2d/ \ No newline at end of file diff --git a/posts/polycount/cell2/collinear_carries.png b/posts/polycount/sand-2/collinear_carries.png similarity index 100% rename from posts/polycount/cell2/collinear_carries.png rename to posts/polycount/sand-2/collinear_carries.png diff --git a/posts/polycount/cell2/first_implicit.png b/posts/polycount/sand-2/first_implicit.png similarity index 100% rename from posts/polycount/cell2/first_implicit.png rename to posts/polycount/sand-2/first_implicit.png diff --git a/posts/polycount/cell2/index.qmd b/posts/polycount/sand-2/index.qmd similarity index 100% rename from posts/polycount/cell2/index.qmd rename to posts/polycount/sand-2/index.qmd diff --git a/posts/polycount/cell2/polyproduct.png b/posts/polycount/sand-2/polyproduct.png similarity index 100% rename from posts/polycount/cell2/polyproduct.png rename to posts/polycount/sand-2/polyproduct.png