From 445e3682f27eb0be1aede3938a142b43561dc50c Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Wed, 23 Aug 2023 21:00:08 +0800 Subject: [PATCH] ... --- docs/modules/box2d.md | 4 ++-- docs/modules/c.md | 4 +++- docs/modules/linalg.md | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/modules/box2d.md b/docs/modules/box2d.md index e43277e8..eaf78fac 100644 --- a/docs/modules/box2d.md +++ b/docs/modules/box2d.md @@ -40,9 +40,9 @@ A `box2d.Body` in pkpy is an unified wrapper of Box2D's `b2Body`, It hides the details of Box2D's API and provides a high-level interface. !!! -## API list +## APIs -... +https://github.com/blueloveTH/pocketpy/blob/main/include/typings/box2d.pyi ## Example diff --git a/docs/modules/c.md b/docs/modules/c.md index 435d3817..f7800648 100644 --- a/docs/modules/c.md +++ b/docs/modules/c.md @@ -3,4 +3,6 @@ icon: package label: c --- -Interop with pointers and C structs. \ No newline at end of file +Interop with pointers and C structs. + +https://github.com/blueloveTH/pocketpy/blob/main/include/typings/c.pyi \ No newline at end of file diff --git a/docs/modules/linalg.md b/docs/modules/linalg.md index 57cbf1b3..fd9e1b91 100644 --- a/docs/modules/linalg.md +++ b/docs/modules/linalg.md @@ -3,4 +3,6 @@ icon: package label: linalg --- -Provide `mat3x3`, `vec2`, `vec3` and `vec4` types. \ No newline at end of file +Provide `mat3x3`, `vec2`, `vec3` and `vec4` types. + +https://github.com/blueloveTH/pocketpy/blob/main/include/typings/linalg.pyi \ No newline at end of file