Skip to content

Commit 3ce5462

Browse files
committed
Updated _nx, nx, README
1 parent a082bb5 commit 3ce5462

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ INCLUDES := include
4040
EXEFS_SRC := exefs_src
4141
APP_TITLE := PyNX
4242
APP_AUTHOR := nx-python, Python Software Foundation
43-
APP_VERSION := 0.3.2-alpha
43+
APP_VERSION := 0.4.0-alpha
4444

4545
#---------------------------------------------------------------------------------
4646
# options for code generation

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ You don't have to compile PyNX, you can [just grab a release build](https://gith
88

99
## Compiling PyNX
1010

11-
Compile PyNX using `make`. This will create a `PyNX` directory and build everything in there. Compiling might take a while, grab a coffee or whatever in the meantime if you like. Afterwards, create a distributable version using `make dist`. It will appear in the `build` directory.
11+
Compile PyNX using `make`. This will create a `build` directory and build everything in there. Compiling might take a while, grab a coffee or whatever in the meantime if you like. Afterwards, create a distributable version using `make dist`. It will appear in the `build` directory.
12+
13+
## Documentation
14+
15+
Documentation can be found on [ReadTheDocs](https://nx-python.readthedocs.io/en/latest/).
1216

1317
## Having an issue?
1418

python_build/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ PYDIR := Python-$(PYVERS)
5050
PYLINK := https://www.python.org/ftp/python/$(PYVERS)/Python-$(PYVERS).tgz
5151
PYFILE := py.tgz
5252
_NXFILE := _nx.zip
53-
_NXVERS := c4eebe97a4e7ba952ebffd7012b34a768ae96dd4
53+
_NXVERS := 5baa28b0ce6ab2c8390fd85cfc36e1086f2cede9
5454
NXFILE := nx.zip
55-
NXVERS := a969b53211e745c3697e700524f1c54183e7f53f
55+
NXVERS := 4b8d31bf99d4971f9d59402dfbe47fb33d5978dc
5656

5757
.PHONY: all clean
5858

0 commit comments

Comments
 (0)