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

Use python doc comments for API methods #84

Open
gbrgr opened this issue May 9, 2022 · 1 comment
Open

Use python doc comments for API methods #84

gbrgr opened this issue May 9, 2022 · 1 comment
Labels
component:rai-sdk-python type:documentation Improvements or additions to documentation

Comments

@gbrgr
Copy link

gbrgr commented May 9, 2022

I saw that many functions are documented like:

# Documentation lorem ipsum
def function(...):
    ...

To follow the pythonic way, we should do

def function(...):
"""Documentation lorem ipsum"""
    ...
@bradlo bradlo added type:documentation Improvements or additions to documentation component:rai-sdk-python labels Oct 5, 2022
@billscheidel-rai
Copy link

Note: This issue has been migrated to https://relationalai.atlassian.net/browse/RAI-5215.

This link is only accessible to employees of RelationalAI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:rai-sdk-python type:documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants