-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
9,799 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import {defineConfig} from 'vitepress' | ||
|
||
export const ja = defineConfig({ | ||
|
||
lang: "ja-JP", | ||
description: "Minecraftのパーティクル生成用のライブラリ", | ||
themeConfig: { | ||
nav: [ | ||
{text: 'スタート', link: '/guide'}, | ||
{text: 'APIドキュメント', link: '/api/'}, | ||
{text: 'インスタンス', link: '/demo/'}, | ||
], | ||
}, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,14 @@ | ||
import {defineConfig} from 'vitepress' | ||
|
||
export const zh = defineConfig({ | ||
|
||
lang: "zh-Hans", | ||
description: "一个用于Minecraft粒子计算和生成的库", | ||
|
||
themeConfig: { | ||
nav: [ | ||
{text: '快速开始', link: '/guide'}, | ||
{text: '快速开始', link: '/guide/'}, | ||
{text: 'API文档', link: '/api/'}, | ||
{text: '实例', link: '/demo/'}, | ||
], | ||
// sidebar: { | ||
// '/api/': { | ||
// base: '/api/', | ||
// items: [ | ||
// ] | ||
// } | ||
// } | ||
}, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,14 @@ title: mbcp.mp_math.equation | |
|
||
- epsilon: 偏移量 | ||
|
||
返回: | ||
|
||
- 偏导函数 | ||
|
||
引发: | ||
|
||
- ValueError 无效变量类型 | ||
|
||
|
||
|
||
<details> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,10 @@ def __init__(self, x: float, y: float, z: float): | |
|
||
- epsilon: | ||
|
||
返回: | ||
|
||
- 是否近似相等 | ||
|
||
|
||
|
||
<details> | ||
|
Oops, something went wrong.