8000 Make links clickable in 2023 minutes (#124) · python/docs-community@d333f5e · GitHub
[go: up one dir, main page]

Skip to content

Commit d333f5e

Browse files
authored
Make links clickable in 2023 minutes (#124)
1 parent f843511 commit d333f5e

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

docs/monthly-meeting/2023-02.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ Please take a second to read through it!
5959

6060
*For and about the Community or Working Group*
6161

62-
- Trouble installing Python: https://mail.python.org/archives/list/docs@python.org/thread/I7JDNUYWIZ3QVY33IDYWFKDTZMIPIVNS/
63-
- https://docs.python.org/3/using/mac.html#running-scripts-with-a-gui
62+
- Trouble installing Python: [mail.python.org/archives/list/docs@python.org/thread/I7JDNUYWIZ3QVY33IDYWFKDTZMIPIVNS/](https://mail.python.org/archives/list/docs@python.org/thread/I7JDNUYWIZ3QVY33IDYWFKDTZMIPIVNS/)
63+
- [docs.python.org/3/using/mac.html#running-scripts-with-a-gui](https://docs.python.org/3/using/mac.html#running-scripts-with-a-gui)
6464

6565
- Overhaul Building the Documentation section for clarity
66-
- https://github.com/python/devguide/pull/1038
66+
- [python/devguide#1038](https://github.com/python/devguide/pull/1038)
6767

6868
- [python/devguide#1020](https://github.com/python/devguide/issues/1020): Function signatures in docs (positional-only markers, defaults, `[]` syntax)
6969
- How discoverable is the `[]` syntax to today's devs?
7070

7171
- 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)
7373
- [python/devguide#1025](https://github.com/python/devguide/pull/1025)
7474
- **Mariatta** file an issue or PR for Python docs
7575
- [Issue](https://github.com/python/cpython/issues/101616), [PR](https://github.com/python/cpython/pull/101617)
@@ -81,31 +81,31 @@ Please take a second to read through it!
8181
* Put in individual release dates
8282

8383
* draft: Previews in pull requests #105 - need to set up RTD
84-
https://github.com/python/python-docs-theme/pull/105
84+
[python/python-docs-theme#105](https://github.com/python/python-docs-theme/pull/105)
8585
* **Mariatta** to set up an organization account on Read the Docs
8686

8787

8888
### Python Project Documentation
8989

9090
*Relating to `docs.python.org`, `peps.python.org`, `devguide.python.org`, etc.*
9191

92-
* https://packaging.python.org/en/latest/glossary/
92+
* [packaging.python.org/en/latest/glossary/](https://packaging.python.org/en/latest/glossary/)
9393
* @CAM-Gerlach to improve the glossary. It can then be linked or copied to CPython docs.
9494
* improved glossary is part of PEP 639
9595

9696
### Improve SEO for CPython docs
9797

9898
* (Hugo) OpenGraph metadata PRs:
9999

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)
101101
* 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)
102102

103103
### PEPs styling
104104

105105
* (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.
106106
* https://hugovk-peps.readthedocs.io/en/sfs/pep-0703/
107-
* https://peps.python.org/pep-0703/
108-
* Originally discussed https://discuss.python.org/t/styling-of-peps/13270/34
107+
* [peps.python.org/pep-0703/](https://peps.python.org/pep-0703/)
108+
* Originally discussed [discuss.python.org/t/styling-of-peps/13270/34](https://discuss.python.org/t/styling-of-peps/13270/34)
109109

110110
* CPython docs styling is waiting for Lutra docs
111111

docs/monthly-meeting/2023-08.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ Please take a second to read through it!
3030
## Reports and celebrations
3131

3232
- [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!
3434

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!
36+
- (Photos: [mastodon.social/@hugovk/110792652209141428](https://mastodon.social/@hugovk/110792652209141428))
3637

3738

3839
## Discussion

docs/monthly-meeting/2023-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Please take a second to read through it!
4646
## Discussion
4747

4848
- [Petr] [Railroad diagrams](https://discuss.python.org/t/36709/20)
49-
- Next stream: https://youtube.com/live/vHn4YqzYlPo
49+
- Next stream: [youtube.com/live/vHn4YqzYlPo](https://youtube.com/live/vHn4YqzYlPo)
5050
- [A free REPL for learning](https://tabatkins.github.io/railroad-diagrams/generator.html)
5151

5252
- [Ege] Looking for help on [python-docs-bootstrapper](https://github.com/egeakman/python-docs-bootstrapper/issues/8)

docs/monthly-meeting/2023-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Please take a second to read through it!
3737
- e.g. old issue 29428 [*Doctest documentation unclear about multi-line fixtures*](https://bugs.python.org/issue29428)
3838

3939
- [Petr] Use emoji to illustrate good and bad example commit messages
40-
- https://devguide.python.org/getting-started/git-boot-camp/#accepting-and-merging-a-pull-request
40+
- [devguide.python.org/getting-started/git-boot-camp/#accepting-and-merging-a-pull-request](https://devguide.python.org/getting-started/git-boot-camp/#accepting-and-merging-a-pull-request)
4141
- [python/devguide#1235](https://github.com/python/devguide/pull/1235)
4242
- Should we do this for PEPs? See [python/docs-community#22](https://github.com/python/docs-community/issues/22)
4343
- [Hugo] See also [python/peps#3567](https://github.com/python/peps/pull/3567) for green/red sidebars for good/bad example code in PEPs

0 commit comments

Comments
 (0)
0