You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[python/devguide#1020](https://github.com/python/devguide/issues/1020): Function signatures in docs (positional-only markers, defaults, `[]` syntax)
69
69
- How discoverable is the `[]` syntax to today's devs?
70
70
71
71
- The docs mailing list (docs@python.org)
72
-
- This is linked from docs.python.org from "report a bug" section https://docs.python.org/3/bugs.html#documentation-bugs
72
+
- This is linked from docs.python.org from "report a bug" section [docs.python.org/3/bugs.html#documentation-bugs](https://docs.python.org/3/bugs.html#documentation-bugs)
*@CAM-Gerlach to improve the glossary. It can then be linked or copied to CPython docs.
94
94
* improved glossary is part of PEP 639
95
95
96
96
### Improve SEO for CPython docs
97
97
98
98
* (Hugo) OpenGraph metadata PRs:
99
99
100
-
* About the extension creating social media cards, asked Ee and Julien about deploying all the images in https://github.com/python/docsbuild-scripts/issues/147
100
+
* About the extension creating social media cards, asked Ee and Julien about deploying all the images in [python/docsbuild-scripts#147](https://github.com/python/docsbuild-scripts/issues/147)
101
101
* Hugo: I suggest we disable the images when available, then enable after testing the points raised in the issue (only enable for web docs, check translations, don't include in archives)
102
102
103
103
### PEPs styling
104
104
105
105
* (Hugo) I find the Google font, small size and tight spacing hard to read. The Google font loading causes a big initial layout shift. Trying it out with default fonts and spacing feels more readable, faster loads.
Copy file name to clipboardExpand all lines: docs/monthly-meeting/2023-08.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,10 @@ Please take a second to read through it!
30
30
## Reports and celebrations
31
31
32
32
-[PR to keep "translated" attribute on translated nodes](https://github.com/sphinx-doc/sphinx/pull/11502) landed and released! :tada:
33
-
-https://github.com/python/docsbuild-scripts/issues/148#issuecomment-1648836409 has the details on how it's exposed!
33
+
-[python/docsbuild-scripts#148 (comment)](https://github.com/python/docsbuild-scripts/issues/148#issuecomment-1648836409) has the details on how it's exposed!
34
34
35
-
-[Hugo] CPython sprint at EuroPython: we had one room for code and another for documentation, and merged some 140 PRs in total! Thanks to Daniele for helping out and all the excellent docs advice! (Photos: https://mastodon.social/@hugovk/110792652209141428)
35
+
-[Hugo] CPython sprint at EuroPython: we had one room for code and another for documentation, and merged some 140 PRs in total! Thanks to Daniele for helping out and all the excellent docs advice!
0 commit comments