Files
FastDeploy/docs/api_docs/python
huangjianhui a0caf9fbb7 [Doc] Update PaddleSeg comments (#785)
* Update docs for wrong path

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update segmentation_result.md

* Update README.md

* Update README.md

* Update README.md

* Update PaddleSeg comments

Co-authored-by: Jason <928090362@qq.com>
2022-12-05 10:14:35 +08:00
..
2022-10-15 22:01:27 +08:00
2022-11-16 09:58:01 +00:00
2022-11-16 09:58:01 +00:00
2022-11-16 09:58:01 +00:00
2022-11-16 09:58:01 +00:00
2022-11-16 09:58:01 +00:00
2022-11-16 09:58:01 +00:00
2022-10-15 22:01:27 +08:00
2022-10-15 22:01:27 +08:00
2022-11-16 09:58:01 +00:00
2022-11-16 09:58:01 +00:00
2022-11-07 20:49:41 +08:00
2022-11-16 09:58:01 +00:00
2022-11-16 09:58:01 +00:00

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 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.