]> granicus.if.org Git - python/commit
bpo-33201: Modernize "Extension types" doc (GH-6337)
authorAntoine Pitrou <pitrou@free.fr>
Sat, 7 Apr 2018 16:14:03 +0000 (18:14 +0200)
committerGitHub <noreply@github.com>
Sat, 7 Apr 2018 16:14:03 +0000 (18:14 +0200)
commit1d80a561734b9932961c546b0897405a3bfbf3e6
tree737793472ed6d3745d31fb56f2cb1f2b66429c69
parentb405752dab95fa5dc65a19d94e798844d0378c61
bpo-33201: Modernize "Extension types" doc (GH-6337)

* 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
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]