An open API service indexing awesome lists of open source software.

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

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``.