mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -1,17 +1,22 @@
|
|||||||
(reference-index)=
|
(reference-index)=
|
||||||
|
|
||||||
# Reference
|
# Reference
|
||||||
|
|
||||||
_Reference_ documentation provide technical descriptions about JupyterHub and how it works.
|
_Reference_ documentation provide technical descriptions about JupyterHub and how it works.
|
||||||
This section is divided into two broad subsections:
|
This section is divided into two broad subsections:
|
||||||
|
|
||||||
1. Technical reference.
|
1. Technical reference.
|
||||||
2. API reference.
|
2. API reference.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Technical reference
|
## Technical reference
|
||||||
|
|
||||||
This section covers more of the details of the JupyterHub architecture, as well as
|
This section covers more of the details of the JupyterHub architecture, as well as
|
||||||
what happens under-the-hood when you deploy and configure your JupyterHub.
|
what happens under-the-hood when you deploy and configure your JupyterHub.
|
||||||
|
|
||||||
### Technical overview
|
### Technical overview
|
||||||
|
|
||||||
Provides an overview of JupyterHub's components and how they work.
|
Provides an overview of JupyterHub's components and how they work.
|
||||||
|
|
||||||
```{toctree}
|
```{toctree}
|
||||||
@@ -23,6 +28,7 @@ technical-reference/technical-overview
|
|||||||
### Subsystems
|
### Subsystems
|
||||||
|
|
||||||
Find details about the different JupyterHub subsystems.
|
Find details about the different JupyterHub subsystems.
|
||||||
|
|
||||||
```{toctree}
|
```{toctree}
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
@@ -33,6 +39,7 @@ technical-reference/subsystems/spawners
|
|||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
Find useful information about configuring JupyterHub.
|
Find useful information about configuring JupyterHub.
|
||||||
|
|
||||||
```{toctree}
|
```{toctree}
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
@@ -44,6 +51,7 @@ technical-reference/configuration/urls
|
|||||||
### Events
|
### Events
|
||||||
|
|
||||||
Find details about JupyterHub events and how to log them.
|
Find details about JupyterHub events and how to log them.
|
||||||
|
|
||||||
```{toctree}
|
```{toctree}
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
@@ -53,6 +61,7 @@ Find details about JupyterHub events and how to log them.
|
|||||||
### Monitoring
|
### Monitoring
|
||||||
|
|
||||||
Find details about monitoring your JupyterHub deployment.
|
Find details about monitoring your JupyterHub deployment.
|
||||||
|
|
||||||
```{toctree}
|
```{toctree}
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
@@ -62,6 +71,7 @@ technical-reference/monitoring/monitoring
|
|||||||
### Deployments
|
### Deployments
|
||||||
|
|
||||||
Find details about the institutions presently using JupyterHub.
|
Find details about the institutions presently using JupyterHub.
|
||||||
|
|
||||||
```{toctree}
|
```{toctree}
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
@@ -77,7 +87,9 @@ Find details about changes to JupyterHub and its various releases.
|
|||||||
|
|
||||||
technical-reference/changelog/changelog
|
technical-reference/changelog/changelog
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
(api-index)=
|
(api-index)=
|
||||||
|
|
||||||
## API reference
|
## API reference
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
<!---
|
<!---
|
||||||
This doc is part of the API references section of the References documentation.
|
This doc is part of the API references section of the References documentation.
|
||||||
--->
|
--->
|
||||||
|
|
||||||
(jupyterhub-rest-API)=
|
(jupyterhub-rest-API)=
|
||||||
|
|
||||||
# JupyterHub REST API
|
# JupyterHub REST API
|
||||||
|
Reference in New Issue
Block a user