Skip to content

Commit 6826121

Browse files
committed
docs: update templates
1 parent 27cd8c6 commit 6826121

File tree

5 files changed

+21
-17
lines changed

5 files changed

+21
-17
lines changed

docs/api.md

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

docs/index.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
Welcome to AIPOSE's Documentation
1+
# Welcome to AIPOSE Documentation
22

3-
aipose is a Python library for using pose estimation easily in your Python project.
3+
![AIPOSE Logo](../logo.png)
44

5-
Check out the usage section for further information, including how to install the project.
5+
**AIPOSE** is a powerful and user-friendly Python library designed to make pose estimation simple and efficient for your Python projects.
66

7-
Note: This project is under active development.
7+
Whether you're working on applications in computer vision, motion tracking, or interactive systems, **AIPOSE** provides a seamless integration of pose estimation capabilities.
8+
9+
---
10+
11+
### 🚀 **Why Use AIPOSE?**
12+
- Simplifies pose estimation workflows.
13+
- Flexible and easy-to-integrate with existing Python projects.
14+
- Supports multiple pose estimation models.
15+
16+
---
17+
18+
Ready to dive in? Explore the documentation to unleash the full potential of pose estimation with **AIPOSE**.

docs/models.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Models
2+
3+
::: aipose.models

docs/yolov7.md

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

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ plugins:
2626
python:
2727
options:
2828
show_source: false
29-
29+
show_signature: true
30+
3031
nav:
3132
- Home: index.md
32-
- API: api.md
3333
- Usage: usage.md
3434
- Frame Manager: frame_manager_availables.md
35-
- YOLOv7: yolov7.md
35+
- Models: models.md

0 commit comments

Comments
 (0)