Skip to content

Commit 08689c1

Browse files
committed
added links to github discussions; see #167
1 parent 95fe678 commit 08689c1

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,15 @@ the Wiki with examples and tutorials. It would be fun to hear about unique and c
7777
you develop. Please see this [README](https://github.com/custom-components/pyscript/tree/master/tests)
7878
for setting up a development environment and running tests.
7979

80+
Even if you aren't a developer, please participate in our
81+
[discussions community](https://github.com/custom-components/pyscript/discussions).
82+
Helping other users is another great way to contribute to pyscript!
83+
8084
## Useful Links
8185

8286
* [Documentation stable](https://hacs-pyscript.readthedocs.io/en/stable): latest release
8387
* [Documentation latest](https://hacs-pyscript.readthedocs.io/en/latest): current master in Github
88+
* [Discussion and help](https://github.com/custom-components/pyscript/discussions)
8489
* [Issues](https://github.com/custom-components/pyscript/issues)
8590
* [Wiki](https://github.com/custom-components/pyscript/wiki)
8691
* [GitHub repository](https://github.com/custom-components/pyscript) (please add a star if you like pyscript!)

Diff for: docs/contributing.rst

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ tutorials. It would be fun to hear about unique and clever applications
77
you develop. Please see this
88
`README <https://github.com/custom-components/pyscript/tree/master/tests>`__
99
for setting up a development environment and running tests.
10+
11+
Even if you aren't a developer, please participate in our
12+
`discussions community <https://github.com/custom-components/pyscript/discussions>`__.
13+
Helping other users is another great way to contribute to pyscript!

Diff for: docs/useful_links.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Useful Links
33

44
- `Documentation stable <https://hacs-pyscript.readthedocs.io/en/stable>`__: latest release
55
- `Documentation latest <https://hacs-pyscript.readthedocs.io/en/latest>`__: current master in GitHub
6-
- `Issues <https://github.com/custom-components/pyscript/issues>`__
7-
- `Wiki <https://github.com/custom-components/pyscript/wiki>`__
6+
- `Discussion and help <https://github.com/custom-components/pyscript/discussions>`__: community support and discussion
87
- `GitHub repository <https://github.com/custom-components/pyscript>`__ (please add a star if you like pyscript!)
9-
- `Jupyter notebook
10-
tutorial <https://nbviewer.jupyter.org/github/craigbarratt/hass-pyscript-jupyter/blob/master/pyscript_tutorial.ipynb>`__
8+
- `Release notes <https://github.com/custom-components/pyscript/releases>`__: see what's changed
9+
- `Issues <https://github.com/custom-components/pyscript/issues>`__: report bugs or propose new features
10+
- `Wiki <https://github.com/custom-components/pyscript/wiki>`__: share your pyscript apps and scripts
11+
- `Using Jupyter <https://github.com/craigbarratt/hass-pyscript-jupyter>`__
12+
- `Jupyter notebook tutorial <https://nbviewer.jupyter.org/github/craigbarratt/hass-pyscript-jupyter/blob/master/pyscript_tutorial.ipynb>`__

Diff for: info.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ See the documentation if you want to install pyscript manually.
3232
## Useful Links
3333

3434
* [Documentation](https://hacs-pyscript.readthedocs.io/en/stable)
35-
* [Using Jupyter](https://github.com/craigbarratt/hass-pyscript-jupyter)
36-
* [Jupyter notebook tutorial](https://nbviewer.jupyter.org/github/craigbarratt/hass-pyscript-jupyter/blob/master/pyscript_tutorial.ipynb)
35+
* [Discussion and help](https://github.com/custom-components/pyscript/discussions)
3736
* [GitHub repository](https://github.com/custom-components/pyscript) (please add a star if you like pyscript!)
3837
* [Release notes](https://github.com/custom-components/pyscript/releases)
3938
* [Issues](https://github.com/custom-components/pyscript/issues)
4039
* [Wiki](https://github.com/custom-components/pyscript/wiki)
40+
* [Using Jupyter](https://github.com/craigbarratt/hass-pyscript-jupyter)
41+
* [Jupyter notebook tutorial](https://nbviewer.jupyter.org/github/craigbarratt/hass-pyscript-jupyter/blob/master/pyscript_tutorial.ipynb)

0 commit comments

Comments
 (0)