Skip to content

Commit 89cd074

Browse files
authored
Remove examples from docs repo and use main repo instead (#1)
1 parent b1f92a4 commit 89cd074

File tree

120 files changed

+6
-6802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+6
-6802
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ jobs:
2727
- name: Clone main repo
2828
uses: actions/checkout@main
2929
with:
30-
path: napari
30+
path: napari-repo
3131
ref: main
3232
repository: napari/napari
3333

34+
- name: Copy examples to docs folder
35+
run: |
36+
cp -R napari-repo/examples docs
37+
3438
- uses: actions/setup-python@v2
3539
with:
3640
python-version: 3.9
@@ -40,7 +44,7 @@ jobs:
4044
- name: Install Dependencies
4145
run: |
4246
python -m pip install --upgrade pip
43-
python -m pip install "napari/[all]"
47+
python -m pip install "napari-repo/[all]"
4448
4549
- name: Testing
4650
run: |

examples/3D_paths.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

examples/3Dimage_plane_rendering.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

examples/3d_kymograph_.py

Lines changed: 0 additions & 161 deletions
This file was deleted.

examples/README.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)