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

Missing and incorrect link to a command line option. #57034

Closed
KyleSimpson mannequin opened this issue Aug 23, 2011 · 4 comments
Closed

Missing and incorrect link to a command line option. #57034

KyleSimpson mannequin opened this issue Aug 23, 2011 · 4 comments
Labels
docs Documentation in the Doc dir

Comments

@KyleSimpson
Copy link
Mannequin

KyleSimpson mannequin commented Aug 23, 2011

BPO 12825
Nosy @birkenfeld, @merwok

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 = <Date 2013-04-23.16:02:05.223>
created_at = <Date 2011-08-23.08:49:11.292>
labels = ['docs']
title = 'Missing and incorrect link to a command line option.'
updated_at = <Date 2013-04-23.16:02:05.221>
user = 'https://bugs.python.org/KyleSimpson'

bugs.python.org fields:

activity = <Date 2013-04-23.16:02:05.221>
actor = 'eric.araujo'
assignee = 'docs@python'
closed = True
closed_date = <Date 2013-04-23.16:02:05.223>
closer = 'eric.araujo'
components = ['Documentation']
creation = <Date 2011-08-23.08:49:11.292>
creator = 'Kyle.Simpson'
dependencies = []
files = []
hgrepos = []
issue_num = 12825
keywords = []
message_count = 4.0
messages = ['142797', '142798', '187648', '187655']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'eric.araujo', 'docs@python', 'Kyle.Simpson']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue12825'
versions = ['Python 2.7']

@KyleSimpson
Copy link
Mannequin Author

KyleSimpson mannequin commented Aug 23, 2011

The documentation for the runpy module has a link to the -m command line option. In version 2.7.2 of the docs, the link doesn't exist.

http://docs.python.org/release/2.7/library/runpy.html
http://docs.python.org/release/2.7.2/library/runpy.html

If you run

touch library/runpy.rst
make html

then the link is created, but with an anchor of "cmdoption-unittest-discover-m" instead of "cmdoption-m".

http://docs.python.org/release/2.7.2/using/cmdline.html#cmdoption-unittest-discover-m

@KyleSimpson KyleSimpson mannequin assigned docspython Aug 23, 2011
@KyleSimpson KyleSimpson mannequin added the docs Documentation in the Doc dir label Aug 23, 2011
@merwok
Copy link
Member

merwok commented Aug 23, 2011

It’s weird that the docs under /release/2.7 has the link but not the one under /.

@KyleSimpson
Copy link
Mannequin Author

KyleSimpson mannequin commented Apr 23, 2013

I can't reproduce this issue for v2.7.2 anymore, and none of the other versions have this problem.

Is it possible to regenerate the online docs for v2.7.2 before closing this issue?

@merwok
Copy link
Member

merwok commented Apr 23, 2013

Thanks for the update. The docs under /release/x.y.z are snapshots from that release, so they are not continuously regenerated. If the current /2 and /2.7 docs are good, this can be closed.

@merwok merwok closed this as completed Apr 23, 2013
@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
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant