pyright/docs
2023-03-09 09:46:17 -07:00
..
img Did a consistency pass on documentation markdown. 2023-03-06 18:10:33 -07:00
_navbar.md More tweaks to documentation and README files. Added a navbar to docs site. 2023-03-06 17:52:06 -07:00
_sidebar.md Fixed broken links in README for npmjs page. Added missing link to command line interface documentation in sidebar. 2023-03-09 09:46:17 -07:00
.nojekyll Added support for docsify-based docs site. 2023-03-06 15:46:07 -07:00
build-debug.md Updated build instructions. 2023-01-08 09:20:12 -08:00
builtins.md Did a consistency pass on documentation markdown. 2023-03-06 18:10:33 -07:00
ci-integration.md More improvements to documentation. 2023-03-07 16:38:22 -07:00
command-line.md Fixed bugs in documentation. 2023-03-06 15:45:51 -07:00
commands.md Did a consistency pass on documentation markdown. 2023-03-06 18:10:33 -07:00
comments.md More improvements to documentation. 2023-03-07 16:38:22 -07:00
configuration.md Did a consistency pass on documentation markdown. 2023-03-06 18:10:33 -07:00
features.md More improvements to documentation. 2023-03-07 16:38:22 -07:00
getting-started.md More improvements to documentation. 2023-03-07 16:38:22 -07:00
import-resolution.md Did a consistency pass on documentation markdown. 2023-03-06 18:10:33 -07:00
import-statements.md Added documentation for import statements. 2023-03-06 08:49:00 -07:00
index.html Ran auto-formatter on html to avoid style issue in CI. 2023-03-06 17:59:23 -07:00
installation.md More improvements to documentation. 2023-03-07 16:38:22 -07:00
internals.md Updated types in documentation to use PEP 604 syntax. 2022-10-24 20:06:21 -07:00
mypy-comparison.md Updated mypy comparison to reflect change in mypy's type narrowing capabilities. 2023-03-09 08:21:01 -07:00
README.md More tweaks to documentation and README files. Added a navbar to docs site. 2023-03-06 17:52:06 -07:00
settings.md Did a consistency pass on documentation markdown. 2023-03-06 18:10:33 -07:00
type-concepts-advanced.md More improvements to documentation. 2023-03-07 16:38:22 -07:00
type-concepts.md More improvements to documentation. 2023-03-07 16:38:22 -07:00
type-inference.md Fixed capitalization inconsistency in docs. 2023-03-06 18:12:20 -07:00
type-stubs.md Did a consistency pass on documentation markdown. 2023-03-06 18:10:33 -07:00
typed-libraries.md Did a consistency pass on documentation markdown. 2023-03-06 18:10:33 -07:00

Pyright

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 and an extension for Visual Studio Code.