Skip to content

Commit 323c893

Browse files
authored
Merge pull request #10 from expyriment/coc
Community guideline
2 parents fcdef6b + 7ac3723 commit 323c893

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ _by [Oliver Lindemann](http://www.cognitive-psychology.eu/lindemann/) & [Florian
1616

1717
* [Introduction](#introduction)
1818
* [Installation](#installation)
19-
* [Command line interface (CLI) application usage](#command-line-interface-cli-application-usage)
20-
* [Graphical user interface (GUI) application usage](#graphical-user-interface-gui-application-usage)
21-
* [Programming library (Python package) usage](#programming-library-python-package-usage)
22-
19+
* Usage
20+
* [Command line interface (CLI) application usage](#command-line-interface-cli-application-usage)
21+
* [Graphical user interface (GUI) application usage](#graphical-user-interface-gui-application-usage)
22+
* [Programming library (Python package) usage](#programming-library-python-package-usage)
23+
* [Support and contribution](#Support-and-contribution)
2324

2425
## Introduction
2526

@@ -42,8 +43,9 @@ To also make use of the programming library, a classical pip installation is of
4243
python -m pip install dataintegrityfingerprint
4344
```
4445

46+
## Usage
4547

46-
## Command line interface (CLI) application usage
48+
### Command line interface (CLI) application usage
4749

4850
After successful installation, the command line interface is available as `dataintegrityfingerprint`:
4951

@@ -80,7 +82,7 @@ options:
8082
```
8183

8284

83-
## Graphical user interface (GUI) application usage
85+
### Graphical user interface (GUI) application usage
8486

8587
After successful installation, the graphical user interface is available as `dataintegrityfingerprint-gui`:
8688

@@ -112,7 +114,7 @@ After successful installation, the graphical user interface is available as `dat
112114
computing (usage of multiple CPU cores).
113115

114116

115-
## Programming library (Python package) usage
117+
### Programming library (Python package) usage
116118

117119
After successful installation, the Python package is available as `dataintegrityfingerprint`:
118120

@@ -298,3 +300,10 @@ Read-only property.
298300
#### multiprocessing
299301

300302
Read-only property.
303+
304+
305+
## Support and contribution
306+
307+
For any questions, please use the [discussion](https://github.com/expyriment/dataintegrityfingerprint-python/discussions) section from the code repository.
308+
If you wish to contribute or report an issue, please use the [issue tracker](https://github.com/expyriment/dataintegrityfingerprint-python/issues) and
309+
[pull requests](https://github.com/expyriment/dataintegrityfingerprint-python/pulls).

src/dataintegrityfingerprint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__author__ = 'Oliver Lindemann <[email protected]>, ' \
1010
'Florian Krause <[email protected]>'
1111

12-
__version__ = '0.7.3'
12+
__version__ = '0.7.4'
1313

1414

1515
from .dif import DataIntegrityFingerprint

0 commit comments

Comments
 (0)