Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[backport to 3.6] bpo-28929: Link the documentation to its source file on GitHub#37

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Mariatta merged 2 commits intopython:3.6fromMariatta:issue-28928-3.6
Feb 12, 2017

Conversation

@Mariatta
Copy link
Member

Change the documentation'sShow Source link on the left menu
to GitHub source file.

(cherry picked from commit23bafa2)

Change the documentation's `Show Source` link on the left menuto GitHub source file.(cherry picked from commit23bafa2)
@MariattaMariatta added the type-featureA feature request or enhancement labelFeb 12, 2017
<li><ahref="{{ pathto('_sources/' + sourcename, true)|e }}"
rel="nofollow">{{ _('Show Source') }}</a></li>
<li>
{% if version == "3.7" %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Should this updated when Python 3.7 is released?
I think 2.7, 3.5, and 3.6 branch should not have this if statement.
Or could we pass variable likedoc_source_url_prefix = "https://github.com/python/cpython/blob/3.6/Doc/" from conf?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks for the review,@methane :)
I removed the if statement as suggested.
Branches 2.7, 3.5, and 3.6 don't have the if statement anymore.

@MariattaMariatta merged commitf66c81f intopython:3.6Feb 12, 2017
@MariattaMariatta deleted the issue-28928-3.6 branchFebruary 12, 2017 21:08
kumaraditya303 pushed a commit to kumaraditya303/cpython that referenced this pull requestAug 22, 2022
jaraco pushed a commit to jaraco/cpython that referenced this pull requestFeb 17, 2023
Support for is_resource() and contents()
jaraco added a commit to jaraco/cpython that referenced this pull requestFeb 17, 2023
* Replace pep517.build with buildResolvespython#30* Prefer simple usageCo-authored-by: Jason R. Coombs <jaraco@jaraco.com>
jaraco added a commit to jaraco/cpython that referenced this pull requestFeb 17, 2023
* Use `extend-ignore` in flake8 configThis option allows to add extra ignored rules to the default listinstead of replacing it.The default exclusions are: E121, E123, E126, E226, E24, E704,W503 and W504.Fixespython#28.Refs:*https://github.com/pypa/setuptools/pull/2486/files#r541943356*https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-ignore*https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-ignore* Enable complexity limit.Fixesjaraco/skeleton#34.* Replace pep517.build with build (python#37)* Replace pep517.build with buildResolvespython#30* Prefer simple usageCo-authored-by: Jason R. Coombs <jaraco@jaraco.com>* Use license_files instead of license_file in meta (python#35)Singular `license_file` is deprecated since wheel v0.32.0.Refs:*https://wheel.readthedocs.io/en/stable/news.html*https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-fileCo-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Fidget-Spinner referenced this pull request in pylbbv/pylbbvMay 27, 2023
* Tests: Modified dis.py and added primitive tests* Docs: Typos and more documentation* Test: Fixed minor issue
oraluben pushed a commit to oraluben/cpython that referenced this pull requestJun 25, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@methanemethanemethane left review comments

@berkerpeksagberkerpeksagberkerpeksag approved these changes

Assignees

No one assigned

Labels

type-featureA feature request or enhancement

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@Mariatta@berkerpeksag@methane@the-knights-who-say-ni

[8]ページ先頭

©2009-2025 Movatter.jp