We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While working through the HLB tutorial, it took awhile for me to realize that the fs return type means filesystem.
fs
filesystem
As far as I can tell, there is no single page that lists all of the possible types that may exist in HLB with a short description of them.
It would be useful to have a page that provides an overview of all of the available types.
Maybe consider Python Built-in Types as an example, although it is likely more verbose than needed at first?
https://docs.python.org/3/library/stdtypes.html
The text was updated successfully, but these errors were encountered:
Yes definitely, I'll keep this in mind for our docs overhaul.
Sorry, something went wrong.
No branches or pull requests
While working through the HLB tutorial, it took awhile for me to realize that the
fs
return type meansfilesystem
.As far as I can tell, there is no single page that lists all of the possible types that may exist in HLB with a short description of them.
It would be useful to have a page that provides an overview of all of the available types.
Maybe consider Python Built-in Types as an example, although it is likely more verbose than needed at first?
https://docs.python.org/3/library/stdtypes.html
The text was updated successfully, but these errors were encountered: