Commit 3070b7c
authored
Explain how to add an extension module (#1350)
* explain how to add modules
* Update extension-modules.rst
* Update extension-modules.rst
* Update extension-modules.rst
* Update extension-modules.rst
* Update extension-modules.rst
* Update extension-modules.rst
* Update extension-modules.rst
* Update extension-modules.rst
* Update extension-modules.rst
* Address Hugo's feedback
* Update extension-modules.rst
* Update extension-modules.rst
* improvements
- use distinct names for files to highlight differences in configurations
- be more precise on the terminology of an extension module
- explain how to build a required module (always built-in) vs an optional module (built-in or dynamic)
- address Ezio's review
* fixup! sphinx
* fixup! indents
* fixup! warnings
* improve sections
* fix markup
* improve titles
* improve presentation
* fixup! markup
* simplify snippets
* improvements
* improvements
* some rewordings and cleanups
* simplify wording
* address Erlend's review
* fix indents?
* add ref to clinic everywhere when needed
* fix typos
* address encukou's review
* improve the page flow
* use sentence case
(that's the reason why the previous title felt wrong to me!)
* add podman tip
* address rest of the review
* address Alyssa's review
* add details
* address review
- Add details on `Py_BUILD_CORE_*` macros
- Add tips for `Py_LIMITED_API`
* Make it easier to update the required ubuntu version
* fixup!
* fixup!
* improve comment
* use double quotes instead of single quotes
* Address Carol's review.1 parent 89254a9 commit 3070b7c
File tree
3 files changed
+703
-5
lines changed- _extensions
- developer-workflow
3 files changed
+703
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
194 | 198 | | |
195 | 199 | | |
196 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
0 commit comments