We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f305e3 commit 6f87fc1Copy full SHA for 6f87fc1
2 files changed
doc/src/ingest.rst
@@ -5,11 +5,6 @@
5
6
.. versionadded:: 1.1.0
7
8
-.. note::
9
- The status of this module in the current version is still
10
- experimental. There may be incompatible changes in the future
11
- even in minor releases of python-icat.
12
-
13
This module provides class :class:`icat.ingest.IngestReader` that
14
reads :ref:`ICAT-ingest-files` to add them to ICAT. It is designed
15
for the use case of ingesting metadata for datasets created during
src/icat/ingest.py
@@ -1,10 +1,5 @@
1
"""Ingest metadata into ICAT.
2
3
4
"""
0 commit comments