Skip to content

Commit 5c8708a

Browse files
committed
docs: update installation link in index.md and clean up mkdocs.yml configuration
1 parent 7af8289 commit 5c8708a

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A modern Python library for creating beautiful PowerPoint presentations with cod
3434

3535
## Getting Started
3636

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

3939
## License
4040

docs/mkdocs.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,6 @@ plugins:
3636
default_handler: python
3737
handlers:
3838
python:
39-
rendering:
40-
show_source: true
41-
show_root_heading: true
42-
show_root_full_path: true
43-
show_category_heading: true
44-
show_if_no_docstring: true
45-
show_signature_annotations: true
46-
show_bases: true
47-
show_submodules: true
48-
group_by_category: true
49-
heading_level: 2
50-
members_order: source
5139
selection:
5240
docstring_style: google
5341
filters: ["!^_"]

0 commit comments

Comments
 (0)