Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: daf_butler
-
Labels:
-
Story Points:0.5
-
Team:Architecture
-
Urgent?:No
Description
Since these are just warnings, they're not urgent.
/opt/lsst/software/stack/stack/miniconda3-py38_4.9.2-0.4.3/Linux64/daf_butler/21.0.0-58-g386f0bb2+fd0b970de5/python/lsst/daf/butler/datastores/posixDatastore.py:docstring of lsst.daf.butler.datastores.posixDatastore.PosixDatastore:9: WARNING: Block quote ends without a blank line; unexpected unindent.
|
/opt/lsst/software/stack/stack/miniconda3-py38_4.9.2-0.4.3/Linux64/daf_butler/21.0.0-58-g386f0bb2+fd0b970de5/python/lsst/daf/butler/datastores/posixDatastore.py:docstring of lsst.daf.butler.datastores.posixDatastore.PosixDatastore:26: WARNING: Error in "rubric" directive:
|
no content permitted.
|
|
.. rubric:: Notes
|
|
PosixDatastore supports all transfer modes for file-based ingest:
|
`"move"`, `"copy"`, `"symlink"`, `"hardlink"`, `"relsymlink"`
|
and `None` (no transfer).
|
|
For PosixDatastore, the `"auto"` transfer mode will operate in-place (like
|
``transfer=None``) if the file is already within the datastore root, and
|
fall back to `"link"` otherwise.
|
|
See `Datastore.ingest` for more information on transfer modes.
|
/opt/lsst/software/stack/stack/miniconda3-py38_4.9.2-0.4.3/Linux64/daf_butler/21.0.0-58-g386f0bb2+fd0b970de5/python/lsst/daf/butler/datastores/s3Datastore.py:docstring of lsst.daf.butler.datastores.s3Datastore.S3Datastore:9: WARNING: Block quote ends without a blank line; unexpected unindent.
|
/opt/lsst/software/stack/stack/miniconda3-py38_4.9.2-0.4.3/Linux64/daf_butler/21.0.0-58-g386f0bb2+fd0b970de5/python/lsst/daf/butler/datastores/s3Datastore.py:docstring of lsst.daf.butler.datastores.s3Datastore.S3Datastore:26: WARNING: Error in "rubric" directive:
|
no content permitted.
|
|
.. rubric:: Notes
|
|
S3Datastore supports non-link transfer modes for file-based ingest:
|
`"move"`, `"copy"`, and `None` (no transfer).
|
/opt/lsst/software/stack/stack/miniconda3-py38_4.9.2-0.4.3/Linux64/daf_butler/21.0.0-58-g386f0bb2+fd0b970de5/python/lsst/daf/butler/datastores/webdavDatastore.py:docstring of lsst.daf.butler.datastores.webdavDatastore.WebdavDatastore:9: WARNING: Block quote ends without a blank line; unexpected unindent.
|
I'll use this ticket to delete those deprecated datastores.