We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec3de0 commit 323d7c8Copy full SHA for 323d7c8
docs/docs/usage/presentation.md
@@ -1,11 +1,11 @@
1
-tppt.Presentation クラスは pttx.Presentation クラスのラッパーであり、簡単にラップできます。
+The `tppt.Presentation` class is a wrapper for the `pttx.Presentation` class and can be easily wrapped.
2
3
```python
4
--8<-- "codes/wrap_presentation.py"
5
```
6
7
-しかし、 tppt の本来の利用方法は builder です。
8
-builder を利用することで、スライドマスターとスライドレイアウトを型安全に利用しながらスライドを作成できます。
+However, the primary way to use tppt is through the builder.
+By using the builder, you can create slides while utilizing slide masters and slide layouts in a type-safe manner.
9
10
11
--8<-- "codes/quick_start.py"
0 commit comments