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,9 @@
# Python API
This directory help to generate Python API documents for FastDeploy.
1. First, to generate the latest api documents, you need to install the latest FastDeploy, refer [build and install](en/build_and_install) to build FastDeploy python wheel package with the latest code.
2. After installed FastDeploy in your python environment, there are some dependencies need to install, execute command `pip install -r requirements.txt` in this directory
3. Execute command `make html` to generate API documents
After all the step done, use browser open `_build/html/index.html`.