Skip to content

Commit

Permalink
Minor amendments
Browse files Browse the repository at this point in the history
  • Loading branch information
kbalog committed Feb 24, 2021
1 parent aa5c37b commit a38fee8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# IAI Style Guide

It is way easier to collaborate on code and papers by having a strictly defined practical style guide.
This repository defines guidelines for members and collaborators of the [Information Access & Interaction group](https://iai.group) at the University of Stavanger.

* [Python style guide](python/)
Expand Down
4 changes: 4 additions & 0 deletions markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* README files are to be named all-caps `README.md`.
* Other files names are capitalized (i.e., first letter of a word in uppercase, and the rest of the letters in lowercase) and `_` -separated (e.g., `Writing_style.md`).

## Spacing

* There should be an empty line before and after headers.

## Markup

* Top-level lists are marked by `*`, second, third, etc. levels below are marked by `-`. E.g.,
Expand Down
2 changes: 2 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# IAI Python Style Guide

Keep in mind that **сode is read more often than it is written**.

We follow the [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html). This document highlights a number of peculiarities to pay special attention to, as well as complements the Google style guide on issues not specified there.

## Highlighted from the Google Python Style Guide
Expand Down

0 comments on commit a38fee8

Please sign in to comment.