[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-11-23 Thread Petr Viktorin
Change by Petr Viktorin : -- resolution: -> fixed status: -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: New changeset bfa4237ecfa605ff94e86fa7141f4a8b1f7cc44a by Miss Islington (bot) in branch '3.9': bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29120)

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: New changeset 00ddc1fbd7296ffe066077194a895b175cca26de by Miss Islington (bot) in branch '3.10': bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29119)

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +27396 pull_request: https://github.com/python/cpython/pull/29120 ___ Python tracker ___

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: New changeset 5a14f71fe869d4a62dcdeb9a8fbbb5884c75060c by Thomas in branch 'main': bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) https://github.com/python/cpython/commit/5a14f71fe869d4a62dcdeb9a8fbbb5884c75060c --

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-10-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +27395 pull_request: https://github.com/python/cpython/pull/29119 ___ Python tracker

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-09-20 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: fixed -> status: closed -> ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-09-20 Thread Raymond Hettinger
Change by Raymond Hettinger : -- Removed message: https://bugs.python.org/msg402274 ___ Python tracker ___ ___ Python-bugs-list

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-09-20 Thread Raymond Hettinger
Raymond Hettinger added the comment: False alarm. I misread the diff. All is well. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-09-20 Thread Thomas
Thomas added the comment: I added a pull request to attempt to fix this issue. It received a label but no review and has gone stale, so I am sending out a ping. -- ___ Python tracker

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-07-12 Thread Thomas
Change by Thomas : -- keywords: +patch nosy: +thmsdnnr nosy_count: 6.0 -> 7.0 pull_requests: +25650 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27105 ___ Python tracker

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-05-06 Thread Douwe Hoekstra
Douwe Hoekstra added the comment: Hi David! There is a button marked '>>>' in the top right corner of code blocks with Interactive code examples. This toggles between the interaction as it would appear in a terminal and a mode where only the input is listed without the '>>>'. See for

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-01-05 Thread David Justo
David Justo added the comment: Hi folks! I'm interested in contributing to this issue, but I'm unsure about the context. Can `` prompts be toggled on-and-off in the docs? I do not see that option. I read that this is possible in javascript-enabled versions of the site, but isn't that

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-01-01 Thread Rahul Jha
Change by Rahul Jha : -- nosy: +RJ722 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2020-11-26 Thread Raymond Hettinger
Raymond Hettinger added the comment: - It would apply to PDF renderings or CHM files etc. + We wouldn't the the proposed text to be visible in PDF renderings or CHM files etc. -- ___ Python tracker

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2020-11-26 Thread Raymond Hettinger
Raymond Hettinger added the comment: The toggle option is only in the HTML version with javascript enabled. It would apply to PDF renderings or CHM files etc. -- nosy: +rhettinger ___ Python tracker

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2020-11-26 Thread Irit Katriel
Change by Irit Katriel : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2020-11-26 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy versions: +Python 3.10, Python 3.9 -Python 3.4, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2018-08-21 Thread Jonathan Fine
New submission from Jonathan Fine : Interactive code examples need the prompt to be stripped, before copy-and-paste. This is explained in https://docs.python.org/3/tutorial/introduction.html But this page does not tell us about the [>>>] prompt-toggle at top of each interactive code