From 253b816a646d7e1f04c65c7df7f09e561abb882b Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 31 Aug 2024 09:36:36 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=94=AF=E6=8C=81Liteyuki=20Docst?= =?UTF-8?q?ring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mbcp/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mbcp/__init__.py b/mbcp/__init__.py index a0500e7..a52af4a 100644 --- a/mbcp/__init__.py +++ b/mbcp/__init__.py @@ -3,10 +3,10 @@ 本模块是主模块,提供了一些工具 可导入 -`mbcp.mp_math`:数学工具 +[`mbcp.mp_math`](./mp_math):数学工具 -`mbcp.particle`:粒子生成工具 +[`mbcp.particle`](./particle):粒子生成工具 -`mbcp.presets`:预设 +[`mbcp.presets`](./presets):预设 """ from .mp_math import *