# incubator-sdap-nexus **Repository Path**: mirrors_apache/incubator-sdap-nexus ## Basic Information - **Project Name**: incubator-sdap-nexus - **Description**: Mirror of Apache sdap (Incubating) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NEXUS The next generation cloud-based science data service platform. More information can be found here http://incubator-sdap-nexus.readthedocs.io/en/latest/index.html ## Building the Docs Ensure sphinx, sphinx-autobuild, and recommonmark are installed. We use the recommonmark module for parsing Markdown files. pip install sphinx sphinx-autobuild recommonmark Run sphinx-autobuild to view the docs locally. cd docs sphinx-autobuild . _build/html