mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Merge pull request #1191 from kroq-gar78/fix-anchors
Fix in-document anchors
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
This section contains getting started information on the following topics:
|
||||
|
||||
- [Technical Overview](getting-started.html#technical-overview)
|
||||
- [Installation](getting-started.html#installation)
|
||||
- [Configuration](getting-started.html#configuration)
|
||||
- [Networking](getting-started.html#networking)
|
||||
- [Security](getting-started.html#security)
|
||||
- [Authentication and users](getting-started.html#authentication-and-users)
|
||||
- [Spawners and single-user notebook servers](getting-started.html#spawners-and-single-user-notebook-servers)
|
||||
- [External Services](getting-started.html#external-services)
|
||||
- [Technical Overview](#technical-overview)
|
||||
- [Installation](#installation)
|
||||
- [Configuration](#configuration)
|
||||
- [Networking](#networking)
|
||||
- [Security](#security)
|
||||
- [Authentication and users](#authentication-and-users)
|
||||
- [Spawners and single-user notebook servers](#spawners-and-single-user-notebook-servers)
|
||||
- [External Services](#external-services)
|
||||
|
||||
|
||||
## 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
|
||||
on an internal network at your organization, or it can run on the public
|
||||
internet (in which case, take care with the Hub's
|
||||
[security](getting-started.html#security)).
|
||||
[security](#security)).
|
||||
|
||||
### Basic operation
|
||||
Users access JupyterHub through a web browser, by going to the IP address or
|
||||
|
@@ -4,13 +4,13 @@ With version 0.7, JupyterHub adds support for **Services**.
|
||||
|
||||
This section provides the following information about Services:
|
||||
|
||||
- [Definition of a Service](services.html#definition-of-a-service)
|
||||
- [Properties of a Service](services.html#properties-of-a-service)
|
||||
- [Hub-Managed Services](services.html#hub-managed-services)
|
||||
- [Launching a Hub-Managed Service](services.html#launching-a-hub-managed-service)
|
||||
- [Externally-Managed Services](services.html#externally-managed-services)
|
||||
- [Writing your own Services](services.html#writing-your-own-services)
|
||||
- [Hub Authentication and Services](services.html#hub-authentication-and-services)
|
||||
- [Definition of a Service](#definition-of-a-service)
|
||||
- [Properties of a Service](#properties-of-a-service)
|
||||
- [Hub-Managed Services](#hub-managed-services)
|
||||
- [Launching a Hub-Managed Service](#launching-a-hub-managed-service)
|
||||
- [Externally-Managed Services](#externally-managed-services)
|
||||
- [Writing your own Services](#writing-your-own-services)
|
||||
- [Hub Authentication and Services](#hub-authentication-and-services)
|
||||
|
||||
## Definition of a Service
|
||||
|
||||
|
Reference in New Issue
Block a user