Skip to content

Commit 47ccfb6

Browse files
committed
docs: update API references in examples and usage guides for consistency
1 parent 6311224 commit 47ccfb6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/docs/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Examples
22

3-
Here are some examples of how to use TPPT in various scenarios. For detailed API reference, see [Core API Reference](api/core.md), [PPTX API Reference](api/pptx.md), [DML API Reference](api/dml.md), [Shape API Reference](api/shape.md), [Text API Reference](api/text.md), [Template API Reference](api/template.md), [Types API Reference](api/types.md), and [Exception API Reference](api/exception.md).
3+
Here are some examples of how to use TPPT in various scenarios. For detailed API reference, see [Core API Reference](api/tppt.md), [PPTX API Reference](api/tppt_pptx.md), [DML API Reference](api/tppt_pptx_dml.md), [Shape API Reference](api/tppt_pptx_shape.md), [Text API Reference](api/tppt_pptx_text.md), [Template API Reference](api/tppt_template.md), [Types API Reference](api/tppt_types.md), and [Exception API Reference](api/tppt_exception.md).
44

55
## Basic Presentation
66

docs/docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Usage Guide
22

3-
This guide will walk you through the basic usage of TPPT. For detailed API reference, see [Core API Reference](api/core.md), [PPTX API Reference](api/pptx.md), [DML API Reference](api/dml.md), [Shape API Reference](api/shape.md), [Text API Reference](api/text.md), [Template API Reference](api/template.md), [Types API Reference](api/types.md), and [Exception API Reference](api/exception.md).
3+
This guide will walk you through the basic usage of TPPT. For detailed API reference, see [Core API Reference](api/tppt.md), [PPTX API Reference](api/tppt_pptx.md), [DML API Reference](api/tppt_pptx_dml.md), [Shape API Reference](api/tppt_pptx_shape.md), [Text API Reference](api/tppt_pptx_text.md), [Template API Reference](api/tppt_template.md), [Types API Reference](api/tppt_types.md), and [Exception API Reference](api/tppt_exception.md).
44

55
## Creating a Presentation
66

docs/mkdocs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ plugins:
4141
filters: ["!^_"]
4242
paths: [src]
4343
inventories:
44-
- tppt
45-
- tppt.pptx
46-
- tppt.pptx.dml
47-
- tppt.pptx.shape
48-
- tppt.pptx.text
49-
- tppt.template
50-
- tppt.types
51-
- tppt.exception
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
5252

5353
markdown_extensions:
5454
- pymdownx.highlight:

0 commit comments

Comments
 (0)