Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the documentation with ALLOW_DUPLICATE_FIELD #72

Merged
merged 4 commits into from
Nov 9, 2018

Conversation

jcnils
Copy link
Contributor

@jcnils jcnils commented Nov 8, 2018

Documentation update to include the ALLOW_DUPLICATE_FIELD information (#71 )

I am not used to Sphinx, but I update it using the sphinx-doc by hand.
http://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html

I hope it is close to the expected.

Add the documentation of the feature ALLOW_DUPLICATE_FIELD, which enables the reading of NRRD files with duplicated header fields.
Add the documentation of the feature ALLOW_DUPLICATE_FIELD, which enables the reading of NRRD files with duplicated header fields.
Add the documentation of the feature ALLOW_DUPLICATE_FIELD, which enables the reading of NRRD files with duplicated header fields.
@codecov-io
Copy link

codecov-io commented Nov 8, 2018

Codecov Report

Merging #72 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   87.39%   87.39%           
=======================================
  Files           6        6           
  Lines         357      357           
  Branches      114      114           
=======================================
  Hits          312      312           
  Misses         22       22           
  Partials       23       23
Impacted Files Coverage Δ
nrrd/reader.py 81.98% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3097a5...512b451. Read the comment docs.

Great work! For documentation, the only way for me to 'test' that it is okay is by retrieving the PR and compiling it by hand. Since I'm that far, I decided to make some changes of my own and commit them. For the most part, small wording and grammar changes were made.

Also updated the API reference to show the ALLOW_DUPLICATE_FIELD docstring in addition to it being displayed in the table of contents for the reading section.

Update references to True/False & ALLOW_DUPLICATE_FIELD so Sphinx appropriately links to these items.

Also found a small mistake in the tests that was missed originally I decided to fix here. Wasn't worth the extra effort of a separate PR.
@addisonElliott
Copy link
Collaborator

I mentioned some of this in my commit, but I pushed some changes to your branch (hope that's okay). I had to get your changes to compile them and check out the docs, so I figured I might as well change the documentation while I had it.

Once I get your approval on this, I will merge it.

@jcnils
Copy link
Contributor Author

jcnils commented Nov 9, 2018

Those are perfect, thank you very much @addisonElliott

@addisonElliott addisonElliott merged commit 5310894 into mhe:master Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants