修改“用Python做科学计算”网址 (#812)

* 用Python做科学计算链接失效

无论是否挂VPN,否无法加载成功。

* 修改“用Python做科学计算”网址

原网址[http://old.sebug.net/paper/books/scipydoc](http://old.sebug.net/paper/books/scipydoc)已失效

改为由[gepcel](https://github.com/gepcel)提供的新网址:[https://docs.huihoo.com/scipy/scipy-zh-cn/index.html](https://docs.huihoo.com/scipy/scipy-zh-cn/index.html)
This commit is contained in:
Meng Jiang 2022-06-13 11:18:42 +08:00 committed by GitHub
parent aebae5ae2e
commit 00030e1528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -725,7 +725,7 @@
* [Fabric 中文文档](http://fabric-chs.readthedocs.org)
* [Beautiful Soup 4.2.0 中文文档](http://beautifulsoup.readthedocs.org/zh_CN/latest/)
* [Python 中的 Socket 编程](https://legacy.gitbook.com/book/keelii/socket-programming-in-python-cn/details)
* [用Python做科学计算](http://old.sebug.net/paper/books/scipydoc)
* [用Python做科学计算](https://docs.huihoo.com/scipy/scipy-zh-cn/index.html)
* [Sphinx 中文文档](http://www.pythondoc.com/sphinx/index.html)
* [精通 Python 设计模式](https://github.com/cundi/Mastering.Python.Design.Patterns)
* [python 安全编程教程](https://github.com/smartFlash/pySecurity)