[issue45840] Improve cross-references in the data model documentation

2021-12-13 Thread Alex Waygood
Alex Waygood added the comment: Thanks, Serhiy! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45840] Improve cross-references in the data model documentation

2021-12-13 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45840] Improve cross-references in the data model documentation

2021-12-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 2029c58097e49b5aedc152ab65958a9db35ebd1e by Alex Waygood in branch '3.9': [3.9] bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30081)

[issue45840] Improve cross-references in the data model documentation

2021-12-13 Thread Alex Waygood
Change by Alex Waygood : -- pull_requests: +28302 pull_request: https://github.com/python/cpython/pull/30081 ___ Python tracker ___

[issue45840] Improve cross-references in the data model documentation

2021-12-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 7da90251ae80f5faac938b659675ff159d565537 by Alex Waygood in branch '3.10': bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30077)

[issue45840] Improve cross-references in the data model documentation

2021-12-12 Thread Alex Waygood
Change by Alex Waygood : -- pull_requests: +28298 stage: backport needed -> patch review pull_request: https://github.com/python/cpython/pull/30077 ___ Python tracker ___

[issue45840] Improve cross-references in the data model documentation

2021-12-08 Thread Alex Waygood
Change by Alex Waygood : -- stage: patch review -> backport needed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue45840] Improve cross-references in the data model documentation

2021-12-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset c0521fe49fd75e794a38a216813658ab40185834 by Alex Waygood in branch 'main': bpo-45840: Improve cross-references in the data model documentation (GH-29633) https://github.com/python/cpython/commit/c0521fe49fd75e794a38a216813658ab40185834

[issue45840] Improve cross-references in the data model documentation

2021-11-18 Thread Alex Waygood
Change by Alex Waygood : -- keywords: +patch pull_requests: +27865 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29633 ___ Python tracker ___

[issue45840] Improve cross-references in the data model documentation

2021-11-18 Thread Alex Waygood
Change by Alex Waygood : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45840] Improve cross-references in the data model documentation

2021-11-18 Thread Alex Waygood
New submission from Alex Waygood : The documentation for the data model has a lot of cross-references to other parts of the data model. However, often these cross-references do not have proper hyperlinks online, as :meth:`__iter__` is used (for example), instead of :meth:`~object.__iter__`.