Channingss 3f85b51d1d update code structure&docs 5 年之前
..
apis 0c1eb3b129 add draw_pr_curve in docs 5 年之前
deploy 3f85b51d1d update code structure&docs 5 年之前
images 64cd2fce39 add anaconda install markdown 5 年之前
slim 9ccb8108a0 first commit 5 年之前
tutorials e14034ab1a change ins_seg demo datasets 5 年之前
FAQ.md 9ccb8108a0 first commit 5 年之前
Makefile 9ccb8108a0 first commit 5 年之前
README.md ef99c704f4 Update README.md 5 年之前
anaconda_install.md 64cd2fce39 add anaconda install markdown 5 年之前
client_use.md cbf72fca56 add client_use.md 5 年之前
conf.py 199d6e7fa1 modify docs 5 年之前
convertor.md 9ccb8108a0 first commit 5 年之前
datasets.md 9ccb8108a0 first commit 5 年之前
gpu_configure.md 9ccb8108a0 first commit 5 年之前
how_to_offline_run.md 08d61b700e modify docs 5 年之前
index.rst c6616e00de update index.rst 5 年之前
install.md a6a2733137 update anaconda install 5 年之前
make.bat 9ccb8108a0 first commit 5 年之前
metrics.md 199d6e7fa1 modify docs 5 年之前
model_zoo.md 199d6e7fa1 modify docs 5 年之前
quick_start.md 4e4a631aa6 Update quick_start.md 5 年之前
requirements.txt 9ccb8108a0 first commit 5 年之前

README.md

PaddleX文档

PaddleX的使用文档均在本目录结构下。文档采用Read the Docs方式组织,您可以直接访问在线文档进行查阅。

编译文档

在本目录下按如下步骤进行文档编译

  • 安装依赖: pip install -r requirements.txt
  • 编译: make html

编译完成后,编译文件在_build目录下,直接打开_build/html/index.html即可查阅。