Skip to content

Commit 30ecdf0

Browse files
committed
doc: prepare 0.8.2 release
1 parent a633347 commit 30ecdf0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

doc/source/howtos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Install ``pythonjs``:
1010
1111
pip install PythonJS
1212
13-
And download the latest version on the master branch of `pythonjs.js <https://raw.github.com/PythonJS/PythonJS/master/pythonjs.js>`_.
13+
And download the latest version on the master branch of `pythonjs.js <https://raw.github.com/PythonJS/PythonJS/0.8.2/pythonjs.js>`_.
1414

1515
Prepare a ``app.html`` file that can look like the following:
1616

doc/source/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
PythonJS
77
########
88

9+
#. ``pip install pythonjs``
10+
#. ``wget https://raw.github.com/PythonJS/PythonJS/0.8.2/pythonjs.js``
911
#. Create in Python
1012
#. Translate to Javascript
1113
#. Run in the browser
@@ -21,7 +23,7 @@ Demos
2123
Getting started
2224
===============
2325

24-
Start by reading the howtos to learn more about the specific capabilities of PythonScript, then the remaining part if you feel advanturous.
26+
Start by reading the howtos to learn more about the specific capabilities of PythonJS, then the remaining part if you feel advanturous.
2527

2628
.. toctree::
2729
:maxdepth: 2

0 commit comments

Comments
 (0)