Skip to content

Conversation

@MichaelAldrich
Copy link
Member

@MichaelAldrich MichaelAldrich commented Jan 8, 2021

Cleanup from repo splits.
Update docs build.
Lots of doc strings

Comment on lines +6 to +15
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.
Copy link
Member Author

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

Comment on lines +99 to +100
if token_types is None:
token_types = TOKENTYPE.ALL
Copy link
Member Author

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.

Copy link
Member

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.

Copy link
Member

@ImLucasBrown ImLucasBrown left a 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.

@MichaelAldrich MichaelAldrich merged commit c4a2a02 into dev Jan 8, 2021
@MichaelAldrich MichaelAldrich deleted the docs_updates branch January 8, 2021 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants