-
Notifications
You must be signed in to change notification settings - Fork 14
Docs update #51
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 update #51
Conversation
| Welcome to the nxt api documentation! | ||
| ===================================== | ||
|
|
||
| The content within this documentation is the "public" api, what nxt's version numbers are constrained to. | ||
|
|
||
| These documents represent the supported parts of the api. More pieces | ||
| will be documented as python ergonomics improve. | ||
| In the source there are many more classes, methods, and even a few modules not | ||
| listed here. | ||
| Any use of those methods is at your own risk. |
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.
Source of the homepage, most valuable text to review
| if token_types is None: | ||
| token_types = TOKENTYPE.ALL |
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.
A code change that snuck in. I made this change in order to clean up the messy argument expansion sphinx was doing with TOKENTYPE.ALL as the default kwarg value. Not my favorite change ever.
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.
Hmmm its fine I guess. I know we use defaults like that in a few other places, I really don't want to have to change all those other signatures like this.
…ths for new split repos
5a5a4eb to
a63d889
Compare
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.
The only thing I noticed is the details at the top of runtime should maybe be a little more clear that those methods are ones accessible by nodes in their code block. Not the actual tooling used to run a graph.
Cleanup from repo splits.
Update docs build.
Lots of doc strings