Skip to content

Commit

Permalink
Add instructions about adding package to pipelines.lsst.io
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jul 23, 2021
1 parent 3a58601 commit d02365a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stack/adding-a-new-package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d02365a

Please sign in to comment.