blueloveTH 2 年之前
父節點
當前提交
445e3682f2
共有 3 個文件被更改,包括 8 次插入4 次删除
  1. 2 2
      docs/modules/box2d.md
  2. 3 1
      docs/modules/c.md
  3. 3 1
      docs/modules/linalg.md

+ 2 - 2
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.
 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
 ## Example
 
 

+ 3 - 1
docs/modules/c.md

@@ -3,4 +3,6 @@ icon: package
 label: c
 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

+ 3 - 1
docs/modules/linalg.md

@@ -3,4 +3,6 @@ icon: package
 label: linalg
 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