Skip to content

Commit fdd52cc

Browse files
committed
release 0.6.0-alpha.2
1 parent 59621fe commit fdd52cc

36 files changed

+2493
-1176
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
__pycache__/
55
build/
66
dist/
7+
!*.jar

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ If you have Java 11 installed on your computer, you can install py5 using pip:
3939
pip install py5
4040
4141
`Detailed installation instructions
42-
<http://py5.ixora.io/install/>`_ are available on the documentation website. There are some `Special Notes for Mac Users
43-
<http://py5.ixora.io/tutorials/mac-users/>`_ that you should read if you use OSX.
42+
<https://py5.ixora.io/content/install.html>`_ are available on the documentation website. There are some `Special Notes for Mac Users
43+
<https://py5.ixora.io/content/osx_users.html>`_ that you should read if you use OSX.
4444

4545
There are currently four basic ways to use py5. They are:
4646

@@ -52,10 +52,8 @@ There are currently four basic ways to use py5. They are:
5252
The py5 library is created by the meta-programming project py5generator_. Therefore, the py5 code should not be changed manually. Any issues, etc, should be directed to the py5generator_ repository.
5353

5454
The `py5 documentation website
55-
<http://py5.ixora.io/>`_ provides basic tutorials and reference documentation. The website is very much a work in progress. The `reference documentation
56-
<http://py5.ixora.io/reference/>`_ is solid but the how-to's and tutorials need a lot of work. See the py5examples_ repository for some working examples.
55+
<https://py5.ixora.io/>`_ provides basic tutorials and reference documentation. The website is very much a work in progress. The reference documentation is solid but the how-to's and tutorials need a lot of work.
5756

5857
.. _Processing: https://github.com/processing/processing4
5958
.. _JPype: https://github.com/jpype-project/jpype
6059
.. _py5generator: https://github.com/hx2A/py5generator
61-
.. _py5examples: https://github.com/hx2A/py5examples

0 commit comments

Comments
 (0)