Skip to content

Commit cf6551d

Browse files
committed
Lint docs
1 parent 39b1204 commit cf6551d

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

docs/Language Servers.ipynb

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,14 @@
135135
"source": [
136136
"### Servers tested with Notebooks\n",
137137
"\n",
138-
"While most servers should work with notebooks and standalone files, some\n",
139-
"require additional adjustments. The following language servers are tested\n",
140-
"against `jupyterlab-lsp` and any issues when using them in notebooks\n",
141-
"will be prioritised.\n",
138+
"While most servers should work with notebooks and standalone files, some require\n",
139+
"additional adjustments. The following language servers are tested against\n",
140+
"`jupyterlab-lsp` and any issues when using them in notebooks will be\n",
141+
"prioritised.\n",
142142
"\n",
143-
"If you choose to install multiple language servers for the same language, the one with the highest\n",
144-
"`priority` (which can be set in the _Advanced Settings Editor_) will be used."
143+
"If you choose to install multiple language servers for the same language, the\n",
144+
"one with the highest `priority` (which can be set in the _Advanced Settings\n",
145+
"Editor_) will be used."
145146
]
146147
},
147148
{
@@ -341,24 +342,26 @@
341342
"cell_type": "markdown",
342343
"metadata": {},
343344
"source": [
344-
"Servers and extensions listed below are not included in the testing suite of `jupyterlab-lsp`; the support may be provided by community members or a third-party:"
345+
"Servers and extensions listed below are not included in the testing suite of\n",
346+
"`jupyterlab-lsp`; the support may be provided by community members or a\n",
347+
"third-party:"
345348
]
346349
},
347350
{
348351
"cell_type": "markdown",
349352
"metadata": {},
350353
"source": [
351-
"| Languages | Implementation | Comment |\n",
352-
"|---------------------------|-------------------------------------------|---------------|\n",
353-
"| Spark SQL | [CybercentreCanada/jupyterlab-sql-editor] | |\n",
354-
"| GraphQL, SPARQL, Turtle | [jupyrdf/graph-lsp] | |\n",
355-
"| JSON | [jupyter-lsp/json-lsp] | (1) |\n",
356-
"| YAML | [jupyter-lsp/yaml-lsp] | (1) |\n",
357-
"| Scala | [scalameta/metals] | (2) |\n",
358-
"\n",
354+
"| Languages | Implementation | Comment |\n",
355+
"| ----------------------- | ----------------------------------------- | ------- |\n",
356+
"| Spark SQL | [CybercentreCanada/jupyterlab-sql-editor] | |\n",
357+
"| GraphQL, SPARQL, Turtle | [jupyrdf/graph-lsp] | |\n",
358+
"| JSON | [jupyter-lsp/json-lsp] | (1) |\n",
359+
"| YAML | [jupyter-lsp/yaml-lsp] | (1) |\n",
360+
"| Scala | [scalameta/metals] | (2) |\n",
359361
"\n",
360362
"[jupyrdf/graph-lsp]: https://github.com/jupyrdf/graph-lsp\n",
361-
"[CybercentreCanada/jupyterlab-sql-editor]: https://github.com/CybercentreCanada/jupyterlab-sql-editor\n",
363+
"[CybercentreCanada/jupyterlab-sql-editor]:\n",
364+
" https://github.com/CybercentreCanada/jupyterlab-sql-editor\n",
362365
"[jupyter-lsp/json-lsp]: https://github.com/jupyter-lsp/json-lsp\n",
363366
"[jupyter-lsp/yaml-lsp]: https://github.com/jupyter-lsp/yaml-lsp\n",
364367
"[scalameta/metals]: https://github.com/scalameta/metals"
@@ -369,8 +372,9 @@
369372
"metadata": {},
370373
"source": [
371374
"- (1) convenience wrappers for installation with `pip`, require Node.js.\n",
372-
"- (2) `metals` is not currently auto-detected, but can be configured as demonstrated in the\n",
373-
"[configuration example](./Configuring.html#example-scala-language-server-metals-integration)."
375+
"- (2) `metals` is not currently auto-detected, but can be configured as\n",
376+
" demonstrated in the\n",
377+
" [configuration example](./Configuring.html#example-scala-language-server-metals-integration)."
374378
]
375379
},
376380
{

0 commit comments

Comments
 (0)