Skip to content

Commit d6fcb3d

Browse files
author
Guilherme Beltramini
committed
DOC: Standardize spelling of "GitHub"
1 parent af62c28 commit d6fcb3d

File tree

17 files changed

+29
-29
lines changed

17 files changed

+29
-29
lines changed

.github/ISSUE_TEMPLATE/feature_request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ body:
6868
attributes:
6969
label: Additional Context
7070
description: >
71-
Please provide any relevant Github issues, code examples or references that help describe and support
71+
Please provide any relevant GitHub issues, code examples or references that help describe and support
7272
the feature request.

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- [ ] closes #xxxx (Replace xxxx with the Github issue number)
1+
- [ ] closes #xxxx (Replace xxxx with the GitHub issue number)
22
- [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature
33
- [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
44
- [ ] Added [type annotations](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#type-hints) to new arguments/methods/functions.

.github/workflows/python-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# In general, this file will remain frozen(present, but not running) until:
55
# - The next unreleased Python version has released beta 1
6-
# - This version should be available on Github Actions.
6+
# - This version should be available on GitHub Actions.
77
# - Our required build/runtime dependencies(numpy, pytz, Cython, python-dateutil)
88
# support that unreleased Python version.
99
# To unfreeze, comment out the ``if: false`` condition, and make sure you update

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Ensure that a wheel builder finishes even if another fails
4545
fail-fast: false
4646
matrix:
47-
# Github Actions doesn't support pairing matrix values together, let's improvise
47+
# GitHub Actions doesn't support pairing matrix values together, let's improvise
4848
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
4949
buildplat:
5050
- [ubuntu-20.04, manylinux_x86_64]

doc/source/development/contributing_codebase.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ Example
651651
^^^^^^^
652652

653653
Here is an example of a self-contained set of tests in a file ``pandas/tests/test_cool_feature.py``
654-
that illustrate multiple features that we like to use. Please remember to add the Github Issue Number
654+
that illustrate multiple features that we like to use. Please remember to add the GitHub Issue Number
655655
as a comment to a new test.
656656

657657
.. code-block:: python

doc/source/development/maintaining.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -210,15 +210,15 @@ pandas supports point releases (e.g. ``1.4.3``) that aim to:
210210

211211
* e.g. If a feature worked in ``1.2`` and stopped working since ``1.3``, a fix can be applied in ``1.4.3``.
212212

213-
Since pandas minor releases are based on Github branches (e.g. point release of ``1.4`` are based off the ``1.4.x`` branch),
213+
Since pandas minor releases are based on GitHub branches (e.g. point release of ``1.4`` are based off the ``1.4.x`` branch),
214214
"backporting" means merging a pull request fix to the ``main`` branch and correct minor branch associated with the next point release.
215215

216-
By default, if a pull request is assigned to the next point release milestone within the Github interface,
216+
By default, if a pull request is assigned to the next point release milestone within the GitHub interface,
217217
the backporting process should happen automatically by the ``@meeseeksdev`` bot once the pull request is merged.
218218
A new pull request will be made backporting the pull request to the correct version branch.
219219
Sometimes due to merge conflicts, a manual pull request will need to be made addressing the code conflict.
220220

221-
If the bot does not automatically start the backporting process, you can also write a Github comment in the merged pull request
221+
If the bot does not automatically start the backporting process, you can also write a GitHub comment in the merged pull request
222222
to trigger the backport::
223223

224224
@meeseeksdev backport version-branch
@@ -271,14 +271,14 @@ being helpful on the issue tracker.
271271
The required steps for adding a maintainer are:
272272

273273
1. Contact the contributor and ask their interest to join.
274-
2. Add the contributor to the appropriate `Github Team <https://github.com/orgs/pandas-dev/teams>`_ if accepted the invitation.
274+
2. Add the contributor to the appropriate `GitHub Team <https://github.com/orgs/pandas-dev/teams>`_ if accepted the invitation.
275275

276276
* ``pandas-core`` is for core team members
277277
* ``pandas-triage`` is for pandas triage members
278278

279279
3. Add the contributor to the pandas Google group.
280-
4. Create a pull request to add the contributor's Github handle to ``pandas-dev/pandas/web/pandas/config.yml``.
281-
5. Create a pull request to add the contributor's name/Github handle to the `governance document <https://github.com/pandas-dev/pandas-governance/blob/master/people.md>`_.
280+
4. Create a pull request to add the contributor's GitHub handle to ``pandas-dev/pandas/web/pandas/config.yml``.
281+
5. Create a pull request to add the contributor's name/GitHub handle to the `governance document <https://github.com/pandas-dev/pandas-governance/blob/master/people.md>`_.
282282

283283
The current list of core-team members is at
284284
https://github.com/pandas-dev/pandas-governance/blob/master/people.md
@@ -328,7 +328,7 @@ The machine can be configured with the `Ansible <http://docs.ansible.com/ansible
328328
Publishing
329329
``````````
330330

331-
The results are published to another Github repository, https://github.com/tomaugspurger/asv-collection.
331+
The results are published to another GitHub repository, https://github.com/tomaugspurger/asv-collection.
332332
Finally, we have a cron job on our docs server to pull from https://github.com/tomaugspurger/asv-collection, to serve them from ``/speed``.
333333
Ask Tom or Joris for access to the webserver.
334334

doc/source/ecosystem.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ development to remain focused around it's original requirements.
1919
This is an inexhaustive list of projects that build on pandas in order to provide
2020
tools in the PyData space. For a list of projects that depend on pandas,
2121
see the
22-
`Github network dependents for pandas <https://github.com/pandas-dev/pandas/network/dependents>`_
22+
`GitHub network dependents for pandas <https://github.com/pandas-dev/pandas/network/dependents>`_
2323
or `search pypi for pandas <https://pypi.org/search/?q=pandas>`_.
2424

2525
We'd like to make it easier for users to find these projects, if you know of other
@@ -599,4 +599,4 @@ Install pandas-stubs to enable basic type coverage of pandas API.
599599

600600
Learn more by reading through :issue:`14468`, :issue:`26766`, :issue:`28142`.
601601

602-
See installation and usage instructions on the `github page <https://github.com/pandas-dev/pandas-stubs>`__.
602+
See installation and usage instructions on the `GitHub page <https://github.com/pandas-dev/pandas-stubs>`__.

doc/source/getting_started/overview.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ untouched. In general we like to **favor immutability** where sensible.
133133
Getting support
134134
---------------
135135

136-
The first stop for pandas issues and ideas is the `Github Issue Tracker
136+
The first stop for pandas issues and ideas is the `GitHub Issue Tracker
137137
<https://github.com/pandas-dev/pandas/issues>`__. If you have a general question,
138138
pandas community experts can answer through `Stack Overflow
139139
<https://stackoverflow.com/questions/tagged/pandas>`__.

doc/source/whatsnew/v1.5.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ Deprecations
654654
In the next major version release, 2.0, several larger API changes are being considered without a formal deprecation such as
655655
making the standard library `zoneinfo <https://docs.python.org/3/library/zoneinfo.html>`_ the default timezone implementation instead of ``pytz``,
656656
having the :class:`Index` support all data types instead of having multiple subclasses (:class:`CategoricalIndex`, :class:`Int64Index`, etc.), and more.
657-
The changes under consideration are logged in `this Github issue <https://github.com/pandas-dev/pandas/issues/44823>`_, and any
657+
The changes under consideration are logged in `this GitHub issue <https://github.com/pandas-dev/pandas/issues/44823>`_, and any
658658
feedback or concerns are welcome.
659659

660660
.. _whatsnew_150.deprecations.int_slicing_series:

doc/sphinxext/announce.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Script to generate contributor and pull request lists
44
55
This script generates contributor and pull request lists for release
6-
announcements using Github v3 protocol. Use requires an authentication token in
6+
announcements using GitHub v3 protocol. Use requires an authentication token in
77
order to have sufficient bandwidth, you can get one following the directions at
88
`<https://help.github.com/articles/creating-an-access-token-for-command-line-use/>_
99
Don't add any scope, as the default is read access to public information. The
@@ -112,7 +112,7 @@ def get_pull_requests(repo, revision_range):
112112
issues = re.findall("^.*\\(\\#(\\d+)\\)$", commits, re.M)
113113
prnums.extend(int(s) for s in issues)
114114

115-
# get PR data from github repo
115+
# get PR data from GitHub repo
116116
prnums.sort()
117117
prs = [repo.get_pull(n) for n in prnums]
118118
return prs

pandas/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file helps to compute a version number in source trees obtained from
2-
# git-archive tarball (such as those provided by githubs download-from-tag
2+
# git-archive tarball (such as those provided by GitHub's download-from-tag
33
# feature). Distribution tarballs (built by setup.py sdist) and build
44
# directories (produced by setup.py build) will contain a much shorter file
55
# that just contains the computed version number.

pandas/tests/io/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def s3_base(worker_id):
7171
if is_platform_arm() or is_platform_mac() or is_platform_windows():
7272
# NOT RUN on Windows/macOS/ARM, only Ubuntu
7373
# - subprocess in CI can cause timeouts
74-
# - Github Actions do not support
74+
# - GitHub Actions do not support
7575
# container services for the above OSs
7676
# - CircleCI will probably hit the Docker rate pull limit
7777
pytest.skip(

pandas/tests/io/sas/test_sas7bdat.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_path_localpath(self, dirpath, data_test_ix):
9696
@pytest.mark.parametrize("chunksize", (3, 5, 10, 11))
9797
@pytest.mark.parametrize("k", range(1, 17))
9898
def test_iterator_loop(self, dirpath, k, chunksize):
99-
# github #13654
99+
# GitHub issue #13654
100100
fname = os.path.join(dirpath, f"test{k}.sas7bdat")
101101
with pd.read_sas(fname, chunksize=chunksize, encoding="utf-8") as rdr:
102102
y = 0
@@ -105,7 +105,7 @@ def test_iterator_loop(self, dirpath, k, chunksize):
105105
assert y == rdr.row_count
106106

107107
def test_iterator_read_too_much(self, dirpath):
108-
# github #14734
108+
# GitHub issue #14734
109109
fname = os.path.join(dirpath, "test1.sas7bdat")
110110
with pd.read_sas(
111111
fname, format="sas7bdat", iterator=True, encoding="utf-8"

pandas/tests/window/test_win_type.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ def test_cmov_window_special_linear_range(win_types_special, step):
684684

685685
@td.skip_if_no_scipy
686686
def test_weighted_var_big_window_no_segfault(win_types, center):
687-
# Github Issue #46772
687+
# GitHub Issue #46772
688688
x = Series(0)
689689
result = x.rolling(window=16, center=center, win_type=win_types).var()
690690
expected = Series(np.NaN)

versioneer.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3434
* a version-control system checkout (mostly used by developers)
3535
* a nightly tarball, produced by build automation
36-
* a snapshot tarball, produced by a web-based VCS browser, like github's
36+
* a snapshot tarball, produced by a web-based VCS browser, like GitHub's
3737
"tarball from tag" feature
3838
* a release tarball, produced by "setup.py sdist", distributed through PyPI
3939
@@ -161,7 +161,7 @@
161161
## Known Limitations
162162
163163
Some situations are known to cause problems for Versioneer. This details the
164-
most significant ones. More can be found on Github
164+
most significant ones. More can be found on GitHub
165165
[issues page](https://github.com/python-versioneer/python-versioneer/issues).
166166
167167
### Subprojects
@@ -421,7 +421,7 @@ def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False, env=
421421
"git"
422422
] = r'''
423423
# This file helps to compute a version number in source trees obtained from
424-
# git-archive tarball (such as those provided by githubs download-from-tag
424+
# git-archive tarball (such as those provided by GitHub's download-from-tag
425425
# feature). Distribution tarballs (built by setup.py sdist) and build
426426
# directories (produced by setup.py build) will contain a much shorter file
427427
# that just contains the computed version number.
@@ -1466,7 +1466,7 @@ def get_versions(verbose=False):
14661466
# extract version from first of: _version.py, VCS command (e.g. 'git
14671467
# describe'), parentdir. This is meant to work for developers using a
14681468
# source checkout, for users of a tarball created by 'setup.py sdist',
1469-
# and for users of a tarball/zipball created by 'git archive' or github's
1469+
# and for users of a tarball/zipball created by 'git archive' or GitHub's
14701470
# download-from-tag feature or the equivalent in other VCSes.
14711471

14721472
get_keywords_f = handlers.get("get_keywords")

web/pandas/community/ecosystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ Install pandas-stubs to enable basic type coverage of pandas API.
399399
Learn more by reading through these issues [14468](https://github.com/pandas-dev/pandas/issues/14468),
400400
[26766](https://github.com/pandas-dev/pandas/issues/26766), [28142](https://github.com/pandas-dev/pandas/issues/28142).
401401

402-
See installation and usage instructions on the [github page](https://github.com/VirtusLab/pandas-stubs).
402+
See installation and usage instructions on the [GitHub page](https://github.com/VirtusLab/pandas-stubs).
403403

404404
### [Hamilton](https://github.com/stitchfix/hamilton)
405405

web/pandas_web.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def main(
395395
action="store_true",
396396
help="do not fail if errors happen when fetching "
397397
"data from http sources, and those fail "
398-
"(mostly useful to allow github quota errors "
398+
"(mostly useful to allow GitHub quota errors "
399399
"when running the script locally)",
400400
)
401401
args = parser.parse_args()

0 commit comments

Comments
 (0)