Skip to content

Commit 1a90624

Browse files
updated file paths
1 parent f698bac commit 1a90624

File tree

148 files changed

+41
-1396
lines changed

Some content is hidden

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

148 files changed

+41
-1396
lines changed

_data/navigation.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,49 +10,49 @@ main:
1010

1111
python_sidebar:
1212
- title: "Python"
13-
url: /python/
13+
url: python/
1414
children:
1515
- title: "Installing Python"
16-
url: /python/installing/
16+
url: python/installing/
1717
- title: "Basics"
18-
url: /python/basics/
18+
url: python/basics/
1919
- title: "Choosing an Editor"
20-
url: /python/choosing-an-editor/
20+
url: python/choosing-an-editor/
2121
- title: "Virtual Environment"
22-
url: /python/virtual-environment/
22+
url: python/virtual-environment/
2323
- title: "Working with Data"
24-
url: /python/working-with-data/
24+
url: python/working-with-data/
2525
- title: "Working with APIs"
26-
url: /python/working-with-apis/
26+
url: python/working-with-apis/
2727
- title: "Data Cleaning"
28-
url: /python/data-cleaning/
28+
url: python/data-cleaning/
2929
- title: "Databases"
30-
url: /python/databases/
30+
url: python/databases/
3131
- title: "Geospatial Data Analysis"
32-
url: /python/geospatial_data_analysis/
32+
url: python/geospatial_data_analysis/
3333
- title: "Geospatial Data Analysis Intermediate"
34-
url: /python/geospatial_data_analysis_intermediate/
34+
url: python/geospatial_data_analysis_intermediate/
3535
- title: "Geospatial Machine Learning"
36-
url: /python/geospatial_machine_learning/
36+
url: python/geospatial_machine_learning/
3737
- title: "Satellite Remote Sensing"
38-
url: /python/satellite_remote_sensing/
38+
url: python/satellite_remote_sensing/
3939

4040
git_sidebar:
4141
- title: "Git & GitHub"
42-
url: /git/
42+
url: git/
4343
children:
4444
- title: "Getting Started with Git"
45-
url: /git/getting-started/
45+
url: git/getting-started/
4646
- title: "Merge Conflicts, Rebasing, and Workflows"
47-
url: /git/workflows/
47+
url: git/workflows/
4848

4949
data-viz_sidebar:
5050
- title: "Data Visualization"
51-
url: /data-viz/
51+
url: data-viz/
5252
children:
5353
- title: "Data Visualization Design Principles"
54-
url: /data-viz/design/
54+
url: data-viz/design/
5555
- title: "Choosing the Right Visualization"
56-
url: /data-viz/options/
56+
url: data-viz/options/
5757
- title: "Using Excel for Data Visualization"
58-
url: /data-viz/excel/
58+
url: data-viz/excel/

_resources/data-viz/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: single
33
title: "Data Visualization Design Principles"
4-
permalink: /data-viz/design/
4+
permalink: data-viz/design/
55
author_profile: false
66
sidebar:
77
nav: "data-viz_sidebar"

_resources/data-viz/excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: single
33
title: "Using Excel for Data Visualization"
4-
permalink: /data-viz/excel/
4+
permalink: data-viz/excel/
55
author_profile: false
66
sidebar:
77
nav: "data-viz_sidebar"

_resources/data-viz/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: single
33
title: "Why Data Visualization Matters"
4-
permalink: /data-viz/
4+
permalink: data-viz/
55
author_profile: false
66
sidebar:
77
nav: "data-viz_sidebar"

_resources/data-viz/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: single
33
title: "Choosing the Right Visualization"
4-
permalink: /data-viz/options/
4+
permalink: data-viz/options/
55
author_profile: false
66
sidebar:
77
nav: "data-viz_sidebar"

_resources/git/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: single
33
title: "Getting Started"
4-
permalink: /git/getting-started/
4+
permalink: git/getting-started/
55
sidebar:
66
nav: "git_sidebar"
77
toc: true

_resources/git/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: single
33
title: "Git & GitHub"
4-
permalink: /git/
4+
permalink: git/
55
sidebar:
66
nav: "git_sidebar"
77
toc: true

_resources/git/workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: single
33
title: "Merge Conflicts, Rebasing, and Workflows"
4-
permalink: /git/workflows/
4+
permalink: git/workflows/
55
author_profile: false
66
sidebar:
77
nav: "git_sidebar"

_resources/python/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Python Syntax Basics
33
layout: single
44
sidebar:
55
nav: "python_sidebar"
6-
permalink: /python/basics
6+
permalink: python/basics
77
toc: true
88
toc_sticky: true
99
---

_resources/python/choosing-an-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Choosing an Editor
33
layout: single
44
sidebar:
55
nav: "python_sidebar"
6-
permalink: /python/choosing-an-editor
6+
permalink: python/choosing-an-editor
77
toc: true
88
toc_sticky: true
99
---

0 commit comments

Comments
 (0)