Merge pull request #1191 from kroq-gar78/fix-anchors

Fix in-document anchors
This commit is contained in:
Min RK
2017-06-28 10:36:14 +01:00
committed by GitHub
2 changed files with 16 additions and 16 deletions

View File

@@ -2,14 +2,14 @@
This section contains getting started information on the following topics: This section contains getting started information on the following topics:
- [Technical Overview](getting-started.html#technical-overview) - [Technical Overview](#technical-overview)
- [Installation](getting-started.html#installation) - [Installation](#installation)
- [Configuration](getting-started.html#configuration) - [Configuration](#configuration)
- [Networking](getting-started.html#networking) - [Networking](#networking)
- [Security](getting-started.html#security) - [Security](#security)
- [Authentication and users](getting-started.html#authentication-and-users) - [Authentication and users](#authentication-and-users)
- [Spawners and single-user notebook servers](getting-started.html#spawners-and-single-user-notebook-servers) - [Spawners and single-user notebook servers](#spawners-and-single-user-notebook-servers)
- [External Services](getting-started.html#external-services) - [External Services](#external-services)
## Technical Overview ## Technical Overview
@@ -36,7 +36,7 @@ To use JupyterHub, you need a Unix server (typically Linux) running somewhere
that is accessible to your team on the network. The JupyterHub server can be that is accessible to your team on the network. The JupyterHub server can be
on an internal network at your organization, or it can run on the public on an internal network at your organization, or it can run on the public
internet (in which case, take care with the Hub's internet (in which case, take care with the Hub's
[security](getting-started.html#security)). [security](#security)).
### Basic operation ### Basic operation
Users access JupyterHub through a web browser, by going to the IP address or Users access JupyterHub through a web browser, by going to the IP address or

View File

@@ -4,13 +4,13 @@ With version 0.7, JupyterHub adds support for **Services**.
This section provides the following information about Services: This section provides the following information about Services:
- [Definition of a Service](services.html#definition-of-a-service) - [Definition of a Service](#definition-of-a-service)
- [Properties of a Service](services.html#properties-of-a-service) - [Properties of a Service](#properties-of-a-service)
- [Hub-Managed Services](services.html#hub-managed-services) - [Hub-Managed Services](#hub-managed-services)
- [Launching a Hub-Managed Service](services.html#launching-a-hub-managed-service) - [Launching a Hub-Managed Service](#launching-a-hub-managed-service)
- [Externally-Managed Services](services.html#externally-managed-services) - [Externally-Managed Services](#externally-managed-services)
- [Writing your own Services](services.html#writing-your-own-services) - [Writing your own Services](#writing-your-own-services)
- [Hub Authentication and Services](services.html#hub-authentication-and-services) - [Hub Authentication and Services](#hub-authentication-and-services)
## Definition of a Service ## Definition of a Service