pyright/docs
2023-03-06 17:54:36 -07:00
..
img Documented recent features. 2019-09-04 23:54:19 +00: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 Another small tweak to docs sidebar. 2023-03-06 17:54:36 -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 Added the ability to add new symbols to builtins by simply adding a type stub file named __builtins__.pyi locally. 2022-02-02 19:27:12 -08:00
ci-integration.md add gitlab ci documentation (#4704) 2023-02-27 13:57:05 -07:00
command-line.md Fixed bugs in documentation. 2023-03-06 15:45:51 -07:00
commands.md Implemented "Restart Server" command. 2020-03-08 12:17:19 -07:00
comments.md Updated types in documentation to use PEP 604 syntax. 2022-10-24 20:06:21 -07:00
configuration.md Fixed bugs in documentation. 2023-03-06 15:45:51 -07:00
faq.md Moved installation instructions and FAQ to their own docs pages, further simplifying the main README. 2023-03-06 15:58:44 -07:00
features.md Fixed bugs in documentation. 2023-03-06 15:45:51 -07:00
getting-started.md Fixed bugs in documentation. 2023-03-06 15:45:51 -07:00
import-resolution.md Fixed bugs in documentation. 2023-03-06 15:45:51 -07:00
import-statements.md Added documentation for import statements. 2023-03-06 08:49:00 -07:00
index.html More tweaks to documentation and README files. Added a navbar to docs site. 2023-03-06 17:52:06 -07:00
installation.md Added support for docsify-based docs site. 2023-03-06 15:46:07 -07:00
internals.md Updated types in documentation to use PEP 604 syntax. 2022-10-24 20:06:21 -07:00
mypy-comparison.md Fixed bugs in documentation. 2023-03-06 15:45:51 -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 Small correction to settings documentation. 2023-03-06 16:10:06 -07:00
type-concepts.md Fixed bugs in documentation. 2023-03-06 15:45:51 -07:00
type-inference.md Fix typo (#4398) 2023-01-04 05:53:27 -07:00
type-stubs.md Fixed bugs in documentation. 2023-03-06 15:45:51 -07:00
typed-libraries.md Fix typo in -> is, in typed-libraries.md (#4180) 2022-11-10 17:51:04 -08: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.