Skip to content

Commit 754f98d

Browse files
tobyhodgesfmichonneau
authored andcommitted
provide setup instructions on locally-built site
1 parent 5da8d20 commit 754f98d

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

_includes/setup-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ You can download all of the data used in this workshop by clicking
55

66
Clicking the download link will automatically download all of the files to your default download directory as a single compressed
77
(`.zip`) file. To expand this file, double click the folder icon in your file navigator application (for Macs, this is the Finder
8-
application).
8+
application).
99

10-
For a full description of the data used in this workshop see the [data page](data).
10+
For a full description of the data used in this workshop see the [data page]({{ relative_root_path}}{% link _extras/data.md %}).

setup-python-workshop.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
---
2-
layout: page
3-
title: Setup for Python workshop
2+
title: Setup for Python workshops
43
---
54

5+
{% include base_path.html %}
66
{% include setup-overview.md %}
7-
87
{% include setup-data.md %}
98

109
## Software
1110

1211
| Software | Install | Manual | Available for | Description |
1312
| -------- | ------------ | ------ | ------------- | ----------- |
1413
| Spreadsheet program | [Link](https://www.libreoffice.org/download/download/) | [Link](https://documentation.libreoffice.org/en/english-documentation/) | Linux, MacOS, Windows | Spreadsheet program for organizing tabular data. |
15-
| OpenRefine |[Link](http://openrefine.org/download.html) | [Link](http://openrefine.org/documentation.html) | Linux, MacOS, Windows | Program for reproducibly cleaning data. |
14+
| OpenRefine |[Link](http://openrefine.org/download.html) | [Link](http://openrefine.org/documentation.html) | Linux, MacOS, Windows | Program for reproducibly cleaning data. |
1615
| Python | See install instructions below. | | Linux, MacOS, Windows | Programming language for data analysis and visualisation. |
17-
| SQLite Browser | [Link](http://sqlitebrowser.org/dl/) | [Link](https://github.com/sqlitebrowser/sqlitebrowser/wiki) | Linux, MacOS, Windows | Tool for creating, designing, and editing database files. |
16+
| SQLite Browser | [Link](http://sqlitebrowser.org/dl/) | [Link](https://github.com/sqlitebrowser/sqlitebrowser/wiki) | Linux, MacOS, Windows | Tool for creating, designing, and editing database files. |
1817

1918

2019
{% include setup-spreadsheet.md %}
2120

2221
{% include setup-openrefine.md %}
2322

2423
{% include setup-python.md %}
25-
24+
2625
{% include setup-sql.md %}
2726

2827
Congratulations! You are now ready for the workshop!

setup-r-workshop.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
layout: page
32
title: Setup for R workshops
43
---
54

5+
{% include base_path.html %}
66
{% include setup-overview.md %}
77
{% include setup-data.md %}
88

@@ -12,18 +12,18 @@ title: Setup for R workshops
1212
| Software | Install | Manual | Available for | Description |
1313
| -------- | ------------ | ------ | ------------- | ----------- |
1414
| Spreadsheet program | [Link](https://www.libreoffice.org/download/download/) | [Link](https://documentation.libreoffice.org/en/english-documentation/) | Linux, MacOS, Windows | Spreadsheet program for organizing tabular data. |
15-
| OpenRefine |[Link](http://openrefine.org/download.html) | [Link](http://openrefine.org/documentation.html) | Linux, MacOS, Windows | Program for reproducibly cleaning data. |
15+
| OpenRefine |[Link](http://openrefine.org/download.html) | [Link](http://openrefine.org/documentation.html) | Linux, MacOS, Windows | Program for reproducibly cleaning data. |
1616
| R | See install instructions below. | | Linux, MacOS, Windows | Programming language for data analysis and visualisation. |
1717
| RStudio | [Link](https://www.rstudio.com/products/rstudio/download/#download) | [Cheatsheet](https://github.com/rstudio/cheatsheets/raw/master/rstudio-ide.pdf) | Linux, MacOS, Windows| Integrated development environment for R. |
18-
| SQLite Browser | [Link](http://sqlitebrowser.org/dl/) | [Link](https://github.com/sqlitebrowser/sqlitebrowser/wiki) | Linux, MacOS, Windows | Tool for creating, designing, and editing database files. |
18+
| SQLite Browser | [Link](http://sqlitebrowser.org/dl/) | [Link](https://github.com/sqlitebrowser/sqlitebrowser/wiki) | Linux, MacOS, Windows | Tool for creating, designing, and editing database files. |
1919

2020

2121
{% include setup-spreadsheet.md %}
2222

2323
{% include setup-openrefine.md %}
2424

2525
{% include setup-r.md %}
26-
26+
2727
{% include setup-sql.md %}
2828

2929
Congratulations! You are now ready for the workshop!

setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
layout: page
32
title: Setup
43
---
54

5+
{% include base_path.html %}
66
{% include setup-overview.md %}
77

88

99
## Setup instructions for your workshop
1010

1111
* If you are attending a workshop where Python will be taught,
12-
follow [these setup instructions]({{ site.baseurl }}{% link setup-python-workshop.md %})
13-
12+
follow [these setup instructions]({{ relative_root_path }}{% link setup-python-workshop.md %})
13+
1414
* If you are attending a workshop where R will be taught,
15-
follow [these setup instructions]({{site.baseurl }}{% link setup-r-workshop.md %})
15+
follow [these setup instructions]({{ relative_root_path }}{% link setup-r-workshop.md %})

0 commit comments

Comments
 (0)