We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59db00b commit 69720f9Copy full SHA for 69720f9
doc/src/ingest.rst
@@ -120,8 +120,8 @@ installed in the directory pointed to by the class attribute
120
might then look like::
121
122
from pathlib import Path
123
- include icat
124
- from icat.ingest include IngestReader
+ import icat
+ from icat.ingest import IngestReader
125
126
# prerequisite: search the investigation object to ingest into from
127
# ICAT and collect a list of dataset objects that should be ingested
0 commit comments