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 docstrings for functions for issue #14 (Write Docstrings for m_nary_tree.py Class) #25

Open
wants to merge 1 commit into
base: nary-tree
Choose a base branch
from

Conversation

thadavale
Copy link

@thadavale thadavale commented Oct 4, 2024

Overview: What does this pull request change?

This pull request writes/updates the docstrings for the functions in the m_nary_tree.py file. It includes updated docstrings for _nary_layout, calc_pos, N_ary_tree, calc_loc, calc_idx, get_parent, and insert_node and is meant to close the issue titled Write Docstrings for m_nary_tree.py Class #14.

Motivation and Explanation: Why and how do your changes improve the library?

Further Information and Comments

Reviewer Checklist

  • The PR title is descriptive enough for the changelog, and the PR is labeled correctly
  • If applicable: newly added code segments are adequately covered by tests
  • If applicable: newly added non-private functions and classes have a docstring including a short summary and a PARAMETERS section

@thadavale thadavale closed this Oct 4, 2024
@thadavale thadavale reopened this Oct 4, 2024
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.

1 participant