Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite6e85ac

Browse files
raulcdpww217
andauthored
[MINOR] Add full path to examples on README (pyscript#148)
* Add full path to examples on README* Update relative path to show examples and readme* Remove /, add link to pyscriptjs/examplesCo-authored-by: Peter W <34256109+pww217@users.noreply.github.com>
1 parentecb4b08 commite6e85ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PyScript is a Pythonic alternative to Scratch, JSFiddle or other "easy to use" p
77

88
To get started see[GETTING-STARTED](GETTING-STARTED.md).
99

10-
For examples see[the pyscript folder](pyscriptjs/README.md).
10+
For examples see[the pyscript folder](pyscriptjs).
1111

1212
###Longer Version
1313
PyScript is a meta project that aims to combine multiple open technologies to create a framework for users to use Python (and other languages) to create sophisticated applications in the browser. It highly integrates with the way the DOM works in the browser and allows users to add logic, in Python, in a way that feels natural to web as well as Python developers.
@@ -24,7 +24,7 @@ At that point, you can then use PyScript components in your html page. PyScript
2424
*`<py-script>`: that can be used to define python code that is executable within the web page. The element itself is not rendered to the page and only used to add logic
2525
*`<py-repl>`: creates a REPL component that is rendered to the page as a code editor and allows users to write code that can be executed
2626

27-
Check out the`/examples` folder for more examples on how to use it, all you need to do is open them in Chrome.
27+
Check out the[pyscriptjs/examples](pyscriptjs/examples) folder for more examples on how to use it, all you need to do is open them in Chrome.
2828

2929
##How to Contribute
3030

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp