From 8dde12fcbeba9f3030cb542f318b6afc2403e289 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Sun, 5 Jul 2020 18:50:53 +0800 Subject: [PATCH] 2020-07-05 18:50:53 --- .nojekyll | 0 404.html | 4 +++ CNAME | 1 + README.md | 2 +- index.html | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ update.sh | 3 +++ 6 files changed, 86 insertions(+), 1 deletion(-) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 CNAME create mode 100644 index.html create mode 100644 update.sh diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..5705beb --- /dev/null +++ b/404.html @@ -0,0 +1,4 @@ +--- +permalink: /404.html +--- + diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..5c62497 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +mpl.apachecn.org \ No newline at end of file diff --git a/README.md b/README.md index 4545a07..220edbb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ > 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) -+ [在线阅读](https://www.gitbook.com/book/wizardforcel/matplotlib-user-guide/details) ++ [在线阅读](https://mpl.apachecn.org) + [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/matplotlib-user-guide) + [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/matplotlib-user-guide) + [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/matplotlib-user-guide) diff --git a/index.html b/index.html new file mode 100644 index 0000000..2c15010 --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + + + \ No newline at end of file diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..f76166c --- /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 -- GitLab