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

some fixes in documentation #765

Merged
merged 1 commit into from
Jan 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Getting started

The primary goal of BinderHub is creating custom computing environments that
can be used by many remote users. BinderHub enables an end user to easily
specify a desired computing environment from a GitHub repo. BinderHub then
specify a desired computing environment from a Git repo. BinderHub then
serves the custom computing environment at a URL which users can access
remotely.

Expand Down
4 changes: 2 additions & 2 deletions doc/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ and registry of Docker images. It utilizes the following tools:
- **Kubernetes** to manage resources on the cloud
- **Helm** to configure and control Kubernetes
- **Docker** to use containers that standardize computing environments
- A **BinderHub UI** that users can access to specify GitHub repos they want
- A **BinderHub UI** that users can access to specify Git repos they want
built
- **BinderHub** to generate Docker images using the URL of a GitHub repository
- **BinderHub** to generate Docker images using the URL of a Git repository
- A **Docker registry** (such as gcr.io) that hosts container images
- **JupyterHub** to deploy temporary containers for users

Expand Down
2 changes: 1 addition & 1 deletion doc/turn-off.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Contracting the size of your cluster
------------------------------------

If you would like to shrink the size of your cluster, refer to the
`Expanding and contracting the size of your cluster <https://zero-to-jupyterhub.readthedocs.io/en/latest/extending-jupyterhub.html#expanding-and-contracting-the-size-of-your-cluster>`_
`Expanding and contracting the size of your cluster <https://zero-to-jupyterhub.readthedocs.io/en/latest/user-resources.html#expanding-and-contracting-the-size-of-your-cluster>`_
section of the `Zero to JupyterHub`_ documentation. Resizing the cluster to
zero nodes could be used if you wish to temporarily reduce the cluster (and
save costs) without deleting the cluster.
Expand Down