add new docs

This commit is contained in:
jiangjiajun
2022-10-11 02:43:34 +00:00
parent 301bb59683
commit c4625a2cb6
16 changed files with 2787 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Python API
This directory help to generate C++ API documents for FastDeploy.
In this directory, execute the following command,
```
sudo apt-get install doxygen
doxygen
```
After execution, use browsers open `docs/html/index.html`