Skip to content

Commit e73c5d8

Browse files
committed
publish-to-github from d55b629
1 parent a04bb8d commit e73c5d8

File tree

75 files changed

+88
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+88
-85
lines changed

archives.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
<span class="icon-bar"></span>
413413
<span class="icon-bar"></span>
414414
</button>
415-
<a class="navbar-brand" href="/PythonDataScienceHandbook/pages/" title="Home" class="title">Python Data Science Handbook</a>
415+
<a class="navbar-brand" href="/PythonDataScienceHandbook/" title="Home" class="title">Python Data Science Handbook</a>
416416
</div>
417417
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation" id="theNavbar">
418418
<ul class="nav navbar-nav navbar-right">

authors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
<span class="icon-bar"></span>
413413
<span class="icon-bar"></span>
414414
</button>
415-
<a class="navbar-brand" href="/PythonDataScienceHandbook/pages/" title="Home" class="title">Python Data Science Handbook</a>
415+
<a class="navbar-brand" href="/PythonDataScienceHandbook/" title="Home" class="title">Python Data Science Handbook</a>
416416
</div>
417417
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation" id="theNavbar">
418418
<ul class="nav navbar-nav navbar-right">

categories.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
<span class="icon-bar"></span>
413413
<span class="icon-bar"></span>
414414
</button>
415-
<a class="navbar-brand" href="/PythonDataScienceHandbook/pages/" title="Home" class="title">Python Data Science Handbook</a>
415+
<a class="navbar-brand" href="/PythonDataScienceHandbook/" title="Home" class="title">Python Data Science Handbook</a>
416416
</div>
417417
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation" id="theNavbar">
418418
<ul class="nav navbar-nav navbar-right">

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Python Data Science Handbook</title><link href="http://jakevdp.github.io/PythonDataScienceHandbook/" rel="alternate"></link><link href="http://jakevdp.github.io/PythonDataScienceHandbook/feeds/all.atom.xml" rel="self"></link><id>http://jakevdp.github.io/PythonDataScienceHandbook/</id><updated>2017-08-14T14:21:08Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Python Data Science Handbook</title><link href="http://jakevdp.github.io/PythonDataScienceHandbook/" rel="alternate"></link><link href="http://jakevdp.github.io/PythonDataScienceHandbook/feeds/all.atom.xml" rel="self"></link><id>http://jakevdp.github.io/PythonDataScienceHandbook/</id><updated>2017-08-14T14:42:05Z</updated></feed>

index.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="author" content="Jake VanderPlas">
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width">
9-
<title>Home | Python Data Science Handbook</title>
9+
<title>Python Data Science Handbook | Python Data Science Handbook</title>
1010

1111
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
1212
<link rel="icon" href="/favicon.ico" type="image/x-icon">
@@ -412,7 +412,7 @@
412412
<span class="icon-bar"></span>
413413
<span class="icon-bar"></span>
414414
</button>
415-
<a class="navbar-brand" href="/PythonDataScienceHandbook/pages/" title="Home" class="title">Python Data Science Handbook</a>
415+
<a class="navbar-brand" href="/PythonDataScienceHandbook/" title="Home" class="title">Python Data Science Handbook</a>
416416
</div>
417417
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation" id="theNavbar">
418418
<ul class="nav navbar-nav navbar-right">
@@ -424,20 +424,23 @@
424424
</header>
425425

426426
<div id="wrap">
427-
<div class="container index">
427+
<div class="container post">
428428

429+
<article>
430+
<header>
431+
<h1>Python Data Science Handbook</h1>
432+
</header>
429433

430-
<nav class="pagination row">
431-
<div class="col-xs-6 left">
432-
</div>
433-
<div class="col-xs-6 right">
434-
</div>
435-
</nav>
434+
<div class="article_content">
435+
<p><em>Jake VanderPlas</em></p>
436+
<p><img src="/PythonDataScienceHandbook/figures/PDSH-cover.png" alt="Book Cover"></p>
436437

437-
</div>
438+
<p>This is the Jupyter notebook version of the <a href="http://shop.oreilly.com/product/0636920034919.do">Python Data Science Handbook</a> by Jake VanderPlas; the content is available <a href="https://github.com/jakevdp/PythonDataScienceHandbook">on GitHub</a>.*\n"The text is released under the <a href="https://creativecommons.org/licenses/by-nc-nd/3.0/us/legalcode">CC-BY-NC-ND license</a>, and code is released under the <a href="https://opensource.org/licenses/MIT">MIT license</a>. If you find this content useful, please consider supporting the work by <a href="http://shop.oreilly.com/product/0636920034919.do">buying the book</a>!</p>
439+
<h3><a href="pages/index.html">Book Index Here</a></h3>
440+
</div>
438441

442+
</article>
439443
</div>
440-
441444
</div>
442445
<!--
443446
<footer>

pages/00.00-preface.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
<span class="icon-bar"></span>
413413
<span class="icon-bar"></span>
414414
</button>
415-
<a class="navbar-brand" href="/PythonDataScienceHandbook/pages/" title="Home" class="title">Python Data Science Handbook</a>
415+
<a class="navbar-brand" href="/PythonDataScienceHandbook/" title="Home" class="title">Python Data Science Handbook</a>
416416
</div>
417417
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation" id="theNavbar">
418418
<ul class="nav navbar-nav navbar-right">

pages/01.00-ipython-beyond-normal-python.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
<span class="icon-bar"></span>
413413
<span class="icon-bar"></span>
414414
</button>
415-
<a class="navbar-brand" href="/PythonDataScienceHandbook/pages/" title="Home" class="title">Python Data Science Handbook</a>
415+
<a class="navbar-brand" href="/PythonDataScienceHandbook/" title="Home" class="title">Python Data Science Handbook</a>
416416
</div>
417417
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation" id="theNavbar">
418418
<ul class="nav navbar-nav navbar-right">

pages/01.01-help-and-documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
<span class="icon-bar"></span>
413413
<span class="icon-bar"></span>
414414
</button>
415-
<a class="navbar-brand" href="/PythonDataScienceHandbook/pages/" title="Home" class="title">Python Data Science Handbook</a>
415+
<a class="navbar-brand" href="/PythonDataScienceHandbook/" title="Home" class="title">Python Data Science Handbook</a>
416416
</div>
417417
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation" id="theNavbar">
418418
<ul class="nav navbar-nav navbar-right">

pages/01.02-shell-keyboard-shortcuts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
<span class="icon-bar"></span>
413413
<span class="icon-bar"></span>
414414
</button>
415-
<a class="navbar-brand" href="/PythonDataScienceHandbook/pages/" title="Home" class="title">Python Data Science Handbook</a>
415+
<a class="navbar-brand" href="/PythonDataScienceHandbook/" title="Home" class="title">Python Data Science Handbook</a>
416416
</div>
417417
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation" id="theNavbar">
418418
<ul class="nav navbar-nav navbar-right">

pages/01.03-magic-commands.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
<span class="icon-bar"></span>
413413
<span class="icon-bar"></span>
414414
</button>
415-
<a class="navbar-brand" href="/PythonDataScienceHandbook/pages/" title="Home" class="title">Python Data Science Handbook</a>
415+
<a class="navbar-brand" href="/PythonDataScienceHandbook/" title="Home" class="title">Python Data Science Handbook</a>
416416
</div>
417417
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation" id="theNavbar">
418418
<ul class="nav navbar-nav navbar-right">

0 commit comments

Comments
 (0)