# scikit-image-web **Repository Path**: mirrors_scikit-image/scikit-image-web ## Basic Information - **Project Name**: scikit-image-web - **Description**: scikit-image web page sources - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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``.