Skip to content

Commit

Permalink
add NrrdReader doc in data.rst (#6708)
Browse files Browse the repository at this point in the history
### Description

add NrrdReader doc

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

---------

Signed-off-by: HussainAlasmawi <91467092+HussainAlasmawi@users.noreply.github.com>
  • Loading branch information
HussainAlasmawi authored Jul 12, 2023
1 parent 17c1e3a commit 48a86b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ PILReader
.. autoclass:: PILReader
:members:

NrrdReader
~~~~~~~~~~
.. autoclass:: NrrdReader
:members:

Image writer
------------
Expand Down

0 comments on commit 48a86b2

Please sign in to comment.