Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1import warnings 

2from .version import * # Generated by sconsUtils 

3 

4warnings.warn('Synpipe is deprecated; it will be removed from the Rubin Observatory' 

5 'Science Pipelines after release 21.0.0', category=FutureWarning)