Fixed broken links in README for npmjs page. Added missing link to command line interface documentation in sidebar.

This commit is contained in:
Eric Traut 2023-03-09 09:46:17 -07:00
parent ec8f6fd59b
commit 3f987e3137
2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,10 @@
![Pyright](/docs/img/PyrightLarge.png)
![Pyright](https://github.com/microsoft/pyright/blob/main/docs/img/PyrightLarge.png)
# Static Type Checker for Python
Pyright is a full-featured, standards-based static type checker for Python. It is designed for high performance and can be used with large Python source bases.
Pyright includes both a [command-line tool](/docs/command-line.md) and an [extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright).
Pyright includes both a [command-line tool](https://microsoft.github.io/pyright/#/command-line) and an [extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright).
## Documentation

View File

@ -15,6 +15,7 @@
- [Sample pyproject.toml](configuration.md#sample-pyprojecttoml-file)
- [Diagnostic Rule Defaults](configuration.md#diagnostic-rule-defaults)
- [Language Server Settings](settings.md)
- [Command Line Interface](command-line.md)
- [Controlling Behavior With Comments](comments.md)
- [Continuous Integration](ci-integration.md)