diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/404.html b/404.html new file mode 100644 index 0000000000000000000000000000000000000000..5705bebe58dcd40b5bfcff2ed888d20b72d7c5ec --- /dev/null +++ b/404.html @@ -0,0 +1,4 @@ +--- +permalink: /404.html +--- + diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000000000000000000000000000000000..757a4ac1fa74bc1bf5c678cd0468295b2484d86d --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +pdcb.apachecn.org \ No newline at end of file diff --git a/README.md b/README.md index 29e047919319cbcb6716567f511b1ab267806f6f..aebcbc2b8ae5ed465f51a9df50eaeac4b9800eb1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ‍ -+ [在线阅读](https://www.gitbook.com/book/wizardforcel/pandas-cookbook-code-notes/details) ++ [在线阅读](https://pdcb.apachecn.org) + [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/pandas-cookbook-code-notes) + [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/pandas-cookbook-code-notes) + [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/pandas-cookbook-code-notes) diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..3726c1e09d639f22e8d04566ad95c475cb9605a1 --- /dev/null +++ b/index.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + + + + diff --git a/update.sh b/update.sh new file mode 100644 index 0000000000000000000000000000000000000000..f76166c4e1c6f64161b010c866bc8e4231e17b18 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +git add -A +git commit -am "$(date "+%Y-%m-%d %H:%M:%S")" +git push \ No newline at end of file