◐ Shell
reader mode source ↗
Skip to content

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

Merged
Mariatta merged 2 commits into
python:3.5from
Mariatta:issue-28928-3.5
Feb 12, 2017
Merged

[backport to 3.5] bpo-28929: Link the documentation to its source file on GitHub#36
Mariatta merged 2 commits into
python:3.5from
Mariatta:issue-28928-3.5

Conversation

@Mariatta

Copy link
Copy Markdown
Member

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

(cherry picked from commit 23bafa2)

Change the documentation's `Show Source` link on the left menu
to GitHub source file.

(cherry picked from commit 23bafa2)
@Mariatta Mariatta added the type-feature A feature request or enhancement label Feb 12, 2017
@Mariatta Mariatta merged commit cabd1c7 into python:3.5 Feb 12, 2017
@Mariatta Mariatta deleted the issue-28928-3.5 branch February 12, 2017 21:08
lazka added a commit to lazka/cpython that referenced this pull request Apr 22, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
lazka added a commit to lazka/cpython that referenced this pull request Apr 24, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
lazka added a commit to lazka/cpython that referenced this pull request Apr 24, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
lazka added a commit to lazka/cpython that referenced this pull request Apr 24, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
lazka added a commit to lazka/cpython that referenced this pull request May 17, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request May 27, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
lazka added a commit to lazka/cpython that referenced this pull request Jun 6, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
lazka added a commit to lazka/cpython that referenced this pull request Jun 24, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
tiran pushed a commit to tiran/cpython that referenced this pull request Aug 22, 2022
tiran pushed a commit to tiran/cpython that referenced this pull request Aug 22, 2022
tiran pushed a commit to tiran/cpython that referenced this pull request Aug 23, 2022
lazka added a commit to lazka/cpython that referenced this pull request Sep 22, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 8, 2022
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
jaraco pushed a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
Document the ABC

Closes python#36

See merge request python-devs/importlib_resources!40
jaraco pushed a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
This change adds `nitpicky=True` (which is an equivalent of `-n`) to
make Sphinx emit warnings for any references to non-existing targets.
Then, it adds `-W` to make it fail whenever a single warning is seen.
Finally, `--keep-going` allows Sphinx to print out all the warnings
before exiting instead of showing just one and bailing.

Resolves python#29

Refs:
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-n
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-W
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-keep-going
121 hidden items Load more…
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
lazka added a commit to lazka/cpython that referenced this pull request Feb 10, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Feb 19, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Feb 21, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jul 11, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
lazka added a commit to lazka/cpython that referenced this pull request Aug 25, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Sep 4, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Sep 9, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
lazka added a commit to lazka/cpython that referenced this pull request Nov 2, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Nov 2, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Nov 2, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 25, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 25, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 25, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 25, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 27, 2024
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
lazka added a commit to lazka/cpython that referenced this pull request Feb 12, 2025
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
lazka added a commit to lazka/cpython that referenced this pull request Apr 16, 2025
--with-c-locale-coercion otherwise defaults to yes and enables code
that isn't compatible on Windows, mainly because the feature is Unix related.

Default to "no" on Windows instead.

Fixes python#36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants