Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed Jul 20, 2024
1 parent bf2de95 commit cf6becc
Show file tree
Hide file tree
Showing 62 changed files with 490 additions and 854 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG_CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].

### Changed

* [The documentation][60-2] is updated. (fcf2c0fb, 91d467ac)
* [The documentation][60-2] is updated. (fcf2c0fb, 91d467ac, HEAD)
* [`PyrightBundle`][60-3] and [`PyrightIcon`][60-4] are renamed. (7032faff)
* Gradle is updated to 8.9. (2397aafd, c5d7c8c8)
* [Kotlin Serialization Gradle Plugin][60-5] is updated to 1.7.1.
(330ef0c3, b839a59b)
* [Kover Gradle Plugin][60-6] is updated to 0.8.2. (eb306695, 87e5660a)
* [The `lsp4ij` submodule][60-7] is added. (b67210b7)
* Various files are moved to [the new `cli` submodule][60-8]. (37136d65)
* Path-hints-related logic is revisited to use `PropertyGraph`. (HEAD)
* Path-hints-related logic is revisited to use `PropertyGraph`. (bf2de95e)

### Fixed

Expand All @@ -37,7 +37,7 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].


[60-1]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/4ca4b746/src/main/kotlin/com/insyncwithfoo/pyright/actions/CopyFileCommand.kt
[60-2]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/91d467ac/docs
[60-2]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/HEAD/docs
[60-3]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/7032faff/src/main/kotlin/com/insyncwithfoo/pyright/Bundle.kt
[60-4]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/7032faff/src/main/kotlin/com/insyncwithfoo/pyright/Icon.kt
[60-5]: https://github.com/Kotlin/kotlinx.serialization
Expand Down
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,23 @@
[![Rating](https://img.shields.io/jetbrains/plugin/r/rating/24145)][7]
[![Downloads](https://img.shields.io/jetbrains/plugin/d/24145)][8]

![](docs/assets/cli-demo-2.png)
![](./docs/assets/demo.png)

<!-- Plugin description -->
Pyright integration for PyCharm.

This plugin runs [the Pyright type checker][1] on-the-fly
as you edit your Python files.
and reroutes its diagnostics back to the IDE as you code.

It works by saving all your files as-is before running
the executable provided by you. If you are not OK with that,
please <em>do not</em> install this plugin.

Note: If you use PyCharm Professional,
install [the <i>Pyright Language Server</i> plugin][2] instead.
Warning: Depending on the running mode,
it might save your files at very fast pace.


## Usage

Go to <b>Settings</b> | <b>Tools</b> |
<b>Pyright (Global)</b> / <b>Pyright (Project)</b>
and set the path to your Pyright executable.
and set the path to your Pyright executable(s).

(Not sure what this means? See [the docs][3] for more information.)

Expand All @@ -36,7 +32,7 @@ You should see the annotations in a few seconds.

[1]: https://github.com/microsoft/pyright
[2]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm
[3]: https://insyncwithfoo.github.io/pyright-for-pycharm/configurations/common/#executable
[3]: https://insyncwithfoo.github.io/pyright-for-pycharm/configurations/running-modes/
<!-- Plugin description end -->


Expand Down
Binary file removed docs/assets/cli-demo-1.png
Binary file not shown.
Binary file removed docs/assets/cli-global-configuration-panel.png
Binary file not shown.
Binary file removed docs/assets/cli-project-configuration-panel.png
Binary file not shown.
Binary file added docs/assets/configurations-global-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/configurations-project-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
1 change: 0 additions & 1 deletion docs/assets/icon-outline-10.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/icon-outline-5-white.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/icon-outline-5.svg

This file was deleted.

File renamed without changes.
Binary file modified docs/assets/inspection-highlight-severity-levels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed docs/assets/lsp-demo-1.png
Diff not rendered.
Diff not rendered.
Binary file removed docs/assets/lsp-global-configuration-panel.png
Diff not rendered.
Binary file removed docs/assets/lsp-project-configuration-panel.png
Diff not rendered.
Binary file removed docs/assets/lsp-restart-server-button.png
Diff not rendered.
Binary file added docs/assets/lsp4ij-restart-server-button.png
Binary file added docs/assets/lsp4ij-stop-server-button.png
80 changes: 0 additions & 80 deletions docs/configurations/cli.md

This file was deleted.

191 changes: 0 additions & 191 deletions docs/configurations/common.md

This file was deleted.

Loading

0 comments on commit cf6becc

Please sign in to comment.