Skip to content

Commit c63049b

Browse files
committed
docs: remove deprecated API references and simplify navigation in documentation
1 parent 47ccfb6 commit c63049b

File tree

11 files changed

+5
-117
lines changed

11 files changed

+5
-117
lines changed

docs/docs/api/tppt_exception.md

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

docs/docs/api/tppt_pptx.md

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

docs/docs/api/tppt_pptx_dml.md

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

docs/docs/api/tppt_pptx_shape.md

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

docs/docs/api/tppt_pptx_text.md

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

docs/docs/api/tppt_template.md

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

docs/docs/api/tppt_types.md

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

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/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).
3+
Here are some examples of how to use TPPT in various scenarios. For detailed API reference, see [API Reference](api/tppt.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/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).
3+
This guide will walk you through the basic usage of TPPT. For detailed API reference, see [API Reference](api/tppt.md).
44

55
## Creating a Presentation
66

docs/mkdocs.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ nav:
7373
- Home: index.md
7474
- Installation: installation.md
7575
- Usage: usage.md
76-
- API Reference:
77-
- tppt: api/tppt.md
78-
- tppt.pptx: api/tppt_pptx.md
79-
- tppt.pptx.dml: api/tppt_pptx_dml.md
80-
- tppt.pptx.shape: api/tppt_pptx_shape.md
81-
- tppt.pptx.text: api/tppt_pptx_text.md
82-
- tppt.template: api/tppt_template.md
83-
- tppt.types: api/tppt_types.md
84-
- tppt.exception: api/tppt_exception.md
76+
- API Reference: api/tppt.md
8577
- Examples: examples.md
8678
- Contributing: contributing.md

0 commit comments

Comments
 (0)