Skip to content

Commit 3a28378

Browse files
committed
v0.0.6
1 parent af06f9b commit 3a28378

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "processing"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
edition = "2024"
55
autoexamples = false
66

docs/gen_ref_pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
modules = {
1010
"reference/index.md": ("API Reference", "mewnala", {"show_submodules": False}),
1111
"reference/math.md": ("mewnala.math", "mewnala.math", {}),
12-
"reference/color.md": ("mewnala.color", "mewnala.color", {}),
12+
# "reference/color.md": ("mewnala.color", "mewnala.color", {}),
1313
}
1414

1515
for path, (title, module, options) in modules.items():

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ nav:
5151
- API Reference:
5252
- Overview: reference/index.md
5353
- Math: reference/math.md
54-
- Color: reference/color.md
5554
- Design:
5655
- Principles: principles.md
5756
- Internal API: api.md

0 commit comments

Comments
 (0)