-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvement: Docstring Parsing for Method Description (#518)
* tmp impl * add docstring parser to branch * pysdk upgrade related * just for sphinx * minor, cleanup * minor, cleanup * add tests for different docstring formatting options * add changelog for docstrings * rm prints * Update pyteal/ast/subroutine.py Co-authored-by: Hang Su <[email protected]> * Update pyteal/ast/subroutine.py Co-authored-by: Hang Su <[email protected]> * Apply suggestions from code review Co-authored-by: Hang Su <[email protected]> * add strict version requirement, better testing, address double newline for longer descriptions * fmt * add comments * add version pin on docstring parser in setup.py * linted * maybe fix description * Use new docstring features in AlgoBank (#520) * dont add return descr if it returns void * unneceary change (#522) * fix newlines in arg descs * fix newline * Update pyteal/ast/subroutine.py Co-authored-by: Hang Su <[email protected]> * line end spaces Co-authored-by: Hang Su <[email protected]> Co-authored-by: Hang Su <[email protected]> Co-authored-by: Jason Paulos <[email protected]>
- Loading branch information
1 parent
632c94e
commit 59d6aa0
Showing
7 changed files
with
261 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.