Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2395527

Browse files
committed
Add landing page
1 parent 2e5fd75 commit 2395527

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

‎website/content/pages/home.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Title: Python Data Science Handbook
2+
URL:
3+
save_as: index.html
4+
Template: page
5+
6+
*Jake VanderPlas*
7+
8+
<p><img src="/PythonDataScienceHandbook/figures/PDSH-cover.png" alt="Book Cover"></p>
9+
10+
This is the Jupyter notebook version of the [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do) by Jake VanderPlas; the content is available [on GitHub](https://github.com/jakevdp/PythonDataScienceHandbook).*\n"The text is released under the [CC-BY-NC-ND license](https://creativecommons.org/licenses/by-nc-nd/3.0/us/legalcode), and code is released under the [MIT license](https://opensource.org/licenses/MIT). If you find this content useful, please consider supporting the work by [buying the book](http://shop.oreilly.com/product/0636920034919.do)!
11+
12+
### [Book Index Here](pages/index.html)

‎website/pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SITENAME = 'Python Data Science Handbook'
77
SITESUBTITLE = u'Essential Tools for Working with Data'
88
SITEURL = ''
9-
SITESUBURL = 'PythonDataScienceHandbook/pages/'
9+
SITESUBURL = 'PythonDataScienceHandbook/'
1010
PATH = 'content'
1111
TIMEZONE = 'America/Los_Angeles'
1212
DEFAULT_LANG = 'en'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /