Skip to content

Commit ee011f2

Browse files
committed
Make links clickable in 2024 minutes
1 parent f843511 commit ee011f2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/monthly-meeting/2024-02.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please take a second to read through it!
2929

3030
## Reports and celebrations
3131

32-
- [Hugo] 🎉 Since we started fixing the 8,212 Sphinx reference warnings, with 136 PRs + 220 backports we've fixed 56% of them in total (now at 3,574) and 61% of them in `Doc/`. The `.nitignore` initially listed 299 files with warnings; 67% have been fixed, with 100 remaining. 🧹📚 https://discuss.python.org/t/broken-references-in-sphinx-docs/19463/7
32+
- [Hugo] 🎉 Since we started fixing the 8,212 Sphinx reference warnings, with 136 PRs + 220 backports we've fixed 56% of them in total (now at 3,574) and 61% of them in `Doc/`. The `.nitignore` initially listed 299 files with warnings; 67% have been fixed, with 100 remaining. 🧹📚 [discuss.python.org/t/broken-references-in-sphinx-docs/19463/7](https://discuss.python.org/t/broken-references-in-sphinx-docs/19463/7)
3333

3434
- [Hugo] Accessibility improvement. Underlining links in recent docs.
3535

@@ -72,7 +72,7 @@ Please take a second to read through it!
7272

7373
[Hugo] To begin with we could only put HTML there. The only thing we'd need is to redo the version switcher. On RTD they have the fly-out switcher menu, maybe that could be re-styled; Manuel seemed keen to work on that.
7474

75-
- [Carol] Improving clarity around HOWTO docs: https://github.com/python/cpython/issues/114976
75+
- [Carol] Improving clarity around HOWTO docs: [python/cpython#114976](https://github.com/python/cpython/issues/114976)
7676

7777
[CAM] Could you explain what the older-style howtos were?
7878
[Carol] It goes back to Linux in the early days, when docs were scarce. Howtos were architecture discussions of how something was implemented, more like background on a topic -- explanations in Diátaxis terms

docs/monthly-meeting/2024-04.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Please take a second to read through it!
2929

3030
## Reports and celebrations
3131

32-
- [Carol] Docs summit at PyCon US https://us.pycon.org/2024/events/hatchery/docs-summit/
32+
- [Carol] Docs summit at PyCon US [us.pycon.org/2024/events/hatchery/docs-summit/](https://us.pycon.org/2024/events/hatchery/docs-summit/)
3333
- [Hugo] Modernised font on macOS: [python/python-docs-theme#176](https://github.com/python/python-docs-theme/pull/176)
34-
- [Hugo] I wrote up how to activate tabs in Sphinx docs based on the reader's OS: https://dev.to/hugovk/sphinx-docs-how-to-activate-tabs-for-your-os-pd3
35-
- [Hugo] Python 3.11 is now only accepting security fixes, so very few docs PRs need backporting: https://devguide.python.org/versions/
34+
- [Hugo] I wrote up how to activate tabs in Sphinx docs based on the reader's OS: [dev.to/hugovk/sphinx-docs-how-to-activate-tabs-for-your-os-pd3](https://dev.to/hugovk/sphinx-docs-how-to-activate-tabs-for-your-os-pd3)
35+
- [Hugo] Python 3.11 is now only accepting security fixes, so very few docs PRs need backporting: [devguide.python.org/versions/](https://devguide.python.org/versions/)
3636

3737
## Discussion
3838

@@ -42,13 +42,13 @@ No use cases other than "grepping it all" found so far.
4242

4343
### [CAM] WarningMessage is undocumented
4444

45-
https://discuss.python.org/t/warningmessage-is-undocumented/48877
45+
[discuss.python.org/t/warningmessage-is-undocumented/48877](https://discuss.python.org/t/warningmessage-is-undocumented/48877)
4646

4747
Please read the thread and chime in!
4848

4949
### Parameter annotations: `int | float` or `int or float`?
5050

51-
https://discuss.python.org/t/how-should-we-mark-up-multiple-types-in-a-type-field/48196
51+
[discuss.python.org/t/how-should-we-mark-up-multiple-types-in-a-type-field/48196](https://discuss.python.org/t/how-should-we-mark-up-multiple-types-in-a-type-field/48196)
5252

5353
## Next meeting
5454

0 commit comments

Comments
 (0)