]> granicus.if.org Git - python/commit
bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6411)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Apr 2018 16:27:05 +0000 (09:27 -0700)
committerAntoine Pitrou <pitrou@free.fr>
Sat, 7 Apr 2018 16:27:05 +0000 (18:27 +0200)
commit31f1b52f1f6c2d84eacf3c6db3f6b9adf04b675e
treef50083248f9fe875fb1cad79249afc8ccb5e7438
parent12d1dcd1f8ec0a2f3d8c325aa8e3f2f05b75b188
bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6411)

* bpo-33201: Modernize "Extension types" doc
* Split tutorial and other topics
* Some small fixes
* Address some review comments
* Rename noddy* to custom* and shoddy to sublist
* Fix markup
(cherry picked from commit 1d80a561734b9932961c546b0897405a3bfbf3e6)

Co-authored-by: Antoine Pitrou <pitrou@free.fr>
15 files changed:
Doc/extending/index.rst
Doc/extending/newtypes.rst
Doc/extending/newtypes_tutorial.rst [new file with mode: 0644]
Doc/includes/custom.c [new file with mode: 0644]
Doc/includes/custom2.c [new file with mode: 0644]
Doc/includes/custom3.c [new file with mode: 0644]
Doc/includes/custom4.c [new file with mode: 0644]
Doc/includes/noddy.c [deleted file]
Doc/includes/noddy2.c [deleted file]
Doc/includes/noddy3.c [deleted file]
Doc/includes/noddy4.c [deleted file]
Doc/includes/shoddy.c [deleted file]
Doc/includes/sublist.c [new file with mode: 0644]
Doc/includes/test.py
Misc/NEWS.d/next/Documentation/2018-04-01-21-03-41.bpo-33201.aa8Lkl.rst [new file with mode: 0644]