Skip to content

Commit

Permalink
update book title (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng authored Apr 23, 2024
1 parent 26dd7d0 commit 7f26e6a
Show file tree
Hide file tree
Showing 27 changed files with 2,305 additions and 2,143 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: ssh-keyscan -p ${{ secrets.REMOTE_PORT }} -H ${{ secrets.REMOTE_HOST }} >> ~/.ssh/known_hosts

- name: Deploy with rsync
run: rsync -avz _build/html/* ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:/var/www/distributed-python/
run: rsync -avz _build/html/* ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:/var/www/scale-python/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python 分布式编程
# Python 数据科学加速

开源的、面向下一代人工智能应用的 Python 分布式编程书籍
开源的、面向下一代数据科学和人工智能应用的 Python 并行加速编程书籍

## 内容介绍

Expand Down
Loading

0 comments on commit 7f26e6a

Please sign in to comment.