Skip to content

Commit c7ce304

Browse files
authored
Merge pull request #176 from tobyhodges/remove_custom_permalinks
make lesson suitable for teaching with locally-built (serverless) pages
2 parents c6486a3 + c20eff8 commit c7ce304

File tree

5 files changed

+4
-14
lines changed

5 files changed

+4
-14
lines changed

_extras/discuss.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
layout: page
32
title: Discussion
4-
permalink: /discuss/
53
---
64
There are many ways to discuss Library Carpentry lessons:
75

_extras/guide.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
layout: page
3-
title: "Instructor Notes"
4-
permalink: /guide/
2+
title: Instructor Notes
53
---
64

75
____
@@ -21,7 +19,7 @@ ____
2119
To teach regular expressions, instructors have used:
2220

2321
- [slides](https://github.com/LibraryCarpentry/lc-data-intro/blob/gh-pages/files/regexslides.pdf) to quiz the audience on examples.
24-
- Pen and paper, to work through exercises before using a tool and to explain that there can be multiple answers to the same question.
22+
- Pen and paper, to work through exercises before using a tool and to explain that there can be multiple answers to the same question.
2523
- Whiteboard with text examples and quized participants on regex approaches.
2624
- Online tools such as: [Regxr](https://regexr.com/), [regex101](https://regex101.com/), [rexegper](http://regexper.com/), [myregexp](http://myregexp.com/), or whichever service you prefer.
2725
- Used quiz/exercise files in [https://github.com/LibraryCarpentry/lc-data-intro/tree/gh-pages/files](https://github.com/LibraryCarpentry/lc-data-intro/tree/gh-pages/files).

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
layout: lesson
33
root: .
4+
permalink: index.html
45
---
5-
This Library Carpentry lesson introduces people with library- and information-related roles to working with data using regular expressions. The lesson provides background on the regular expression language and how it can be used to match and extract text and to clean data.
6+
This Library Carpentry lesson introduces people with library- and information-related roles to working with data using regular expressions. The lesson provides background on the regular expression language and how it can be used to match and extract text and to clean data.
67

78
> ## Teaching this lesson
89
>

reference.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
layout: reference
3-
root: .
4-
53
---
64

75
## Regular Expression Cheat Sheet
@@ -20,4 +18,3 @@ root: .
2018
- `?` matches when the preceding character appears zero or one time.
2119
- `{VALUE}` matches the preceding character the number of times define by VALUE; ranges can be specified with the syntax `{VALUE,VALUE}`.
2220
- `|` means or.
23-

setup.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
2-
layout: page
32
title: Setup
4-
root: .
53
---
64

75
### This lesson does not require any special setup.
86

97
--------
10-
11-

0 commit comments

Comments
 (0)