提交 20fdafa7 编写于 作者: 片刻小哥哥's avatar 片刻小哥哥

修改 sklearn 基础信息

上级 b211495d
......@@ -9,8 +9,6 @@ branches:
cache:
directories:
- node_modules # 依赖缓存的目录
- docs/0.2/node_modules # 依赖缓存的目录
- docs/0.3/node_modules # 依赖缓存的目录
- docs/0.19.x/node_modules # 依赖缓存的目录
- docs/0.21.3/node_modules # 依赖缓存的目录
......@@ -35,5 +33,5 @@ env:
- GH_UN=jiangzhonglian
- GH_EMAIL=jiang-s@163.com
- GH_USER=apachecn
- GH_REPO=pytorch-doc-zh
- GH_REPO=sklearn-doc-zh
- GH_BRANCH=gh-pages
......@@ -49,8 +49,8 @@ if __name__ == "__main__":
tag = False
else:
filename = "docs/%s/book.json" % version
str1 = "https://github.com/apachecn/pytorch-doc-zh/blob/master"
str2 = "https://github.com/apachecn/pytorch-doc-zh/blob/master/docs/%s" % version
str1 = "https://github.com/apachecn/sklearn-doc-zh/blob/master"
str2 = "https://github.com/apachecn/sklearn-doc-zh/blob/master/docs/%s" % version
elif u_type == "powered":
if version == "home":
......@@ -76,10 +76,10 @@ if __name__ == "__main__":
'\\n<hr/>'+
'\\n<div align="center">'+
'\\n <p><a href="http://www.apachecn.org" target="_blank"><font face="KaiTi" size="6" color="red">我们一直在努力</font></a></p>'+
'\\n <p><a href="https://github.com/apachecn/pytorch-doc-zh/" target="_blank">apachecn/pytorch-doc-zh</a></p>'+
'\\n <p><iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo=pytorch-doc-zh&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>'+
'\\n <iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo=pytorch-doc-zh&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>'+
'\\n <iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo=pytorch-doc-zh&type=fork&count=true" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>'+
'\\n <p><a href="https://github.com/apachecn/sklearn-doc-zh/" target="_blank">apachecn/sklearn-doc-zh</a></p>'+
'\\n <p><iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo=sklearn-doc-zh&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>'+
'\\n <iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo=sklearn-doc-zh&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>'+
'\\n <iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo=sklearn-doc-zh&type=fork&count=true" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>'+
'\\n <a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=bcee938030cc9e1552deb3bd9617bbbf62d3ec1647e4b60d9cd6b6e8f78ddc03"><img border="0" src="http://data.apachecn.org/img/logo/ApacheCN-group.png" alt="ML | ApacheCN" title="ML | ApacheCN"></a></p>'+
'\\n</div>'+
'\\n <div style="text-align:center;margin:0 0 10.5px;">'+
......@@ -95,19 +95,19 @@ if __name__ == "__main__":
'\\n var _hmt = _hmt || [];'+
'\\n (function() {'+
'\\n var hm = document.createElement("script");'+
'\\n hm.src = "https://hm.baidu.com/hm.js?38525fdac4b5d4403900b943d4e7dd91";'+
'\\n hm.src = "https://hm.baidu.com/hm.js?9cbab13b4d28a9811ae1d2d2176dab66";'+
'\\n var s = document.getElementsByTagName("script")[0]; '+
'\\n s.parentNode.insertBefore(hm, s);'+
'\\n })();'+
'\\n </script>'+
'\\n'+
'\\n <script async src="https://www.googletagmanager.com/gtag/js?id=UA-102475051-10"></script>'+
'\\n <script async src="https://www.googletagmanager.com/gtag/js?id=UA-102475051-5"></script>'+
'\\n <script>'+
'\\n window.dataLayer = window.dataLayer || [];'+
'\\n function gtag(){dataLayer.push(arguments);}'+
'\\n gtag(\\'js\\', new Date());'+
'\\n'+
'\\n gtag(\\'config\\', \\'UA-102475051-10\\');'+
'\\n gtag(\\'config\\', \\'UA-102475051-5\\');'+
'\\n </script>'+
'\\n</div>'+
'\\n'+
......@@ -125,7 +125,7 @@ if __name__ == "__main__":
'\\n const gitalk = new Gitalk({'+
'\\n clientID: \\'2e62dee5b9896e2eede6\\','+
'\\n clientSecret: \\'ca6819a54656af0d87960af15315320f8a628a53\\','+
'\\n repo: \\'pytorch-doc-zh\\','+
'\\n repo: \\'sklearn-doc-zh\\','+
'\\n owner: \\'apachecn\\','+
'\\n admin: [\\'jiangzhonglian\\', \\'wizardforcel\\'],'+
'\\n id: md5(location.pathname),'+
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册