This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename data-images * add pep8speaks * move figures * docs preview * update config
- Loading branch information
Showing
202 changed files
with
275 additions
and
214 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# File : .pep8speaks.yml | ||
|
||
scanner: | ||
diff_only: True # If False, the entire file touched by the Pull Request is scanned for errors. If True, only the diff is scanned. | ||
linter: pycodestyle # Other option is flake8 | ||
|
||
pycodestyle: # Same as scanner.linter value. Other option is flake8 | ||
max-line-length: 110 # Default is 79 in PEP 8 | ||
ignore: # Errors and warnings to ignore | ||
- W504 # line break after binary operator | ||
- E402 # module level import not at top of file | ||
- E731 # do not assign a lambda expression, use a def | ||
- C406 # Unnecessary list literal - rewrite as a dict literal. | ||
- E741 # ambiguous variable name | ||
|
||
no_blank_comment: True # If True, no comment is made on PR without any errors. | ||
descending_issues_order: False # If True, PEP 8 issues in message will be displayed in descending order of line numbers in the file | ||
|
||
message: # Customize the comment made by the bot, | ||
opened: # Messages when a new PR is submitted | ||
header: "Hello @{name}! Thanks for opening this PR. " | ||
# The keyword {name} is converted into the author's username | ||
footer: "Do see the [Hitchhiker's guide to code style](https://goo.gl/hqbW4r)" | ||
# The messages can be written as they would over GitHub | ||
updated: # Messages when new commits are added to the PR | ||
header: "Hello @{name}! Thanks for updating this PR. " | ||
footer: "" # Why to comment the link to the style guide everytime? :) | ||
no_errors: "There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers: " |
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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,11 @@ | ||
,path_image,path_annot | ||
1,data-images/drosophila_disc/image/img_5.jpg,data-images/drosophila_disc/annot/img_5.png | ||
2,data-images/drosophila_disc/image/img_6.jpg,data-images/drosophila_disc/annot/img_6.png | ||
3,data-images/drosophila_disc/image/img_12.jpg,data-images/drosophila_disc/annot/img_12.png | ||
4,data-images/drosophila_disc/image/img_14.jpg,data-images/drosophila_disc/annot/img_14.png | ||
5,data-images/drosophila_disc/image/img_15.jpg,data-images/drosophila_disc/annot/img_15.png | ||
6,data-images/drosophila_disc/image/img_19.jpg,data-images/drosophila_disc/annot/img_19.png | ||
7,data-images/drosophila_disc/image/img_20.jpg,data-images/drosophila_disc/annot/img_20.png | ||
8,data-images/drosophila_disc/image/img_24.jpg,data-images/drosophila_disc/annot/img_24.png | ||
9,data-images/drosophila_disc/image/img_26.jpg,data-images/drosophila_disc/annot/img_26.png | ||
10,data-images/drosophila_disc/image/img_43.jpg,data-images/drosophila_disc/annot/img_43.png |
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 @@ | ||
,path_image,path_annot | ||
1,data-images/drosophila_disc/image/img_6.jpg,data-images/drosophila_disc/annot/img_6.png | ||
2,data-images/drosophila_disc/image/img_43.jpg,data-images/drosophila_disc/annot/img_43.png |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
data-images/drosophila_ovary_slice/list_imgs-annot-struct.csv
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,11 @@ | ||
,path_image,path_annot | ||
1,data-images/drosophila_ovary_slice/image/insitu4174.jpg,data-images/drosophila_ovary_slice/annot_struct/insitu4174.png | ||
2,data-images/drosophila_ovary_slice/image/insitu4358.jpg,data-images/drosophila_ovary_slice/annot_struct/insitu4358.png | ||
3,data-images/drosophila_ovary_slice/image/insitu7331.jpg,data-images/drosophila_ovary_slice/annot_struct/insitu7331.png | ||
4,data-images/drosophila_ovary_slice/image/insitu7544.jpg,data-images/drosophila_ovary_slice/annot_struct/insitu7544.png | ||
5,data-images/drosophila_ovary_slice/image/insitu7545.jpg,data-images/drosophila_ovary_slice/annot_struct/insitu7545.png | ||
6,data-images/drosophila_ovary_slice/image/insitu4174.tif,data-images/drosophila_ovary_slice/annot_struct/insitu4174.png | ||
7,data-images/drosophila_ovary_slice/image/insitu4358.tif,data-images/drosophila_ovary_slice/annot_struct/insitu4358.png | ||
8,data-images/drosophila_ovary_slice/image/insitu7331.tif,data-images/drosophila_ovary_slice/annot_struct/insitu7331.png | ||
9,data-images/drosophila_ovary_slice/image/insitu7544.tif,data-images/drosophila_ovary_slice/annot_struct/insitu7544.png | ||
10,data-images/drosophila_ovary_slice/image/insitu7545.tif,data-images/drosophila_ovary_slice/annot_struct/insitu7545.png |
4 changes: 2 additions & 2 deletions
4
...ry_slice/list_imgs-annot-struct_short.csv → ...ry_slice/list_imgs-annot-struct_short.csv
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,3 +1,3 @@ | ||
,path_image,path_annot | ||
1,data_images/drosophila_ovary_slice/image/insitu4174.jpg,data_images/drosophila_ovary_slice/annot_struct/insitu4174.png | ||
2,data_images/drosophila_ovary_slice/image/insitu7545.tif,data_images/drosophila_ovary_slice/annot_struct/insitu7545.png | ||
1,data-images/drosophila_ovary_slice/image/insitu4174.jpg,data-images/drosophila_ovary_slice/annot_struct/insitu4174.png | ||
2,data-images/drosophila_ovary_slice/image/insitu7545.tif,data-images/drosophila_ovary_slice/annot_struct/insitu7545.png |
Oops, something went wrong.