mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
Merge pull request #2646 from ilee38/fix-typos-tech-reference
fix typos on technical reference documentation
This commit is contained in:
@@ -102,7 +102,7 @@ route to be proxied, such as `/user/name/`. A routespec will:
|
|||||||
### Adding a route
|
### Adding a route
|
||||||
|
|
||||||
When adding a route, JupyterHub may pass a JSON-serializable dict as a `data`
|
When adding a route, JupyterHub may pass a JSON-serializable dict as a `data`
|
||||||
argument that should be attacked to the proxy route. When that route is
|
argument that should be attached to the proxy route. When that route is
|
||||||
retrieved, the `data` argument should be returned as well. If your proxy
|
retrieved, the `data` argument should be returned as well. If your proxy
|
||||||
implementation doesn't support storing data attached to routes, then your
|
implementation doesn't support storing data attached to routes, then your
|
||||||
Python wrapper may have to handle storing the `data` piece itself, e.g in a
|
Python wrapper may have to handle storing the `data` piece itself, e.g in a
|
||||||
@@ -204,7 +204,7 @@ setup(
|
|||||||
```
|
```
|
||||||
|
|
||||||
If you have added this metadata to your package,
|
If you have added this metadata to your package,
|
||||||
users can select your authenticator with the configuration:
|
users can select your proxy with the configuration:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
c.JupyterHub.proxy_class = 'mything'
|
c.JupyterHub.proxy_class = 'mything'
|
||||||
|
@@ -195,7 +195,7 @@ setup(
|
|||||||
```
|
```
|
||||||
|
|
||||||
If you have added this metadata to your package,
|
If you have added this metadata to your package,
|
||||||
users can select your authenticator with the configuration:
|
users can select your spawner with the configuration:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
c.JupyterHub.spawner_class = 'myservice'
|
c.JupyterHub.spawner_class = 'myservice'
|
||||||
|
@@ -76,7 +76,7 @@ resolves the cross-site issues.
|
|||||||
|
|
||||||
### Disable user config
|
### Disable user config
|
||||||
|
|
||||||
If subdomains are not available or not desirable, JupyterHub provides a a
|
If subdomains are not available or not desirable, JupyterHub provides a
|
||||||
configuration option `Spawner.disable_user_config`, which can be set to prevent
|
configuration option `Spawner.disable_user_config`, which can be set to prevent
|
||||||
the user-owned configuration files from being loaded. After implementing this
|
the user-owned configuration files from being loaded. After implementing this
|
||||||
option, PATHs and package installation and PATHs are the other things that the
|
option, PATHs and package installation and PATHs are the other things that the
|
||||||
|
Reference in New Issue
Block a user