summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* gh-125933: Add ARIA labels to select elements in the version switcher (#125934)Kerim Kabirov2024-10-241-2/+2
| | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-125909: Avoid a redirect when linking to the devguide (#125826)partev2024-10-241-1/+1
|
* Doc: Show object descriptions in the table of contents (#125757)Adam Turner2024-10-222-0/+7
|
* GH-121970: Extract ``availability`` into a new extension (#125082)Adam Turner2024-10-092-76/+125
|
* gh-125072: Add label for assignment expressions; update tracked section for ↵Emily Morehouse2024-10-071-2/+2
| | | | assignment expression topic (#125074)
* Doc: Fix archive filenames for standard builds (#124826)Adam Turner2024-10-011-1/+5
|
* gh-121277: Raise nice error on `next` as second argument to ↵Petr Viktorin2024-09-271-0/+3
| | | | deprecated-removed (GH-124623)
* Doc: Use the short version for daily downloads (#124602)Adam Turner2024-09-261-1/+1
|
* gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)Petr Viktorin2024-09-251-2/+22
| | | | | | | | | | Make `versionchanged:: next`` expand to current (unreleased) version. When a new CPython release is cut, the release manager will replace all such occurences of "next" with the just-released version. (See the issue for release-tools and devguide PRs.) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* Doc: Use ``major.minor`` for documentation distribution archive filenames ↵Adam Turner2024-09-252-12/+14
| | | | (#124489)
* Bump Ruff to 0.6.7 (#124384)Alex Waygood2024-09-231-4/+1
|
* Doc: Add ``make dist-no-html`` (#124383)Adam Turner2024-09-231-1/+1
| | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* Docs: Drop letter PDF (#123912)Hugo van Kemenade2024-09-121-6/+1
|
* GH-121970: Fix ``gettext`` for audit events (#122651)Adam Turner2024-08-031-0/+2
|
* gh-122384: Mark strings from Download page for translation (#122385)Rafael Fontenelle2024-08-011-32/+42
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* GH-121970: Extract ``audit_events`` into a new extension (#122325)Adam Turner2024-07-302-207/+262
|
* gh-122085: Create dedicated page for deprecations (#122352)Hugo van Kemenade2024-07-281-0/+2
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* GH-121970: Remove ``escape4chm`` (#122065)Adam Turner2024-07-231-58/+0
|
* Docs: Fix duplicate object description warnings (#122068)Adam Turner2024-07-201-1/+5
|
* GH-121970: Modernise the patchlevel extension (#121995)Adam Turner2024-07-201-50/+59
|
* GH-121970: Rewrite the C-API annotations extension (#121985)Adam Turner2024-07-191-203/+282
| | | Co-authored-by: Petr Viktorin <encukou@gmail.com>
* GH-121970: Use Ruff to check and format the docs tools (#122018)Adam Turner2024-07-193-15/+19
| | | Co-authored-by: Alex Waygood <Alex.Waygood@gmail.com>
* GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` (#121971)Adam Turner2024-07-191-44/+24
|
* GH-121970: Improve the glossary preview in HTML search (#121991)Adam Turner2024-07-193-93/+91
|
* GH-121970: Use ``SphinxDirective`` instead of ``Directive`` (#121972)Adam Turner2024-07-191-20/+16
|
* GH-121970: Combine custom Pygments lexers into a package (#121976)Adam Turner2024-07-183-24/+21
| | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-121453: Update the `Doc/templates/download.html` download files size ↵Wulian2332024-07-171-10/+14
| | | | | | estimates and support download `.texi` format. (#121454) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)Hugo van Kemenade2024-07-081-1/+1
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* GH-120804: add docs for removal for asyncio child watchers (#120895)Kumar Aditya2024-06-231-1/+0
| | | Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
* Docs: remove temporary hardcoded links (#120348)Hugo van Kemenade2024-06-161-34/+1
|
* Add Plausible for docs metrics (#119977)Hugo van Kemenade2024-06-071-0/+3
| | | | Co-authored-by: Julien Palard <julien@palard.fr>
* gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure ↵Petr Viktorin2024-05-301-2/+0
| | | | | | | | they stay there (GH-119731) The Full Grammar specification in the docs omits rule actions, so grammar rules that raise a syntax error looked like valid syntax. This was solved in ef940de by hiding those rules in the custom syntax highlighter. This moves all syntax-error alternatives to invalid rules, adds a validator that ensures that actions containing RAISE_SYNTAX_ERROR are in invalid rules, and reverts the syntax highlighter hack.
* Docs: Move inline JavaScript to own file to reduce duplication (#119541)Hugo van Kemenade2024-05-272-91/+90
|
* Update README and layout.html from 3.13 to 3.14 (#119539)Wulian2332024-05-261-1/+7
| | | | | Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-119317: findall instead of traverse for docutils nodes (#119319)Carlos Meza2024-05-242-4/+4
|
* Docs: Ensure no warnings are found in the NEWS file before a given line ↵Hugo van Kemenade2024-05-201-0/+40
| | | | number (#119221)
* Docs: Fix SOURCE_URI (#118945)Nice Zombies2024-05-111-1/+1
|
* gh-118689: Doc: fix ePub build (#118690)Inada Naoki2024-05-102-1/+3
|
* Python 3.13.0b1v3.13.0b1Thomas Wouters2024-05-081-1/+1
|
* gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (#118353)Hugo van Kemenade2024-04-281-1/+0
|
* gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853)Kirill Podoprigora2024-04-262-18/+1
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-118235: Skip RAISE_SYNTAX_ERROR rules in the grammar spec (GH-118237)Petr Viktorin2024-04-261-0/+2
|
* Doc: Render version/language selector on Read the Docs (#116966)Manuel Kaufmann2024-04-171-0/+86
|
* Docs: Add classes to C API return value annotations (#117926)Hugo van Kemenade2024-04-161-9/+11
| | | | Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* Docs: add link roles with Sphinx extlinks (#117850)Hugo van Kemenade2024-04-151-13/+2
| | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* gh-114099: Add documentation for iOS platform (GH-117057)Russell Keith-Magee2024-03-281-1/+1
| | | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Jacob Coffee <jacob@z7x.org> Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Ned Deily <nad@python.org>
* Change links on the index page (#117230)Adorilson Bezerra2024-03-261-2/+2
|
* gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (#116913)Hugo van Kemenade2024-03-191-1/+0
|
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-191-1/+1
| | | | Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
* Update titles and subtitles on landing page template (#116914)Carol Willing2024-03-171-31/+31
| | | | | | | | | * Update titles and subtitles on landing page template * address review from gvanrossum * Edits from hugovk review * Change word order back. Down the road we should split license and history