summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (#112357)Hugo van Kemenade2024-02-261-1/+0
| | | | | Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* gh-101100: Fix broken xrefs in fcntl module doc (#115691)Skip Montanaro2024-02-251-1/+0
| | | | | | | | | | | | | | | | | | | | | * clean up fcntl module doc * simplify * a few changes, based on suggestion by CAM-Gerlach * nitpick ignore for a couple other C functions mentioned in the fcntl module doc * more changes, especially related to LOCK_* constants * :data: back to :const: * Apply suggestions from code review Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> --------- Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
* gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (#112351)Hugo van Kemenade2024-02-251-1/+0
| | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (#115580)Hugo van Kemenade2024-02-171-1/+0
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* gh-101100: Fix Sphinx warnings in `whatsnew/3.1.rst` (#115575)Hugo van Kemenade2024-02-171-1/+0
|
* gh-115317: Rewrite changelog filter to use vanilla JavaScript (#115324)Hugo van Kemenade2024-02-121-48/+54
| | | | Co-authored-by: Tomas R <tomas.roun8@gmail.com>
* gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825)Skip Montanaro2024-02-111-2/+0
|
* gh-101100: Fix dangling refs in bdb.rst (#114983)Skip Montanaro2024-02-111-1/+0
| | | Co-authored-by: AN Long <aisk@users.noreply.github.com>
* gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)Nikita Sobolev2024-02-101-1/+0
|
* gh-101100: Fix sphinx warnings in `library/enum.rst` (#114696)Nikita Sobolev2024-02-091-1/+0
| | | | Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
* gh-101100: Fix dangling references in pickle.rst (#114972)Skip Montanaro2024-02-041-1/+0
| | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846)Nikita Sobolev2024-02-011-1/+0
| | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-101100: Fix references in csv docs (GH-114658)Skip Montanaro2024-01-301-1/+0
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-101100: Fix datetime reference warnings (GH-114661)Skip Montanaro2024-01-291-1/+0
| | | Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (#112366)Hugo van Kemenade2024-01-291-1/+0
| | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669)Nikita Sobolev2024-01-291-1/+0
|
* gh-101100: Fix sphinx warnings in `reference/import.rst` (#114646)Nikita Sobolev2024-01-271-1/+0
|
* gh-101100: Fix sphinx warnings in `library/email.mime.rst` (GH-114635)Nikita Sobolev2024-01-271-1/+0
|
* gh-101100: Fix sphinx warnings in `c-api/file.rst` (#114546)Nikita Sobolev2024-01-261-2/+0
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-101100: Fix Sphinx warnings in `c-api/structures.rst` (#113564)Hugo van Kemenade2024-01-241-1/+0
| | | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
* gh-101100: Fix sphinx warnings in `concurrent.futures.rst` (#114521)Nikita Sobolev2024-01-241-1/+0
|
* gh-101100: Fix sphinx warnings in `asyncio-task.rst` (#114469)Nikita Sobolev2024-01-241-1/+0
| | | | Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Docs: mark up FTP.retrbinary and FTP.storbinary with param lists (#114399)Erlend E. Aasland2024-01-231-1/+0
| | | Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
* gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` (#114425)Nikita Sobolev2024-01-231-1/+0
| | | | | * gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` * Remove `/` from signatures
* gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (#114194)Hugo van Kemenade2024-01-221-1/+0
|
* gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (#114373)Nikita Sobolev2024-01-211-1/+0
|
* Fix typo in c_annotations.py comment (#108773)Kuan-Wei Chiu2024-01-161-1/+1
| | | "compatability" => "compatibility"
* Docs: Align multiprocessing.shared_memory docs with Sphinx recommendations ↵Erlend E. Aasland2024-01-161-1/+0
| | | | | | | | | (#114103) - add :class: and :mod: markups where needed - fix incorrect escaping of a star in ShareableList arg spec - mark up parameters with stars: *val* - mark up list of built-in types using list markup - remove unneeded parentheses from :meth: markups