-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: restructure the documentation... again
This commit attempts to add a bit more structure to the documentation, hopefully making it easier to navigate as the number of articles slowly grows
- Loading branch information
Showing
44 changed files
with
168 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Coming Soon\ :sup:`TM` | ||
====================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
How To | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
|
||
Interpret Semantic Tokens <howto/interpret-semantic-tokens> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
How To | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
|
||
Migrate to v1 <howto/migrate-to-v1> | ||
Migrate to v2 <howto/migrate-to-v2> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
Python API | ||
========== | ||
|
||
In this section you will find reference documentation on pygls' Python API | ||
|
||
.. toctree:: | ||
:hidden: | ||
:glob: | ||
|
||
reference/* | ||
|
||
|
||
.. grid:: 1 2 2 2 | ||
:gutter: 2 | ||
|
||
.. grid-item-card:: Clients | ||
:link: reference/clients | ||
:link-type: doc | ||
:text-align: center | ||
|
||
pygls' Language Client APIs. | ||
|
||
.. grid-item-card:: Servers | ||
:link: reference/servers | ||
:link-type: doc | ||
:text-align: center | ||
|
||
pygls' Language Server APIs | ||
|
||
.. grid-item-card:: LSP Types | ||
:link: reference/types | ||
:link-type: doc | ||
:text-align: center | ||
|
||
LSP type definitions, as provided by the *lsprotocol* library | ||
|
||
.. grid-item-card:: URIs | ||
:link: reference/types | ||
:link-type: doc | ||
:text-align: center | ||
|
||
Helper functions for working with URIs | ||
|
||
.. grid-item-card:: Workspace | ||
:link: reference/workspace | ||
:link-type: doc | ||
:text-align: center | ||
|
||
pygls' workspace API | ||
|
||
.. grid-item-card:: Protocol | ||
:link: reference/protocol | ||
:link-type: doc | ||
:text-align: center | ||
|
||
pygls' low-level protocol APIs | ||
|
||
.. grid-item-card:: IO | ||
:link: reference/io | ||
:link-type: doc | ||
:text-align: center | ||
|
||
pygls' low-level input/output APIs |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
IO | ||
== | ||
|
||
|
||
.. automodule:: pygls.io_ | ||
:members: |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters