-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DM-28328: Enable lsstsw build of documentation #174
base: main
Are you sure you want to change the base?
Conversation
No longer needed with Documenteer inside the Rubin Conda environment (RFC-733).
Travis is no longer needed; moving to GitHub Actions to provide the check for PRs.
This will be useful for setting up branch protections to ensure the branch is up-to-date. However, hopefully we can add more useful linting in the future.
Undo the automodapi autodoc enhancements that are incompatible with pybind11 properties. Essentially this restores the built-in getattr as the attr getter for "type" rather than https://github.com/astropy/sphinx-automodapi/blob/b68a5f3c6805d7c5d0eaa55fff1ff84cc671baf0/sphinx_automodapi/autodoc_enhancements.py#L15
releases/v21_0_0.rst
Outdated
|
||
The new :ref:`pipelines_check <lsst.pipelines_check>` package replaces `lsst_dm_stack_demo`, which relied on the now :ref:`release-v21-0-0-remove-obs_sdss<removed obs_sdss>`. This new package demonstrates the processing of a single CCD with the Science Pipelines. It contains input files and astrometric reference catalogs needed to process the data from a single HSC detector. Its main purpose is to check that the pipeline infrastructure is working correctly. | ||
The new :ref:`pipelines_check <lsst.pipelines.check>` package replaces `lsst_dm_stack_demo`, which relied on the now :ref:`removed obs_sdss<release-v21-0-0-remove-obs_sdss>`. This new package demonstrates the processing of a single CCD with the Science Pipelines. It contains input files and astrometric reference catalogs needed to process the data from a single HSC detector. Its main purpose is to check that the pipeline infrastructure is working correctly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no lsst.pipelines.check
so why do we need this change? pipelines_check isn't a python package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there's no target, I'll just remove the reference altogether.
Includes changes from DM-28326 #168.