Skip to content

Commit a5c2a94

Browse files
committed
init
1 parent cb36553 commit a5c2a94

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ env:
1717
- GH_UN=jiangzhonglian
1818
- GH_EMAIL=jiang-s@163.com
1919
- GH_USER=apachecn
20-
- GH_REPO=sklearn-doc-zh
20+
- GH_REPO=scikit-learn-doc-zh
2121
- GH_BRANCH=gh-pages

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
<hr/>
3232
<div align="center">
3333
<p><a href="http://www.apachecn.org/" target="_blank"><font face="KaiTi" size="6" color="red">我们一直在努力</font></a><p>
34-
<p><a href="https://github.com/apachecn/sklearn-doc-zh/" target="_blank">apachecn/sklearn-doc-zh</a></p>
35-
<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>
36-
<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>
37-
<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>
34+
<p><a href="https://github.com/apachecn/scikit-learn-doc-zh/" target="_blank">apachecn/scikit-learn-doc-zh</a></p>
35+
<p><iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo=scikit-learn-doc-zh&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>
36+
<iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo=scikit-learn-doc-zh&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>
37+
<iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo=scikit-learn-doc-zh&type=fork&count=true" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>
3838
<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=bcee938030cc9e1552deb3bd9617bbbf62d3ec1647e4b60d9cd6b6e8f78ddc03"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="ML | ApacheCN" title="ML | ApacheCN"></a></p>
3939
<div style="text-align:center;margin:0 0 10.5px;">
4040
<ins class="adsbygoogle"
@@ -57,10 +57,10 @@
5757

5858
window.$docsify = {
5959
loadSidebar: 'SUMMARY.md',
60-
name: 'Sklearn 0.19.x 中文文档',
60+
name: 'Scikit-learn 0.19.x 中文文档',
6161
auto2top: true,
6262
themeColor: '#03a9f4',
63-
repo: 'apachecn/sklearn-doc-zh',
63+
repo: 'apachecn/scikit-learn-doc-zh',
6464
plugins: [window.docsPlugin],
6565
}
6666
</script>

0 commit comments

Comments
 (0)