Skip to content

Commit fa5d620

Browse files
Update plugin folder tree in readme (#69)
# References and relevant issues <!-- What relevant resources were used in the creation of this PR? If this PR addresses an existing issue on the repo, please link to that issue here as "Closes #(issue-number)" If this PR depends on another PR/issue (even in another repo), please link to it with "Depends on #PR-number" or "Depends on org/repo#PR-number" --> Previous tree out of data (significantly) # Description <!-- What does this pull request (PR) do? Is it a new feature, a bug fix, an improvement, or something else? Why is it necessary? If relevant, please add a screenshot or a screen capture: "An image is worth a thousand words!" --> Updating for current mains tree Co-authored-by: Draga Doncila Pop <17995243+DragaDoncila@users.noreply.github.com>
1 parent 6b908bd commit fa5d620

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

README.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -246,23 +246,32 @@ and ready for automatic deployment! :tada:
246246
247247
248248
```no-highlight
249-
napari-growth-cone-finder/
250-
249+
napari-growth-cone-finder
251250
├── .github
252-
│ |── workflows
253-
│ | └── test_and_deploy.yml
254-
| └── dependabot.yml
251+
| ├── ISSUE TEMPLATE
252+
| | ├── bug_report.yml
253+
│   | ├── documentation.md
254+
│   | ├── feature_request.md
255+
│   | └── task.md
256+
│   ├── workflows
257+
│   | └── test_and_deploy.yml
258+
| ├── PULL_REQUEST_TEMPLATE.md
259+
│   └── dependabot.yml
260+
├── .napari-hub
261+
│   ├── DESCRIPTION.md
262+
| └── config.yml
263+
├── src
264+
│   └── napari_growth_cone_finder
265+
│   ├── _tests
266+
│   │   ├── __init__.py
267+
│   │   └── test_widget.py
268+
│   ├── __init__.py
269+
│   ├── napari.yaml
270+
│   └── _widget.py
271+
├── .gitignore
272+
├── .pre-commit-config.yaml
255273
├── LICENSE
256274
├── MANIFEST.in
257-
├── napari_growth_cone_finder
258-
│ ├── __init__.py
259-
│ ├── _widget.py
260-
│ ├── _reader.py
261-
│ ├── napari.yaml
262-
│   └── _tests
263-
│   ├── __init__.py
264-
│   ├── test_widget.py
265-
│   └── test_reader.py
266275
├── pyproject.toml
267276
├── README.md
268277
└── tox.ini

0 commit comments

Comments
 (0)