Skip to content

Commit 117caba

Browse files
committed
WiP
1 parent f7457be commit 117caba

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

docs/beginning-pyscript.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ refresh the page (`CTRL-R`) to see any updates you may have made.
5959
[Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
6060
can be used to reload the page as you edit your files.
6161

62+
Alternatively, if you have an account on [GitHub](https://github.com) you
63+
could use VSCode in your browser as a
64+
[PyScript aware "CodeSpace"](https://github.com/ntoll/codespaces-project-template-pyscript/)
65+
(just follow the instructions in the README file).
66+
6267
If you decide to use [pyscript.com](https://pyscript.com) (recommended for
6368
first steps), once signed in, create a new project by pressing the "+" button
6469
on the left hand side below the site's logo. You'll be presented with a page

docs/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![PyScript Logo](assets/images/pyscript.svg)
22

3-
<h1 style="text-align: center; font-weight: bold;">PyScript is a platform for Python in the browser.</h1>
3+
<h1 style="text-align: center; font-weight: bold;">PyScript is an <u>open source</u> platform for Python in the browser.</h1>
44

55
## PyScript is...
66

@@ -22,18 +22,19 @@
2222
<dl>
2323
<dt><strong>I'm a beginner...</strong></dt>
2424
<dd>Welcome! PyScript is designed to be friendly for beginner coders. The
25-
best place to start is by reading our
25+
best way to start is to read our
2626
<a href="beginning-pyscript">beginning PyScript guide</a>
27-
and then using
27+
and then use
2828
<a href="https://pyscript.com/" target="_blank">pyscript.com</a>
29-
to create your first apps. Having problems? Check out our
29+
to create your first apps. Problems? Check out our
3030
<a href="faq">frequently asked questions</a>.</dd>
3131
<dt><strong>I'm already technical...</strong></dt>
3232
<dd>The beginner docs will set you up with a simple coding environment. For
3333
more in-depth technical coverage of PyScript, consult the
3434
<a href="user-guide">user guide</a>. The
3535
<a href="examples">example applications</a> demonstrate many of the features
36-
of PyScript. The <a href="faq">FAQ</a> contains lots of technical detail.</dd>
36+
of PyScript. The <a href="api">API docs</a> and <a href="faq">FAQ</a>
37+
contain lots of technical detail.</dd>
3738
<dt><strong>I want to contribute...</strong></dt>
3839
<dd>
3940
<p>Welcome, friend!

docs/user-guide/what.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# What is PyScript?
22

3-
[PyScript](https://pyscript.net) is a platform for [Python](https://python.org) in the
3+
[PyScript](https://pyscript.net) is an
4+
[open source](../../license/) platform for
5+
[Python](https://python.org) in the
46
[browser](https://en.wikipedia.org/wiki/Web_browser).
57

68
PyScript brings together two of the most vibrant technical ecosystems on the

0 commit comments

Comments
 (0)