From d02365ae902553cd82eccaf43ae54fcb93ca5369 Mon Sep 17 00:00:00 2001 From: Arun Kannawadi Date: Thu, 22 Jul 2021 19:37:26 -0500 Subject: [PATCH] Add instructions about adding package to pipelines.lsst.io --- stack/adding-a-new-package.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack/adding-a-new-package.rst b/stack/adding-a-new-package.rst index b46913b9..14fdd295 100644 --- a/stack/adding-a-new-package.rst +++ b/stack/adding-a-new-package.rst @@ -37,6 +37,8 @@ The new package then needs to be added to the :file:`ups/*.table` file (and poss Table files should use ``setupRequired(package_name)`` or ``setupOptional(package_name)`` as necessary; test data packages are usually optional to allow releases to be made without requiring large additional data packages to be included. Packages that use optional dependencies must be written to ensure that they can pass their unit tests when the package is not available. +The new package may be added to the :file:`ups/pipelines_lsst_io.table` file in `lsst/pipelines_lsst_io`_ repository so that its documentation is built as HTML pages and made available at https://pipelines.lsst.io/v/daily. + .. _github-repository-configuration: Configuring GitHub Repositories