-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
docs: add helper documentation #544
base: main
Are you sure you want to change the base?
Conversation
} | ||
``` | ||
|
||
You would get an object that looks like this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with what code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this help?
Is this supposed to completely replace the documentation from |
@gikf the final goal is to have |
Last complain then 😛. Specifically for Python, the https://contribute.freecodecamp.org/curriculum-help/#ast-based-helpers is a general overview how to use the |
Checklist:
Update index.md
)Closes #539 and Closes #540
I've added documentation for all of our methods that was named on the issues. Additionally I added all of the AST Helper methods onto the curriculum helper page.