From 746bd452b3b735c1b10256acb3319a973dc96881 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 22 May 2023 13:18:33 +0800 Subject: [PATCH] ... --- docs/modules/easing.md | 1 - docs/modules/linalg.md | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/modules/easing.md b/docs/modules/easing.md index 77652949..7ec54d6d 100644 --- a/docs/modules/easing.md +++ b/docs/modules/easing.md @@ -1,7 +1,6 @@ --- icon: package label: easing -order: -6 --- Python wrapper for [easing functions](https://easings.net/). diff --git a/docs/modules/linalg.md b/docs/modules/linalg.md index 22208e6a..e993e124 100644 --- a/docs/modules/linalg.md +++ b/docs/modules/linalg.md @@ -1,7 +1,6 @@ --- icon: package label: linalg -order: -6 --- Provide `mat3x3`, `vec2` and `vec3` types.