Skip to content

Conversation

@nawtrey
Copy link
Collaborator

@nawtrey nawtrey commented Apr 21, 2025

Description

  • Fixes incorrect usage of (optional) instead of , optional for optional parameters in function/method docstrings

  • Updates docstrings with key parameter to correctly list them as an optional parameter

  • Updates function, method, and class references to use their correct tag (i.e. :func: for functions, :class: for classes) instead of using :meth:

Status

  • Ready to go

* Fixes incorrect usage of `(optional)` instead of `, optional`
for optional parameters in function/method docstrings

* Updates docstrings with `key` parameter to correctly
list them as an `optional` parameter

* Updates function, method, and class references to use their
correct tag (i.e. `:func:` for functions, `:class:` for classes)
instead of using `:meth:`
@nawtrey nawtrey added the documentation Improvements or additions to documentation label Apr 21, 2025
@nawtrey
Copy link
Collaborator Author

nawtrey commented Apr 21, 2025

Alright, I looked through the diff several times and checked many of the function/class references in the sphinx build. Everything looks good.

@nawtrey nawtrey merged commit 2f35636 into master Apr 21, 2025
6 checks passed
@nawtrey nawtrey deleted the docstring_fixes branch April 21, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants