swcarpentry / DEPRECATED-bc

DEPRECATED: This repository is now frozen - please see individual lesson repositories.
Other
299 stars 383 forks source link

Fix regex markdown #650

Closed ctjacobs closed 9 years ago

ctjacobs commented 9 years ago

Adds "in" and "out" code blocks to the regex lesson material. Also adds the third notebook containing some more 'evil' data.

Partially addresses issue #620. 03-operators.md still needs to be updated, but this should eventually be addressed in pull request #599.

ctjacobs commented 9 years ago

@r-gaia-cs: Thanks for taking a look at this. I've addressed your comments and squashed the commits into one.

rgaiacs commented 9 years ago

@ctjacobs Could you fix the indentation of the Python examples? Instead of 3 spaces they should have 4 spaces. After this fix I believe this PR is right to be merge.

ctjacobs commented 9 years ago

@r-gaia-cs: All done. Thanks.