@@ -15,7 +15,7 @@ as separate packages.
15
15
Server Processes are configured with a dictionary of key value
16
16
pairs.
17
17
18
- (server-process- cmd)=
18
+ (server-process: cmd )=
19
19
20
20
### ` command `
21
21
@@ -32,7 +32,7 @@ One of:
32
32
needs to know its full path it can be constructed from
33
33
` {base_url}/proxy/{port} `
34
34
35
- - A callable that takes any {ref}` callable arguments <server-process/ callable-arguments> ` ,
35
+ - A callable that takes any {ref}` callable arguments <server-process: callable-arguments> ` ,
36
36
and returns a list of strings that are used & treated same as above.
37
37
38
38
If the command is not specified or is an empty list, the server process is
@@ -53,7 +53,7 @@ One of:
53
53
the started process, in addition to the environment of the notebook
54
54
process itself. The strings ` {port} ` , ` {unix_socket} ` and
55
55
` {base_url} ` will be replaced as for ** command** .
56
- - A callable that takes any {ref}` callable arguments <server-process/ callable-arguments> ` ,
56
+ - A callable that takes any {ref}` callable arguments <server-process: callable-arguments> ` ,
57
57
and returns a dictionary of strings that are used & treated same as above.
58
58
59
59
### ` absolute_url `
@@ -88,7 +88,7 @@ Defaults to _False_.
88
88
Set the port that the service will listen on. The default is to
89
89
automatically select an unused port.
90
90
91
- (server-process- unix-socket)=
91
+ (server-process: unix-socket )=
92
92
93
93
### ` unix_socket `
94
94
@@ -98,7 +98,7 @@ Jupyter Server Proxy to create a temporary directory to hold the socket,
98
98
ensuring that only the user running Jupyter can connect to it.
99
99
100
100
If this is used, the ` {unix_socket} ` argument in the command template
101
- (see {ref}` server-process- cmd ` ) will be a filesystem path. The server should
101
+ (see {ref}` server-process: cmd ` ) will be a filesystem path. The server should
102
102
create a Unix socket bound to this path and listen for HTTP requests on it.
103
103
The ` port ` configuration key will be ignored.
104
104
@@ -148,10 +148,10 @@ One of:
148
148
- A dictionary of strings that are passed in as HTTP headers to the proxy
149
149
request. The strings ` {port} ` and ` {base_url} ` will be replaced as
150
150
for ** command** .
151
- - A callable that takes any {ref}` callable arguments <server-process/ callable-arguments> ` ,
151
+ - A callable that takes any {ref}` callable arguments <server-process: callable-arguments> ` ,
152
152
and returns a dictionary of strings that are used & treated same as above.
153
153
154
- (server-process- callable-arguments)=
154
+ (server-process: callable-arguments )=
155
155
156
156
#### Callable arguments
157
157
@@ -237,7 +237,7 @@ if we want tighter control over what process is spawned.
237
237
in your notebook url. The URL path is specified by the key,
238
238
but this should be made more configurable in the future.
239
239
240
- (server-process- package)=
240
+ (server-process: package )=
241
241
242
242
## Specifying config from python packages
243
243
0 commit comments