https://github.com/cvnlab/GLMsingle
Revision b740b5d5597d145dfc39cb1db8579e252ee98023 authored by Kendrick Kay on 10 June 2022, 22:35:47 UTC, committed by Kendrick Kay on 10 June 2022, 22:35:47 UTC
1 parent b0775ba
Raw File
Tip revision: b740b5d5597d145dfc39cb1db8579e252ee98023 authored by Kendrick Kay on 10 June 2022, 22:35:47 UTC
fix typo
Tip revision: b740b5d
CONTRIBUTING.md
# CONTRIBUTING

Information for anyone who would like to contribute to this repository.

## Repository map

```bash
├── .git
├── .github
│   └── workflows         # Github continuous integration set up
├── examples
│   ├── data
│   ├── example1outputs
│   ├── example2outputs
├── glmsingle             # Python implementation
│   ├── cod
│   ├── design
│   ├── gmm
│   ├── hrf
│   ├── ols
│   ├── ssq
│   └── utils
├── matlab                # Matlab implementation
│   ├── examples
│   ├── fracridge
│   └── utilities
└── tests                 # Python and Matlab tests
    └── data

```

## Generic

### Makefile

### pre-commit

## Matlab

### Style guide

### Tests

#### Demos

### Continuous integration

## Python

### Style guide

### Tests

#### Demos

### Continuous integration
back to top