Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate guidance on prompts in interactive code examples #1135

Open
terryjreedy opened this issue Jul 13, 2023 · 3 comments
Open

Consolidate guidance on prompts in interactive code examples #1135

terryjreedy opened this issue Jul 13, 2023 · 3 comments

Comments

@terryjreedy
Copy link
Member

In the Documentation chapter, Style Guide / Code Examples has

The ellipsis for the sys.ps2 secondary interpreter prompt should only be used sparingly, where it is necessary to clearly differentiate between input lines and output lines. Besides contributing visual clutter, it makes it difficult for readers to cut-and-paste examples so they can experiment with variations.

(Perhaps it should be mentioned here that doctesting the code example requires such differentiation and hence requires secondary prompts. Perhaps the primary prompt should also be left off.)

reStructured Text Markup / Additional Markup Constructs / Showing Code Examples has

Representing an interactive session requires including the prompts and output along with the Python code. No special markup is required for interactive sessions. After the last line of input or output presented, there should not be an “unused” primary prompt; this is an example of what not to do:

>>>1 + 1
2
>>>

I think both advices should be in the same place and a reference added in the other.

@ezio-melotti
Copy link
Member

FWIW I think the first paragraph predates the [>>>] button at the top right of interactive code examples, which I added to make it easier to copy1-and-paste. On one hand the button requires an extra click and people might not notice it, so there is still some advantage of leaving the secondary prompts out, but on the other hand the lack of secondary prompts looks inconsistent with the actual interactive interpreter and might create confusion and -- as you mentioned -- it also breaks doctests.

Omitting the "unused" prompt at the end is a good advice.

Footnotes

  1. the quoted text uses cut which seems wrong here.

@shashankshet
Copy link
Contributor

Hi @willingc,
I will work on this issue, will omit the "unused" prompt

@shashankshet
Copy link
Contributor

PR: #1210

request you to please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants