Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ All the documentation is accessible [here](./docs/00-index.md).

```bash
├── demos # quick demo of how to use some functions
├── dev # templates for experiment (will be moved out soon)
├── docs # documentation
├── manualTests # all the tests that cannot be automated (yet)
├── src # actual code of the CPP_PTB
Expand All @@ -94,6 +93,13 @@ All the documentation is accessible [here](./docs/00-index.md).

## How to install

The easiest way to use this repository is to create a new repository by using
the
[template PTB experiment repository](https://github.com/cpp-lln-lab/template_PTB_experiment):
this creates a new repository on your github account with all the basic folders,
files and submodules already set up. You only have to then clone the repository
and you are good to go.

### Download with git

```bash
Expand Down
307 changes: 0 additions & 307 deletions dev/devSandbox.m

This file was deleted.

3 changes: 0 additions & 3 deletions dev/miss_hit.cfg

This file was deleted.