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

Refine the docstrings are made available across all functions and classes #55

Merged
merged 3 commits into from
Nov 11, 2024

Conversation

gridhead
Copy link
Owner

Refine the docstrings are made available across all functions and classes

Fixes #53

@gridhead gridhead added the documentation Improvements or additions to documentation label Nov 10, 2024
@gridhead gridhead self-assigned this Nov 10, 2024
Copy link

@sdglitched sdglitched left a comment

Choose a reason for hiding this comment

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

Check the requested changes and add the required information

Rest seems good! Amazing detailed documentation 🚀

"""
Show textual message of starting the exchange process

:return:

Choose a reason for hiding this comment

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

Please add information about the return statement of this function

expedite/view.py Outdated

:param text:

Choose a reason for hiding this comment

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

Add information about the parameter text in this function

expedite/view.py Outdated

def warning(message) -> None:
standard.logger.warning(style(message, fg="yellow", bold=True))
:param text:

Choose a reason for hiding this comment

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

Add information about the parameter text in this function

expedite/view.py Outdated
"""
Show textual message in warning format

:param text:

Choose a reason for hiding this comment

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

Add information about the parameter text in this function

expedite/view.py Outdated
"""
Show textual message in general format

:param text:

Choose a reason for hiding this comment

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

Add information about the parameter text in this function

Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
@gridhead gridhead force-pushed the cmnt branch 2 times, most recently from db986f1 to 5aa68a5 Compare November 11, 2024 08:00
@gridhead gridhead requested a review from sdglitched November 11, 2024 08:00
Copy link

@sdglitched sdglitched left a comment

Choose a reason for hiding this comment

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

Good work applying the requested changes!

Last couple of changes😭 Rest seems to be good 💯

@@ -117,28 +137,53 @@ def show_detail(self):
)

def normal_delivering_side(self):

Choose a reason for hiding this comment

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

Add typing (return type) for this function

"""
Ensure that filepath for delivering or collecting contents must exist

:param path: Load filepath

Choose a reason for hiding this comment

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

Change the parameter from path to file and adjust the description accordingly

Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
@gridhead gridhead merged commit 3aa6a39 into main Nov 11, 2024
3 checks passed
@gridhead gridhead deleted the cmnt branch November 11, 2024 13:49
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.

Ensure that the docstrings are made available across all functions and classes
2 participants