DS Graduate Fellows

2020-2021 at Bryn Mawr College

Syllabus View on GitHub

Editing instructions

Session notes

Individual updates

Markdown guide

Updating session notes

  1. On GitHub, navigate to the sessions directory. Make sure you are on the master branch.

  2. Download the markdown file for the relevant session.

  3. Use Markdown syntax to add your own notes. Save the document without changing the original filename.

  4. Return to GitHub and switch to your personal branch. Upload the file to the sessions directory. Add a short, descriptive message.

  5. Navigate to Pull requests and click new pull request

  6. Select master as your base branch and your personal branch as your compare branch.

  7. Select Create pull request and write a brief summary of the changes (i.e. ‘notes from 10/19 session’). No need to close the pull request – I will review it and then close it to integrate your changes.

Individual updates

Markdown guide

First-level heading

# First-level heading

Second-level heading

## Second-level heading

Third (and so forth)

### Third (and so forth)

  1. Ordered list item
  2. Ordered list item
  3. It just has to be an integer
1. Ordered list item
2. Ordered list item
5. It just has to be an integer
- Unordered list item
- Another unordered list item

hyperlink text [hyperlink text](www.hyperlink.com)

Use multiple returns or consecutive lines will run together

Italics - *Italics* and Bold - *Bold*

Short code snippet

Short `code snippet`
multi-line code snippet

screenshot of multi-line code snippet

* # escape characters (without markdown function) \* \#