Skip to content

Commit 0b51544

Browse files
authored
Merge pull request #132 from Remi-Gau/remi-dev
move dev and sandbox to the template repo
2 parents e5e9323 + 11a34ee commit 0b51544

File tree

4 files changed

+9
-311
lines changed

4 files changed

+9
-311
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ All the documentation is accessible [here](./docs/00-index.md).
7878

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

9594
## How to install
9695

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

99105
```bash

dev/devSandbox.m

Lines changed: 0 additions & 307 deletions
This file was deleted.

dev/miss_hit.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)