bpo-32216: Add documentation for dataclasses (GH-6886)

This is an initial version that likely requires much polishing. I'm adding it lay out the structure and so we have something to start working from.
This commit is contained in:
Eric V. Smith 2018-05-16 04:20:43 -04:00 committed by GitHub
parent 4cc3eb48e1
commit 98d50cb8f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 589 additions and 0 deletions

View file

@ -16,6 +16,7 @@ overview:
builtins.rst
__main__.rst
warnings.rst
dataclasses.rst
contextlib.rst
abc.rst
atexit.rst