-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "Merge branch 'feature/dev-o'""
This reverts commit aad564f.
- Loading branch information
Olivier Winter
committed
Jul 26, 2018
1 parent
553d903
commit 5dee711
Showing
7 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
## Documentation | ||
https://ibllib.readthedocs.io/en/latest/ | ||
|
||
## Requirements | ||
Requires Python 3.6 or higher. | ||
|
||
Requires Matlab R2014b or higher. | ||
|
||
## Development practices | ||
Gitflow. | ||
|
||
- run tests | ||
- flake8 | ||
- build documentation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# TODO: not very happy with this state of affairs of having unencrypted passwords (keyring ?) | ||
ALYX_PWD = 'ThisIsNotTheProductionPassword!' | ||
HTTP_DATA_SERVER_PWD = 'ThoseAreOnlyForGitHub!' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dataclasses | ||
numpy | ||
requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# .readthedocs.yml | ||
|
||
build: | ||
image: latest | ||
|
||
python: | ||
version: 3.6 |