Skip to content

Commit 5aa1dba

Browse files
committed
refactor: update file paths in documentation and restructure usage section
1 parent b56cf9e commit 5aa1dba

File tree

13 files changed

+17
-107
lines changed

13 files changed

+17
-107
lines changed
File renamed without changes.
File renamed without changes.

docs/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ A modern Python library for creating beautiful PowerPoint presentations with cod
2828
## Quick Start
2929

3030
```python
31-
--8<-- "examples/quick-start.py"
31+
--8<-- "codes/quick-start.py"
3232
```
3333

3434
## Getting Started
3535

36-
To get started with TPPT, check out the [Installation](installation.md) guide and [Usage](usage.md) documentation.
36+
To get started with TPPT, check out the [Installation](installation.md) guide and [Usage](usage/index.md) documentation.
3737

3838
## License
3939

docs/docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ For development purposes:
128128
You can verify the installation by running:
129129

130130
```python
131-
--8<-- "examples/check_version.py"
131+
--8<-- "codes/check-version.py"
132132
```

docs/docs/usage.md

Lines changed: 0 additions & 101 deletions
This file was deleted.

docs/docs/usage/chart.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Chart
2+
3+
🚧 **Under Construction** 🚧
4+
5+
> This feature is currently in development. Stay tuned for updates!

docs/docs/usage/index.md

Whitespace-only changes.

docs/docs/usage/picture.md

Whitespace-only changes.

docs/docs/usage/slide-layout.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

docs/docs/usage/slide-master.md

Whitespace-only changes.

0 commit comments

Comments
 (0)