Skip to content

Commit bca7a56

Browse files
committed
fix: update API reference links in documentation for accuracy
1 parent d9378c0 commit bca7a56

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

docs/docs/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ table = slide.add_table(data)
137137
presentation.save("project_status.pptx")
138138
```
139139

140-
These examples demonstrate some common use cases for TPPT. For more detailed information about specific features, please refer to the [API Reference](api.md).
140+
These examples demonstrate some common use cases for TPPT. For more detailed information about specific features, please refer to the [API Reference](api/tppt.md).

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TPPT (Typed Python PowerPoint Tool) is a Python library for creating and manipul
1212
## Quick Start
1313

1414
```python
15-
--8<-- "docs/examples/simple.py"
15+
--8<-- "examples/simple.py"
1616
```
1717

1818
## Getting Started

docs/docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ shape.line_color = "#000000"
9898
shape.line_width = 2
9999
```
100100

101-
For more detailed information about specific features, please refer to the [API Reference](api.md).
101+
For more detailed information about specific features, please refer to the [API Reference](api/tppt.md).

docs/mkdocs.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,15 @@ plugins:
4040
docstring_style: google
4141
filters: ["!^_"]
4242
paths: [src]
43-
inventories:
44-
- src/tppt
45-
- src/tppt/pptx
46-
- src/tppt/pptx/dml
47-
- src/tppt/pptx/shape
48-
- src/tppt/pptx/text
49-
- src/tppt/template
50-
- src/tppt/types
51-
- src/tppt/exception
5243

5344
markdown_extensions:
45+
- pymdownx.details:
5446
- pymdownx.highlight:
5547
anchor_linenums: true
56-
- pymdownx.inlinehilite
48+
- pymdownx.inlinehilite:
5749
- pymdownx.snippets:
5850
base_path: docs
59-
- pymdownx.superfences
51+
- pymdownx.superfences:
6052
- pymdownx.tabbed:
6153
alternate_style: true
6254
- pymdownx.tasklist:

0 commit comments

Comments
 (0)