Skip to content

Commit

Permalink
Simplify repo structure (#306)
Browse files Browse the repository at this point in the history
* Remove broken notebook

* Remove coveralls references

* update pypi links

* make supported Python versions consistent

* Move tox config to pyproject.toml

* remove paper and benchmark directories

* remove shell script

* Add codecov badge

* Remove paper from gitignore
  • Loading branch information
adamltyson committed Dec 21, 2023
1 parent 88cdcc3 commit 5573d08
Show file tree
Hide file tree
Showing 59 changed files with 36 additions and 1,563,769 deletions.
14 changes: 0 additions & 14 deletions .coveragerc

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ brexport.html
*.vtk
*.nrrd
*.tdms
paper/created_videos
*.mp4


Expand Down
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
global-include *.svg
include brainrender/gui/icons*

recursive-exclude paper *
recursive-exclude tests *
recursive-exclude examples *
recursive-exclude imgs *
recursive-exclude videos *
recursive-exclude benchmark *
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[![Python Version](https://img.shields.io/pypi/pyversions/brainrender.svg)](https://pypi.org/project/brainrender)
[![PyPI](https://img.shields.io/pypi/v/brainrender.svg)](https://pypi.org/project/brainrender)
[![tests](https://github.com/brainglobe/brainrender/workflows/tests/badge.svg)](https://github.com/brainglobe/brainrender/actions)
[![codecov](https://codecov.io/gh/brainglobe/brainrender/graph/badge.svg)](https://codecov.io/gh/brainglobe/brainrender)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Coverage Status](https://coveralls.io/repos/github/brainglobe/brainrender/badge.svg)](https://coveralls.io/github/brainglobe/brainrender)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)


Expand Down
80 changes: 0 additions & 80 deletions benchmark/README.md

This file was deleted.

Empty file removed benchmark/__init__.py
Empty file.
23 changes: 0 additions & 23 deletions benchmark/bm_animation.py

This file was deleted.

15 changes: 0 additions & 15 deletions benchmark/bm_brain_regions.py

This file was deleted.

38 changes: 0 additions & 38 deletions benchmark/bm_cells.py

This file was deleted.

42 changes: 0 additions & 42 deletions benchmark/bm_napari.py

This file was deleted.

16 changes: 0 additions & 16 deletions benchmark/bm_napari_volume.py

This file was deleted.

18 changes: 0 additions & 18 deletions benchmark/bm_volume.py

This file was deleted.

0 comments on commit 5573d08

Please sign in to comment.