Cython 3.0 中文文档

中文文档链接

原文:Welcome to Cython's Documentation

协议:CC BY-NC-SA 4.0

起初就把事情做对是完全没必要的。但最后要把事情做对是绝对必要的。——Andrew Hunt & David Thomas

下载

Docker

docker pull apachecn0/cython-doc-zh
docker run -tid -p <port>:80 apachecn0/cython-doc-zh
# 访问 http://localhost:{port} 查看文档

PYPI

pip install cython-doc-zh
cython-doc-zh <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g cython-doc-zh
cython-doc-zh <port>
# 访问 http://localhost:{port} 查看文档