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

Corrects and enhances user API class documentation (CNX-9172) #334

Merged
merged 5 commits into from
Mar 28, 2024

Conversation

jsdbroughton
Copy link
Contributor

In the User Resource class documentation and method docstrings, the changes include:

  1. Clarification of Method Purposes: Each method's docstring now clearly states its purpose and the context in which it should be used.
  2. Detailed Parameter Descriptions: Each method's argument parameters are now explicitly described, including their data types and whether they are optional.
  3. Return Value Descriptions: The expected return values for each method are now properly documented.
  4. Correction of Typos and Inaccuracies: Any typos, inaccuracies, or misleading information in the original docstrings have been corrected to ensure the documentation accurately reflects the functionality of the Resource class.

@jsdbroughton jsdbroughton changed the title Corrects and enhances user API class documentation Corrects and enhances user API class documentation (CNX-9172) Mar 26, 2024
Copy link

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.32%. Comparing base (b22ba1f) to head (b28db08).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #334   +/-   ##
=======================================
  Coverage   90.32%   90.32%           
=======================================
  Files          95       95           
  Lines        5633     5633           
=======================================
  Hits         5088     5088           
  Misses        545      545           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@KatKatKateryna KatKatKateryna merged commit 6469b6f into main Mar 28, 2024
5 checks passed
@KatKatKateryna KatKatKateryna deleted the jsdb/doc-strings-patch branch March 28, 2024 15:42
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.

None yet

2 participants