Skip to content

[3.12] Doc: Add a single table as summary to math documentation (GH-125810) - #126309

Closed
miss-islington wants to merge 1 commit into
python:3.12from
miss-islington:backport-74cf596-3.12
Closed

[3.12] Doc: Add a single table as summary to math documentation (GH-125810)#126309
miss-islington wants to merge 1 commit into
python:3.12from
miss-islington:backport-74cf596-3.12

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Nov 1, 2024

Copy link
Copy Markdown
Contributor
  • Summary for math module with separate tables

  • Forgot remainder description

  • Single table

  • data instead of func

  • Add arguments in the table

  • Fix inconsistencies in pow documentation

  • Remove full stops from the table

Co-authored-by: Hugo van Kemenade 1324225+hugovk@users.noreply.github.com

  • Fix math.pow link

  • Fix spacing


(cherry picked from commit 74cf596)

Co-authored-by: Joseph Martinot-Lagarde contrebasse@gmail.com
Co-authored-by: Hugo van Kemenade 1324225+hugovk@users.noreply.github.com


📚 Documentation preview 📚: https://cpython-previews--126309.org.readthedocs.build/

…5810)
* Summary for math module with separate tables
* Forgot remainder description
* Single table
* data instead of func
* Add arguments in the table
* Fix inconsistencies in pow documentation
* Remove full stops from the table
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* Fix math.pow link
* Fix spacing
---------
(cherry picked from commit 74cf596)
Co-authored-by: Joseph Martinot-Lagarde <contrebasse@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@willingc

Copy link
Copy Markdown
Contributor

Closing the backport to 3.12.

@willingcwillingc closed this Nov 1, 2024
@skirpichev

Copy link
Copy Markdown
Member

@willingc, it's not clear why this was closed. Is this the volume of changes? I though usually we do documentation backports to all stable branches. Now I worry that this will block backports for smaller bugfixes in the math.rst.

@vstinner

Copy link
Copy Markdown
Member

Not merging this change blocks backporting #126337 to Python 3.12.

@miss-islington
miss-islington deleted the backport-74cf596-3.12 branch January 2, 2026 17:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting mergedocsDocumentation in the Doc dirskip issueskip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington@willingc@skirpichev@vstinner@Nodd