diff --git a/install/package-development.rst b/install/package-development.rst index 02919c4f..5c934f82 100644 --- a/install/package-development.rst +++ b/install/package-development.rst @@ -2,13 +2,15 @@ Building a package with the installed Science Pipelines stack ############################################################# -You can build packages alongside an LSST Science Pipelines stack that you have installed with :doc:`newinstall.sh `, :doc:`lsstsw `, or :doc:`Docker `. -This pages describes how to build and set up packages cloned directly from GitHub. +You can build packages alongside an LSST Science Pipelines stack that you have installed with :doc:`newinstall.sh `, :doc:`lsstsw `, :doc:`Docker `, or the `LSST Science Platform `__. +This page describes how to build and set up packages cloned directly from GitHub. .. note:: If you are developing with the LSST Docker images, refer to :ref:`docker-develop`. That page describes Docker-specific patterns and complements the general information on this page. + + If you are developing on the LSST Science Platform, refer to `Developing LSST Science Pipelines packages in the Notebook Aspect `__ for an adapted process. .. _package-dev-prereq: