bpo-34451: Document prompt and output toggle feature in html tutorial by thmsdnnr · Pull Request #27105 · python/cpython

Copy link

Contributor

@thmsdnnr thmsdnnr commented

Jul 12, 2021

edited by bedevere-bot

Loading

This PR addresses https://bugs.python.org/issue34451. I followed Raymond's comment to display the note only in the HTML version of the documentation using the Sphinx .. only:: directive. I confirmed the new text appears in the make html output but is absent from the output of make text.

The first place that the >>> feature appears in the Tutorial is in example two of Section 2.1.2 Interactive Mode. However, discussion of the examples in the manual is deferred to the following page https://docs.python.org/3/tutorial/introduction.html, and this was the location referenced in the bpo. There may be a better location to document this feature.

Thank you for taking the time to review this PR.

https://bugs.python.org/issue34451

rhyn0 reacted with thumbs up emoji