Skip to content

Commit 46ea620

Browse files
committed
Get ready for release 1.0.1
1 parent f9f17c1 commit 46ea620

File tree

7 files changed

+467
-7
lines changed

7 files changed

+467
-7
lines changed

README.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ To install in development mode (run code from the source tree):
1717
After installing inside Mathics you can load this using the
1818
``LoadModule[]`` function.
1919

20-
Then to the function ``Pymathics\`Hello[]`` and the variable ``PyMathics\`$HelloUser`` will be available.
21-
22-
::
20+
Then the function ```Hello[]`` is available::
2321

2422
$ mathicsscript
2523
In[1]:= LoadModule["pymathics.hello"]
@@ -28,5 +26,10 @@ Then to the function ``Pymathics\`Hello[]`` and the variable ``PyMathics\`$Hello
2826
In[2]:= Hello["World"]
2927
Out[2]:= Hello, World!
3028

31-
In[3]:= PyMathics`$HelloUser
32-
Out[3]:= $your-login-name$
29+
You can test with ``py.test``::
30+
31+
$ py.test test
32+
33+
or simply::
34+
35+
$ make check

admin-tools/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.python-version

0 commit comments

Comments
 (0)