You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stack/adding-a-new-package.rst
+3
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ The new package then needs to be added to the :file:`ups/*.table` file (and poss
37
37
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.
38
38
Packages that use optional dependencies must be written to ensure that they can pass their unit tests when the package is not available.
39
39
40
+
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.
41
+
40
42
.. _github-repository-configuration:
41
43
42
44
Configuring GitHub Repositories
@@ -113,6 +115,7 @@ New :doc:`Git LFS-backed </git/git-lfs>` repos (or existing repos being converte
113
115
114
116
.. _LSST organization on GitHub: https://github.com/lsst
0 commit comments