Skip to content

Commit

Permalink
Remove examples from docs repo and use main repo instead (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jni authored Oct 14, 2022
1 parent b1f92a4 commit 89cd074
Show file tree
Hide file tree
Showing 120 changed files with 6 additions and 6,802 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:
- name: Clone main repo
uses: actions/checkout@main
with:
path: napari
path: napari-repo
ref: main
repository: napari/napari

- name: Copy examples to docs folder
run: |
cp -R napari-repo/examples docs
- uses: actions/setup-python@v2
with:
python-version: 3.9
Expand All @@ -40,7 +44,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "napari/[all]"
python -m pip install "napari-repo/[all]"
- name: Testing
run: |
Expand Down
37 changes: 0 additions & 37 deletions examples/3D_paths.py

This file was deleted.

55 changes: 0 additions & 55 deletions examples/3Dimage_plane_rendering.py

This file was deleted.

161 changes: 0 additions & 161 deletions examples/3d_kymograph_.py

This file was deleted.

6 changes: 0 additions & 6 deletions examples/README.rst

This file was deleted.

Loading

0 comments on commit 89cd074

Please sign in to comment.