-
Notifications
You must be signed in to change notification settings - Fork 258
Document Structure and Wishlist #845
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
Labels
topic: documentation
Documentation-related issues and PRs
Comments
Might be helpful, quick eco-system overview: https://github.com/typeddjango/awesome-python-typing/ |
srittau
added a commit
to srittau/typing
that referenced
this issue
Dec 22, 2021
* Add section headers to the toc tree * Add a "Guides" section and put the libraries document there * Move the link to the typing documentation into the "Reference" section Cf. python#845
Merged
JelleZijlstra
pushed a commit
that referenced
this issue
Dec 22, 2021
* Add section headers to the toc tree * Add a "Guides" section and put the libraries document there * Move the link to the typing documentation into the "Reference" section Cf. #845
srittau
added a commit
to srittau/typing
that referenced
this issue
Jul 15, 2024
These documents were part of a proposed structure. In the meantime, the structure has diverged from the proposal. We also have issue python#845 to discuss a structure if we find time in the future to work on this.
Merged
srittau
added a commit
that referenced
this issue
Jul 15, 2024
These documents were part of a proposed structure. In the meantime, the structure has diverged from the proposal. We also have issue #845 to discuss a structure if we find time in the future to work on this.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is how I envision the typing documentation to be structured:
Tutorials
User-facing basic and advanced introductions to the type system or particular aspects of it. Non-comprehensive.
Howto Guides
Directory:
/guides
User-facing guides to accomplish particular tasks.
Reference
Directory:
/reference
User-facing, comprehensive reference of the type system.
Type System Specification
Directory:
/spec
Territory of the Typing Council. Targeted at type checker developers. Here be dragons. 🐉
Links
Top level.
Additions, corrections, criticism welcome!
2014-09-02: Updated to reflect the addition of the type system spec. Also, added explanations to the categories.
The text was updated successfully, but these errors were encountered: