Skip to content

Commit 5f571a6

Browse files
committed
added VSCode mention and link to latest docs
1 parent 1c9afc2 commit 5f571a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ can sleep or wait for additional changes in state variables or events, without s
1515
other operations. You can think of these functions as small programs that run in parallel,
1616
independently of each other, and they could be active for extended periods of time.
1717

18-
Pyscript also provides a kernel that interfaces with the Jupyter front-ends (eg, notebook, console
19-
and lab). That allows you to develop and test pyscript code interactively. Plus you can interact
18+
Pyscript also provides a kernel that interfaces with the Jupyter front-ends (eg, notebook, console,
19+
lab and VSCode). That allows you to develop and test pyscript code interactively. Plus you can interact
2020
with much of HASS by looking at state variables, calling services etc.
2121

2222
## Documentation
@@ -78,7 +78,8 @@ for setting up a development environment and running tests.
7878

7979
## Useful Links
8080

81-
* [Documentation](https://hacs-pyscript.readthedocs.io/en/stable)
81+
* [Documentation stable](https://hacs-pyscript.readthedocs.io/en/stable): latest release
82+
* [Documentation latest](https://hacs-pyscript.readthedocs.io/en/latest): current master in Github
8283
* [Issues](https://github.com/custom-components/pyscript/issues)
8384
* [Wiki](https://github.com/custom-components/pyscript/wiki)
8485
* [GitHub repository](https://github.com/custom-components/pyscript) (please add a star if you like pyscript!)

0 commit comments

Comments
 (0)