Skip to content

Commit

Permalink
fixes links and file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aranganath24 committed Jun 2, 2022
1 parent 18455c1 commit 5a92c9c
Show file tree
Hide file tree
Showing 56 changed files with 3,122 additions and 5,994 deletions.
Binary file added .DS_Store
Binary file not shown.
2,942 changes: 0 additions & 2,942 deletions DataAnalysisinPython/.ipynb_checkpoints/Python_Data_Science-checkpoint.ipynb

This file was deleted.

2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?


gem "webrick", "~> 1.7"
39 changes: 23 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.7)
em-websocket (0.5.2)
concurrent-ruby (1.1.9)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.14.2-x64-mingw32)
ffi (1.15.5)
ffi (1.15.5-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.7)
http_parser.rb (0.8.0)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
jekyll (4.0.1)
addressable (~> 2.4)
Expand All @@ -29,20 +31,20 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-feed (0.15.1)
jekyll-feed (0.16.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.0)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.4.0)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
Expand All @@ -53,25 +55,29 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
rb-fsevent (0.10.4)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.4)
rouge (3.26.0)
rexml (3.2.5)
rouge (3.27.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo-data (1.2020.6)
tzinfo-data (1.2021.5)
tzinfo (>= 1.0.0)
unicode-display_width (1.7.0)
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.7.0)

PLATFORMS
arm64-darwin-20
x64-mingw32

DEPENDENCIES
Expand All @@ -81,6 +87,7 @@ DEPENDENCIES
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.7)

BUNDLED WITH
2.1.4
2.3.5
Binary file added R_MATERIALS/.DS_Store
Binary file not shown.
Binary file added _includes/.DS_Store
Binary file not shown.
Binary file added _sass/.DS_Store
Binary file not shown.
62 changes: 31 additions & 31 deletions _site/assets/css/just-the-docs-dark.css.map

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions _site/assets/css/just-the-docs-default.css.map

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions _site/assets/css/just-the-docs-light.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _site/assets/js/just-the-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function initNav() {

function initSearch() {
var request = new XMLHttpRequest();
request.open('GET', 'http://localhost:4000/workshop-template/assets/js/search-data.json', true);
request.open('GET', 'http://localhost:4000/data_bootcamp/assets/js/search-data.json', true);

request.onload = function(){
if (request.status >= 200 && request.status < 400) {
Expand Down Expand Up @@ -430,7 +430,7 @@ jtd.getTheme = function() {

jtd.setTheme = function(theme) {
var cssFile = document.querySelector('[rel="stylesheet"]');
cssFile.setAttribute('href', 'http://localhost:4000/workshop-template/assets/css/just-the-docs-' + theme + '.css');
cssFile.setAttribute('href', 'http://localhost:4000/data_bootcamp/assets/css/just-the-docs-' + theme + '.css');
}

// Document ready
Expand Down
756 changes: 477 additions & 279 deletions _site/assets/js/search-data.json

Large diffs are not rendered by default.

33 changes: 17 additions & 16 deletions _site/content/acknowledgements.html

Large diffs are not rendered by default.

68 changes: 0 additions & 68 deletions _site/content/data/us-national-parks.geojson

This file was deleted.

201 changes: 0 additions & 201 deletions _site/content/examples.html

This file was deleted.

Loading

0 comments on commit 5a92c9c

Please sign in to comment.