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

Reference TOC: expand 'Atoms' and 'Primaries' #74169

Open
terryjreedy opened this issue Apr 4, 2017 · 2 comments
Open

Reference TOC: expand 'Atoms' and 'Primaries' #74169

terryjreedy opened this issue Apr 4, 2017 · 2 comments
Labels
3.7 (EOL) end of life docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@terryjreedy
Copy link
Member

BPO 29983
Nosy @terryjreedy

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2017-04-04.18:31:12.645>
labels = ['type-feature', '3.7', 'docs']
title = "Reference TOC: expand 'Atoms' and 'Primaries'"
updated_at = <Date 2017-04-04.18:45:31.139>
user = 'https://github.com/terryjreedy'

bugs.python.org fields:

activity = <Date 2017-04-04.18:45:31.139>
actor = 'terry.reedy'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2017-04-04.18:31:12.645>
creator = 'terry.reedy'
dependencies = []
files = []
hgrepos = []
issue_num = 29983
keywords = []
message_count = 2.0
messages = ['291131', '291133']
nosy_count = 2.0
nosy_names = ['terry.reedy', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue29983'
versions = ['Python 2.7', 'Python 3.6', 'Python 3.7']

@terryjreedy
Copy link
Member Author

Today there is a fairly long python-list thread about the difficult of finding info on 'dict comprehensions' in the doc. Point 1 is missing index entries. I opened bpo-29981 for this. Point 2 is something I have also noticed: the obscurity of 'Atoms' and 'Primaries' as titles of sections in the Expressions chapter. These are fairly esoteric Computer Science language theory terms. Compare these to beginner-friendly 'Binary arithmetic operators' and 'Comparisons'.

My specific suggestions, subject to change:

Atoms, including identifiers, literals, displays, and comprehensions
Primaries: attributes, subscripts, slices, and calls

@terryjreedy terryjreedy added the 3.7 (EOL) end of life label Apr 4, 2017
@terryjreedy terryjreedy added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Apr 4, 2017
@terryjreedy
Copy link
Member Author

'displays' is partly redundant with 'comprehensions'. Since many think of other 'displays' as a type of literal, leave 'displays' out. They are well indexed. I think the most likely term people have trouble finding in the TOC is 'comprehension'. It was not immediately obvious to most that should be 'atoms'.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life docs Documentation in the Doc dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant