8000 Fix broken links, and put community information at the top of our REA… · shivashankarv/pyscript@f18ec3d · GitHub
[go: up one dir, main page]

Skip to content

Commit f18ec3d

Browse files
Fix broken links, and put community information at the top of our READE (pyscript#1889)
* Fix broken links, and put community information at the top of our README. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b0377cc commit f18ec3d

File tree

1 file changed

+19
-27
lines changed

1 file changed

+19
-27
lines changed

README.md

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,25 @@
66

77
PyScript is a framework that allows users to create rich Python applications in the browser using HTML's interface and the power of [Pyodide](https://pyodide.org/en/stable/), [MicroPython](https://micropython.org/) and [WASM](https://webassembly.org/), and modern web technologies.
88

9-
To get started see the [Beginning PyScript tutorial](https://pyscript.github.io/docs/latest/beginning-pyscript/).
9+
To get started see the [Beginning PyScript tutorial](https://docs.pyscript.net/latest/beginning-pyscript/).
1010

11-
For examples see [here](examples).
11+
For examples see [here](https://pyscript.com/@examples).
12+
13+
Other useful resources:
14+
15+
- The [official technical docs](https:// 10000 docs.pyscript.net/).
16+
- Our current [Home Page](https://pyscript.net/) on the web.
17+
- A free-to-use [online editor](https://pyscript.com/) for trying PyScript.
18+
- Our community [Discord Channel](https://discord.gg/BYB2kvyFwm), to keep in touch .
19+
20+
Every Tuesday at 15:30 UTC there is the _PyScript Community Call_ on zoom, where we can talk about PyScript development in the open. Most of the maintainers regularly participate in the call, and everybody is welcome to join.
21+
22+
Every other Thursday at 16:00 UTC there is the _PyScript FUN_ call: this is a call in which everybody is encouraged to show what they did with PyScript.
23+
24+
For more details on how to join the calls and up to date schedule, consult the official calendar:
25+
26+
- [Google calendar](https://calendar.google.com/calendar/u/0/embed?src=d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0@group.calendar.google.com&ctz=UTC) in UTC time;
27+
- [iCal format](https://calendar.google.com/calendar/ical/d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0%40group.calendar.google.com/public/basic.ics).
1228

1329
### Longer Version
1430

@@ -47,38 +63,14 @@ You can then use PyScript components in your html page. PyScript currently offer
4763
- `<py-script>`: same as `<script type="py">`, but it is not recommended because if the code contains HTML tags, they could be parsed wrongly.
4864
- `<script type="mpy">`: same as above but use MicroPython instead of Python.
4965

50-
Check out the [official docs](https://pyscript.github.io) for more detailed documentation.
66+
Check out the [official docs](https://docs.pyscript.net/) for more detailed documentation.
5167

5268
## How to Contribute
5369

5470
Read the [contributing guide](CONTRIBUTING.md) to learn about our development process, reporting bugs and improvements, creating issues and asking questions.
5571

5672
Check out the [developing process](https://pyscript.github.io/docs/latest/contributing) documentation for more information on how to setup your development environment.
5773

58-
## Community calls and events
59-
60-
Every Tuesday at 15:30 UTC there is the _PyScript Community Call_ on zoom, where we can talk about PyScript development in the open. Most of the maintainers regularly participate in the call, and everybody is welcome to join.
61-
62-
Every other Thursday at 16:00 UTC there is the _PyScript FUN_ call: this is a call in which everybody is encouraged to show what they did with PyScript.
63-
64-
For more details on how to join the calls and up to date schedule, consult the official calendar:
65-
66-
- [Google calendar](https://calendar.google.com/calendar/u/0/embed?src=d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0@group.calendar.google.com&ctz=UTC) in UTC time;
67-
- [iCal format](https://calendar.google.com/calendar/ical/d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0%40group.calendar.google.com/public/basic.ics).
68-
69-
## Resources
70-
71-
- [Official docs](https://pyscript.github.io)
72-
- [Discussion board](https://community.anaconda.cloud/c/tech-topics/pyscript)
73-
- [Home Page](https://pyscript.net/)
74-
- [Blog Post](https://engineering.anaconda.com/2022/04/welcome-pyscript.html)
75-
- [Discord Channel](https://discord.gg/BYB2kvyFwm)
76-
77-
## Notes
78-
79-
- This is an extremely experimental project, so expect things to break!
80-
- PyScript has been only tested on Chrome at the moment.
81-
8274
## Governance
8375

8476
The [PyScript organization governance](https://github.com/pyscript/governance) is documented in a separate repository.

0 commit comments

Comments
 (0)
0