https://github.com/scikit-image/skimage-web
scikit-image web page sources
https://github.com/scikit-image/skimage-web
Last synced: 5 months ago
JSON representation
scikit-image web page sources
- Host: GitHub
- URL: https://github.com/scikit-image/skimage-web
- Owner: scikit-image
- Created: 2011-07-07T22:16:41.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T07:09:54.000Z (8 months ago)
- Last Synced: 2025-07-31T06:47:13.975Z (6 months ago)
- Language: Python
- Homepage: https://scikit-image.org
- Size: 364 KB
- Stars: 9
- Watchers: 16
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scikit-image.org webpage
## Deploying
*These instructions are now executed automatically every time a new commit
is made to the main branch. They're provided here in case a manual deploy is needed:*
To build:
```
make gh-pages
```
To upload:
```
cd gh-pages
git push origin main
```
where ``origin`` is
``git@github.com:scikit-image/scikit-image.github.com.git``.