[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-02-09 10:10:39 +00:00
parent 9535fa3af1
commit dff1b0aca6
3 changed files with 24 additions and 11 deletions

View File

@@ -1,17 +1,22 @@
(reference-index)=
# Reference
_Reference_ documentation provide technical descriptions about JupyterHub and how it works.
This section is divided into two broad subsections:
1. Technical reference.
2. API reference.
---
## Technical reference
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.
### Technical overview
Provides an overview of JupyterHub's components and how they work.
```{toctree}
@@ -23,6 +28,7 @@ technical-reference/technical-overview
### Subsystems
Find details about the different JupyterHub subsystems.
```{toctree}
:maxdepth: 1
@@ -33,6 +39,7 @@ technical-reference/subsystems/spawners
### Configuration
Find useful information about configuring JupyterHub.
```{toctree}
:maxdepth: 1
@@ -44,6 +51,7 @@ technical-reference/configuration/urls
### Events
Find details about JupyterHub events and how to log them.
```{toctree}
:maxdepth: 1
@@ -53,6 +61,7 @@ Find details about JupyterHub events and how to log them.
### Monitoring
Find details about monitoring your JupyterHub deployment.
```{toctree}
:maxdepth: 1
@@ -62,6 +71,7 @@ technical-reference/monitoring/monitoring
### Deployments
Find details about the institutions presently using JupyterHub.
```{toctree}
:maxdepth: 1
@@ -77,7 +87,9 @@ Find details about changes to JupyterHub and its various releases.
technical-reference/changelog/changelog
```
---
(api-index)=
## API reference

View File

@@ -1,6 +1,7 @@
<!---
This doc is part of the API references section of the References documentation.
--->
(jupyterhub-rest-API)=
# JupyterHub REST API