Skip to content

Commit

Permalink
update: update links.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkHoo committed Sep 1, 2024
1 parent e5d5895 commit bc86dc1
Show file tree
Hide file tree
Showing 52 changed files with 598 additions and 598 deletions.
400 changes: 200 additions & 200 deletions docs/changelog/index.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/reference/animation/composition/LaggedStart.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 滞后开始
# 滞后启动

合格名称:`manim.animation.composition.LaggedStart`

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 按字母删除文本
# 逐个字母删除文本

合格名称:`manim.animation.creation.RemoveTextLetterByLetter`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/creation/ShowIncreasingSubsets.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 显示增加子集
# 显示增加的子集

合格名称:`manim.animation.creation.ShowIncreasingSubsets`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/creation/ShowPartial.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 显示部分
# 部分显示

合格名称:`manim.animation.creation.ShowPartial`

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/animation/fading/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 褪色
# 渐显渐隐

淡入淡出视野。

示例:褪色
示例:渐显渐隐

[![视频缩略图]()](https://docs.manim.community/en/stable/reference/Fading-1.mp4)

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/growing/GrowArrow.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 成长箭头
# 扩大箭头

合格名称:`manim.animation.growing.GrowArrow`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/growing/GrowFromCenter.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 从中心成长
# 从中心扩大

合格名称:`manim.animation.growing.GrowFromCenter`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/growing/GrowFromEdge.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 从边缘生长
# 从边缘扩大

合格名称:`manim.animation.growing.GrowFromEdge`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/growing/GrowFromPoint.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 从点开始生长
# 从点开始扩大

合格名称:`manim.animation.growing.GrowFromPoint`

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/animation/growing/SpinInFromNothing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 从无到有旋转
# 从无到有

合格名称:`manim.animation.growing.SpinInFromNothing`

Expand All @@ -8,7 +8,7 @@ class SpinInFromNothing(mobject=None, *args, use_override=True, **kwargs)

Bases: `GrowFromCenter`

引入[`Mobject`]()旋转并从中心开始生长
引入[`Mobject`]()旋转并从中心开始扩大

参数

Expand Down
16 changes: 8 additions & 8 deletions docs/reference/animation/growing/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 成长
# 扩大


通过从点增长对象将对象引入场景的动画
通过从点扩大对象将对象引入场景的动画

示例:成长
示例:扩大

[![视频缩略图]()](https://docs.manim.community/en/stable/reference/Growing-1.mp4)

Expand Down Expand Up @@ -32,9 +32,9 @@ Classes

|||
|-|-|
[`GrowArrow`]()|[`Arrow`]()通过从开始向尖端生长来引入
[`GrowFromCenter`]()|[`Mobject`]()通过从中心生长来引入
[`GrowFromEdge`]()|[`Mobject`]()通过从其边界框边缘之一增长它来引入
[`GrowFromPoint`](")|[`Mobject`]()通过从一点增长来引入
[`SpinInFromNothing`]()|引入[`Mobject`]()旋转并从中心开始生长
[`GrowArrow`]()|[`Arrow`]()通过从开始向尖端扩大来引入
[`GrowFromCenter`]()|[`Mobject`]()通过从中心扩大来引入
[`GrowFromEdge`]()|[`Mobject`]()通过从其边界框边缘之一扩大它来引入
[`GrowFromPoint`](")|[`Mobject`]()通过从一点扩大来引入
[`SpinInFromNothing`]()|引入[`Mobject`]()旋转并从中心开始扩大

2 changes: 1 addition & 1 deletion docs/reference/animation/indication/Flash.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 闪光
# 闪现

合格名称:`manim.animation.indication.Flash`

Expand Down
6 changes: 3 additions & 3 deletions docs/reference/animation/indication/Indicate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 注明
# 显示

合格名称:`manim.animation.indication.Indicate`

Expand All @@ -9,7 +9,7 @@ class Indicate(mobject=None, *args, use_override=True, **kwargs)
Bases: `Transform`


通过暂时调整 Mobject 的大小和重新着色来指示它
通过暂时调整 Mobject 的大小和重新着色来显示它

参数

Expand All @@ -22,7 +22,7 @@ Bases: `Transform`

例子

示例:使用指示
示例:使用显示

```py
from manim import *
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/indication/ShowPassingFlash.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 显示传递 Flash
# 一闪而过

合格名称:`manim.animation.indication.ShowPassingFlash`

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/animation/indication/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 指示
# 显示

动画吸引人们对特定对象的注意。

Classes

示例:适应症
示例:

[![视频缩略图]()](https://docs.manim.community/en/stable/reference/Indications-1.mp4)

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/animation/movement/ComplexHomotopy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 复同伦
# 复同伦变换

合格名称:`manim.animation.movement.ComplexHomotopy`

Expand All @@ -8,6 +8,6 @@ class ComplexHomotopy(mobject=None, *args, use_override=True, **kwargs)

Bases: `Homotopy`

复同伦函数 Cx\[0, 1\] 到 C
复同伦变换函数 Cx\[0, 1\] 到 C

方法
4 changes: 2 additions & 2 deletions docs/reference/animation/movement/Homotopy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 同伦
# 同伦变换

合格名称:`manim.animation.movement.Homotopy`

Expand All @@ -8,7 +8,7 @@ class Homotopy(mobject=None, *args, use_override=True, **kwargs)

Bases: `Animation`

同伦
同伦变换

这是根据指定的变换函数变换 mobject 的点的动画。随着参数 t 在整个动画中从 01(x,y,z) 描述 mobject 点的坐标,传递给`homotopy`关键字参数的函数应该转换元组(x,y,z,t)到(x′,y′,z′),原点在某时刻变换到的坐标 t。

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/movement/PhaseFlow.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 相流
# 相位流动

合格名称:`manim.animation.movement.PhaseFlow`

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 平滑向量同伦
# 平滑向量化同伦变换

合格名称:`manim.animation.movement.SmoothedVectorizedHomotopy`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/movement/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 移动
# 图形运动

与移动相关的动画。

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/numbers/ChangeDecimalToValue.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 将小数转换为值
# 更改数字至数值

合格名称:`manim.animation.numbers.ChangeDecimalToValue`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/numbers/ChangingDecimal.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 改变小数
# 动态数字

合格名称:`manim.animation.numbers.ChangingDecimal`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/rotation/Rotating.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 旋转
# 正在旋转

合格名称:`manim.animation.rotation.Rotating`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/transform/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 变换
# 转换/变换

将一个对象转变为另一个对象的动画。

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 转换匹配抽象基类
# 变换匹配抽象基类

合格名称:`manim.animation.transform\_matching\_parts.TransformMatchingAbstractBase`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/animation/updaters/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 更新程序
# 更新器

与更新功能相关的动画和实用程序对象。

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/camera/cameras/Camera.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 相机
# 摄像机

合格名称:`manim.camera.camera.Camera`

Expand Down
6 changes: 3 additions & 3 deletions docs/reference/camera/cameras/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 相机
# 摄像机

相机将场景中包含的 mobject 转换为像素数组。

Classes

|||
|-|-|
|[`BackgroundColoredVMobjectDisplayer`]()|参数相机;要使用的相机对象
|[`Camera`]()|基础相机类
|[`BackgroundColoredVMobjectDisplayer`]()|参数相机;要使用的摄像机对象
|[`Camera`]()|基础摄像机类
10 changes: 5 additions & 5 deletions docs/reference/camera/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 相机(Cameras)
# 摄像机(Cameras)

|||
|-|-|
camera|相机将场景中包含的 mobject 转换为像素数组。
mapping_camera|允许在对象之间进行映射的相机
camera|摄像机将场景中包含的 mobject 转换为像素数组。
mapping_camera|允许在对象之间进行映射的摄像机
moving_camera|能够在场景中移动的摄像机。
multi_camera|支持多个视角的相机
three_d_camera|可以在三维空间中定位和定向的相机
multi_camera|支持多个视角的摄像机
three_d_camera|可以在三维空间中定位和定向的摄像机
2 changes: 1 addition & 1 deletion docs/reference/camera/mapping_camera/MappingCamera.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 映射相机
# 映射摄像机

合格名称:`manim.camera.mapping\_camera.MappingCamera`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/camera/mapping_camera/OldMultiCamera.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 旧式多摄像头
# 旧式多摄像机

合格名称:`manim.camera.mapping\_camera.OldMultiCamera`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/camera/mapping_camera/SplitScreenCamera.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 分屏相机
# 分屏摄像机

合格名称:`manim.camera.mapping\_camera.SplitScreenCamera`

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/camera/mapping_camera/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 映射\_相机
# 映射摄像机

允许在对象之间进行映射的相机
允许在对象之间进行映射的摄像机

Classes

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/camera/three_d_camera/ThreeDCamera.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 3D摄相机
# 3D摄像机

合格名称:`manim.camera.three\_d\_camera.ThreeDCamera`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/camera/three_d_camera/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 三维摄相机
# 3D摄像机

可以在三维空间中定位和定向的相机。

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/config/utils/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# utils
# 实用工具

用于创建和设置配置的实用程序。

Expand Down
Loading

0 comments on commit bc86dc1

Please sign in to comment.