@@ -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
@@ -3,4 +3,6 @@ icon: package
label: c
---
-Interop with pointers and C structs.
+Interop with pointers and C structs.
+
+https://github.com/blueloveTH/pocketpy/blob/main/include/typings/c.pyi
label: linalg
-Provide `mat3x3`, `vec2`, `vec3` and `vec4` types.
+Provide `mat3x3`, `vec2`, `vec3` and `vec4` types.
+https://github.com/blueloveTH/pocketpy/blob/main/include/typings/linalg.pyi