diff options
| author | 2023-07-29 11:37:55 +0800 | |
|---|---|---|
| committer | 2023-07-29 11:37:55 +0800 | |
| commit | 4d6945488f6ddc052b02eeef3075faf00a9481d7 (patch) | |
| tree | b22e61c48eefb1f2ef55ab5e0698267d853d0da2 /docs/docs | |
| parent | 98bfb7bcd333f214389b7bf27f462cc8255e3687 (diff) | |
| download | infini-4d6945488f6ddc052b02eeef3075faf00a9481d7.tar.gz infini-4d6945488f6ddc052b02eeef3075faf00a9481d7.zip | |
feat: add via docs
Diffstat (limited to 'docs/docs')
| -rw-r--r-- | docs/docs/Core/index.md | 6 | ||||
| -rw-r--r-- | docs/docs/Standard/Term/ability.md | 5 | ||||
| -rw-r--r-- | docs/docs/Standard/Term/check/ability.md | 5 | ||||
| -rw-r--r-- | docs/docs/Standard/Term/check/index.md | 14 |
4 files changed, 20 insertions, 10 deletions
diff --git a/docs/docs/Core/index.md b/docs/docs/Core/index.md index 94d86dd2..3f3422b6 100644 --- a/docs/docs/Core/index.md +++ b/docs/docs/Core/index.md @@ -10,13 +10,9 @@ <a href="https://github.com/HydroRoll-Team/HydroRollCore/blob/master/LICENSE"> <img alt="" src="https://img.shields.io/pypi/l/hydrorollcore.svg?labelColor=000000&color="> </a> - - [](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/python-publish.yml) - [](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/codeql.yml) - </p> -## 🎁 Getting <img align="right" src="https://hydroroll.retrofor.space/HydroRollBlue.png" height="120"> +## 🎁 Getting 1. 安装库 diff --git a/docs/docs/Standard/Term/ability.md b/docs/docs/Standard/Term/ability.md deleted file mode 100644 index a1e86aa1..00000000 --- a/docs/docs/Standard/Term/ability.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: ability/check 检定 ---- - -这是一个可选实现但是建议实现的方法。
\ No newline at end of file diff --git a/docs/docs/Standard/Term/check/ability.md b/docs/docs/Standard/Term/check/ability.md new file mode 100644 index 00000000..421fc210 --- /dev/null +++ b/docs/docs/Standard/Term/check/ability.md @@ -0,0 +1,5 @@ +--- +title: ability 检定 +--- +!!! warning + 关于这部分内容请移步正式术语[`check 检定`](/Standard/Term/check/) diff --git a/docs/docs/Standard/Term/check/index.md b/docs/docs/Standard/Term/check/index.md new file mode 100644 index 00000000..dcfafafc --- /dev/null +++ b/docs/docs/Standard/Term/check/index.md @@ -0,0 +1,14 @@ +--- +title: check 检定 +--- + +!!! tip + 这是一个可选实现但是{==建议尽量必须实现==}的方法,主要表现在规则书正是检定方法不同而有所不同上。 + +### 方法 + +使用`check`或者`ability`方法, 必须对检定结果设定一个完整的输出判定范围。 + +### 检定结果表 + +如[`方法`](#_1)所言,你必须为检定的结果设计一个完整的输出判定范围,因此你需要严格并且合理的分配划分界限。
\ No newline at end of file |