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

A variety of minor documentation fixups #3869

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

jessey-git
Copy link
Contributor

Description

A variety of minor documentation fixups:

  • Use Python 3 style 'print' statements consistently everywhere (some snippets had a mix of both)
  • Correct the usage of ImageSpec::channels instead of ImageSpec::nchannels
  • Template syntax errors in two C++ snippets
  • Document the new default for max_memory_MB

Tests

Checklist:

  • I have read the contribution guidelines.
  • If this is more extensive than a small change to existing code, I
    have previously submitted a Contributor License Agreement
    (individual, and if there is any way my
    employers might think my programming belongs to them, then also
    corporate).
  • I have updated the documentation, if applicable.
  • I have ensured that the change is tested somewhere in the testsuite
    (adding new test cases if necessary).
  • My code follows the prevailing code style of this project.

Copy link
Collaborator

@lgritz lgritz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, very helpful!

@lgritz lgritz merged commit 109f0bd into AcademySoftwareFoundation:master Jun 8, 2023
lgritz pushed a commit to lgritz/OpenImageIO that referenced this pull request Jun 10, 2023
)

A variety of minor documentation fixups:
- Use Python 3 style 'print' statements consistently everywhere (some
snippets had a mix of both)
- Correct the usage of `ImageSpec::channels` that should be
`ImageSpec::nchannels`
- Template syntax errors in two C++ snippets
- Document the new default for `max_memory_MB`
@jessey-git jessey-git deleted the docupdates branch March 11, 2024 05:22
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.

2 participants