Skip to content

Commit a66a39b

Browse files
committed
Merge branch 'master' of https://github.com/fooof-tools/fooof
2 parents e4dacf1 + 7e31352 commit a66a39b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ This documents is a set of guidelines for contributing to FOOOF on GitHub. This
1212

1313
## Participation guidelines
1414

15-
Please note that this project adheres to a [code of conduct](https://github.com/voytekresearch/fooof/CODE_OF_CONDUCT.md), that you are expected to uphold when participating in this project.
15+
Please note that this project adheres to a [code of conduct](https://github.com/fooof-tools/fooof/blob/master/CODE_OF_CONDUCT.md), that you are expected to uphold when participating in this project.
1616

1717
## How to report bugs
1818

19-
If you are reporting a bug, please submit it to our [issue tracker](https://github.com/voytekresearch/fooof/issues). Please do your best to include the following:
19+
If you are reporting a bug, please submit it to our [issue tracker](https://github.com/fooof-tools/fooof/issues). Please do your best to include the following:
2020

2121
1. A short, top-level summary of the bug (usually 1-2 sentences)
2222
2. A short, self-contained code snippet to reproduce the bug, ideally allowing a simple copy and paste to reproduce. Please do your best to reduce the code snippet to the minimum required.
@@ -25,7 +25,7 @@ If you are reporting a bug, please submit it to our [issue tracker](https://gith
2525

2626
## How to suggest changes or updates
2727

28-
If there is a feature you would like to see, please submit it as an [issue](https://github.com/voytekresearch/fooof/issues), with a brief description of what you would like to see added / changed, and why. If it is feature that you would be willing to implement, please indicate that and, and follow the guidelines below for making a contribution.
28+
If there is a feature you would like to see, please submit it as an [issue](https://github.com/fooof-tools/fooof/issues), with a brief description of what you would like to see added / changed, and why. If it is feature that you would be willing to implement, please indicate that and, and follow the guidelines below for making a contribution.
2929

3030
Note that, in terms of scope, FOOOF is quite specifically focused on it's core functionality of parameterizing neural power spectra, and helper utilities to visualize and work with model results, as well as tools to create synthetic power spectra. Procedures and utilities that do not deal with operating upon power spectra or FOOOF outputs directly will most likely be considered out of scope, and won't be added into FOOOF.
3131

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
("Tutorial", "auto_tutorials/index"),
118118
("Examples", "auto_examples/index"),
119119
("Index", "contents"),
120-
("GitHub", "https://github.com/voytekresearch/fooof", True)
120+
("GitHub", "https://github.com/fooof-tools/fooof", True)
121121
],
122122
'bootswatch_theme': "flatly",
123123

@@ -219,4 +219,4 @@
219219
'numpy': 'http://docs.scipy.org/doc/numpy-1.9.1',
220220
'scipy': 'http://docs.scipy.org/doc/scipy-0.17.0/reference'
221221
}
222-
}
222+
}

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
of the FOOOF approach is that these peaks are characterized in terms of their specific center
2929
frequency, amplitude and bandwidth without requiring predefining specific bands of interest.
3030
In particular, it separates these peaks from a dynamic, and independently interesting 1/f
31-
background. This conception of the 1/f as potentially functional (and therefore worth carefully
31+
background. This conception of the 1/f as potenhttps://github.com/voytekresearch/fooof/releasestially functional (and therefore worth carefully
3232
modeling) is based on work from the Voytek lab and others that collectively shows that 1/f changes
3333
across task demands and participant demographics, and that it may index underlying
3434
excitation/inhibition (EI) balance.
@@ -50,7 +50,7 @@
5050
long_description = long_description,
5151
author = 'The Voytek Lab',
5252
author_email = 'voyteklab@gmail.com',
53-
url = 'https://github.com/voytekresearch/fooof',
53+
url = 'https://github.com/fooof-tools/fooof',
5454
packages = find_packages(),
5555
license = 'Apache License, 2.0',
5656
classifiers = [
@@ -67,7 +67,7 @@
6767
'Programming Language :: Python :: 3.6',
6868
'Programming Language :: Python :: 3.7'
6969
],
70-
download_url = 'https://github.com/voytekresearch/fooof/releases',
70+
download_url = '',
7171
keywords = ['neuroscience', 'neural oscillations', 'power spectra', '1/f', 'electrophysiology'],
7272
install_requires = ['numpy', 'scipy>=0.19.0'],
7373
tests_require = ['pytest'],
@@ -76,4 +76,4 @@
7676
'tests' : ['pytest'],
7777
'all' : ['matplotlib', 'tqdm', 'pytest']
7878
}
79-
)
79+
)

0 commit comments

Comments
 (0)