diff --git a/docs/Makefile b/docs/Makefile index d4bb2cb..ed88099 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -6,7 +6,7 @@ SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build SOURCEDIR = . -BUILDDIR = _build +BUILDDIR = build # Put it first so that "make" without argument is like "make help". help: diff --git a/rap_sitkcore/read_dcm_headers.py b/rap_sitkcore/read_dcm_headers.py index 8425775..200df06 100644 --- a/rap_sitkcore/read_dcm_headers.py +++ b/rap_sitkcore/read_dcm_headers.py @@ -157,11 +157,11 @@ def read_dcm_header_pydicom( should be streamed. If filepath_or_url points to a local file, this parameter is ignored. - -------- + For this to work, the server must support the chunked transfer-encoding. If it doesn't, requests *should* treat this as a normal request and download the entire request contents before passing to pydicom dcmread. - -------- + :param kwargs: keywords are forwarded to pydicom.dcmread :returns: a pydicom.dataset.FileDataset representing the DICOM indicated by filepath_or_url """