Skip to content

Commit 6f0c665

Browse files
committed
fixing urls
1 parent 8b28ea2 commit 6f0c665

83 files changed

Lines changed: 16484 additions & 6066 deletions

File tree

Some content is hidden

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

_build/intro.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@ next_page:
88
title: 'GitHub repository'
99
comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
1010
---
11-
<html>
12-
<head>
13-
<meta name="google-site-verification" content="bkWyRPtr7Sjv5fIJKDNmPwlI_Ue219Nafc5bsmnvX3o" />
14-
<title> My title </title>
15-
</head>
16-
<body>
17-
page contents
18-
</body>
19-
</html>
11+
# Python for Data Science
12+
13+
An interactive Jupyter notebook that teaches you the Python geared towards Data Science. This book is based on a Video by Pearson of the same title. This book and video was written by <a href="https://noahgift.com/">Noah Gift</a> and <a href="https://www.linkedin.com/in/kennedybehrman/">Kennedy Behrman</a>.
2014

2115
![Pragmatic AI Labs](https://paiml.com/images/logo_with_slogan_white_background.png)
2216

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description: >-
2323
Python For Data Science Supplemental Book for Pearson Video
2424
2525
baseurl: /python_for_datascience # the subpath of your site, e.g. /blog. If there is no subpath for your site, use an empty string ""
26-
url: paiml.github.io # the base hostname & protocol for your site, e.g. http://example.com
26+
url: https://paiml.github.io # the base hostname & protocol for your site, e.g. http://example.com
2727

2828

2929
#######################################################################################

0 commit comments

Comments
 (0)