Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fs446 committed Oct 21, 2023
1 parent 2459540 commit a49dbe7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Jupyter notebooks can be accessed via the services
- **static** version using **nbviewer**: https://nbviewer.org/github/spatialaudio/data-driven-audio-signal-processing-exercise/blob/dev/index.ipynb
- **sources** (tex, ipynb) at: https://github.com/spatialaudio/data-driven-audio-signal-processing-exercise

Jupyter notebooks with rendered **outputs** can be viewed at https://nbviewer.org/github/spatialaudio/data-driven-audio-signal-processing-exercise/blob/main/index.ipynb

## Versions / Tags

- [v0.1](https://github.com/spatialaudio/data-driven-audio-signal-processing-exercise/releases/tag/v0.1) for winter term 2021/22, initial version
Expand All @@ -18,8 +20,11 @@ Jupyter notebooks can be accessed via the services

## Branch Conventions

- we use the `dev` branch as the developing branch, this is the default branch of the repositoty
- the **default branch** of the repository is `dev` used for development
- all notebook outputs in `dev` branch are cleared for convenient diff handling
- `main` branch contains notebooks with rendered outputs, which is maintained from time to time
- do **not** rely on `main` branch as this is hard reset from time to time
- probably in future we rename `main` to somewhat less confusing

## Anaconda Environment for Local Usage

Expand Down

0 comments on commit a49dbe7

Please sign in to comment.