Skip to content

Commit

Permalink
term: Github->GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Aug 10, 2020
1 parent 5f2b65b commit a87a63b
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion content/docs/api-reference/open.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ streamed, which optimizes memory usage.

Any <abbr>data artifact</abbr> hosted online can be processed directly in your
Python code with this API. For example, an XML file tracked in a public DVC repo
on Github can be processed like this:
on GitHub can be processed like this:

```py
from xml.sax import parse
Expand Down
2 changes: 1 addition & 1 deletion content/docs/api-reference/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ These are loaded to memory directly (without using any disc space).

Any <abbr>data artifact</abbr> hosted online can be loaded directly in your
Python code with this API. For example, let's say that you want to load and
unserialize a binary model from a repo on Github:
unserialize a binary model from a repo on GitHub:

```py
import pickle
Expand Down
2 changes: 1 addition & 1 deletion content/docs/command-reference/get-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Download a file or directory from a supported URL (for example `s3://`,
`ssh://`, and other protocols) into the local file system.

> See `dvc get` to download data/model files or directories from other <abbr>DVC
> repositories</abbr> (e.g. hosted on Github).
> repositories</abbr> (e.g. hosted on GitHub).
## Synopsis

Expand Down
2 changes: 1 addition & 1 deletion content/docs/command-reference/import-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Download a file or directory from a supported URL (for example `s3://`,
changes in the remote data source. Creates a `.dvc` file.

> See `dvc import` to download and tack data/model files or directories from
> other <abbr>DVC repositories</abbr> (e.g. hosted on Github).
> other <abbr>DVC repositories</abbr> (e.g. hosted on GitHub).
## Synopsis

Expand Down
2 changes: 1 addition & 1 deletion content/docs/command-reference/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ positional arguments:
DVC, by effectively replacing data files, models, directories with `.dvc` files
(`.dvc`), hides actual locations and names. This means that you don't see data
files when you browse a <abbr>DVC repository</abbr> on Git hosting (e.g.
Github), you just see the `dvc.yaml` and `.dvc` files. This makes it hard to
GitHub), you just see the `dvc.yaml` and `.dvc` files. This makes it hard to
navigate the project to find <abbr>data artifacts</abbr> for use with `dvc get`,
`dvc import`, or `dvc.api`.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/command-reference/remote/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ positional arguments:

What is data remote?

The same way as Github provides storage hosting for Git repositories, DVC
The same way as GitHub provides storage hosting for Git repositories, DVC
remotes provide a central place to keep and share data and model files. With
this remote storage, you can pull models and data files created by colleagues
without spending time and resources to build or process them locally. It also
Expand Down
2 changes: 1 addition & 1 deletion content/docs/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ brew install dvc
## Install from package

Get the PKG (binary) from the big "Download" button on the [home page](/), or
from the [release page](https://github.com/iterative/dvc/releases/) on Github.
from the [release page](https://github.com/iterative/dvc/releases/) on GitHub.

> Note that currently, in order to open the PKG file, you must go to the
> Downloads directory in Finder and use
Expand Down
2 changes: 1 addition & 1 deletion content/docs/install/pre-release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install Pre-release Version

If you want to test the latest stable version of DVC, ahead of official
releases, you can install it from our code repository Github.
releases, you can install it from our code repository GitHub.

> We **strongly** recommend creating a
> [virtual environment](https://python.readthedocs.io/en/stable/library/venv.html)
Expand Down
4 changes: 2 additions & 2 deletions content/docs/user-guide/contributing/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Format:
(long description)
Fixes #(Github issue id).
Fixes #(GitHub issue id).
```

Message types:
Expand All @@ -329,7 +329,7 @@ Message types:
- _short description_: Short description of the patch
- _long description_: If needed, longer message describing the patch in more
details
- _github issue id_: ID of the Github issue that this patch is addressing
- _github issue id_: ID of the GitHub issue that this patch is addressing

Example:

Expand Down
2 changes: 1 addition & 1 deletion content/docs/user-guide/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ to update the docs and redeploy the website.

In case of a minor change, you can use the **Edit on GitHub** button (found to
the right of each page) to fork the repository, edit it in place (with the
source code file **Edit** button in Github), and create a pull request (PR).
source code file **Edit** button in GitHub), and create a pull request (PR).

Otherwise, please refer to the following procedure:

Expand Down
2 changes: 1 addition & 1 deletion content/docs/user-guide/related-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bringing best practices from software engineering into the data science field
features (e.g. [pipelines](/doc/command-reference/dag),
[metrics](/doc/command-reference/metrics), etc.).

- Github (most common Git hosting service) has a limit of 2 GB per repository.
- GitHub (most common Git hosting service) has a limit of 2 GB per repository.

## Git-annex

Expand Down
2 changes: 1 addition & 1 deletion content/docs/user-guide/updating-tracked-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ corruption when the DVC config option `cache.type` is set to `hardlink` or/and
link types.)

> For an example of the cache corruption problem see
> [issue #599](https://github.com/iterative/dvc/issues/599) in our Github
> [issue #599](https://github.com/iterative/dvc/issues/599) in our GitHub
> repository.
Assume `train.tsv` is tracked by DVC and you want to update it. Here updating
Expand Down

0 comments on commit a87a63b

Please sign in to comment.