Skip to content

Commit 2beee9d

Browse files
authored
chore: release 1.0.0 (#36)
1 parent a5f6f57 commit 2beee9d

File tree

13 files changed

+831
-830
lines changed

13 files changed

+831
-830
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ inputs:
66
.PHONY: test
77
test: inputs
88
pytest ./tests/
9-
pytest --nbmake "./tests/examples/"
9+
pytest --nbmake "./examples/"
1010
python ./examples/example.py
1111

1212
.PHONY: doc
1313
doc:
14-
pdoc --http localhost:8080 --config show_source_code=False model_manipulation_software
14+
pdoc --http localhost:8080 --config show_source_code=False melloddy_predictor

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To build the doc:
3131
make doc
3232
```
3333

34-
Then in your browser, go to [http://localhost:8080/model_manipulation_software/](http://localhost:8080/model_manipulation_software/)
34+
Then in your browser, go to [http://localhost:8080/melloddy_predictor/](http://localhost:8080/melloddy_predictor/)
3535

3636
You can see an example in `example.py` and run it with:
3737

0 commit comments

Comments
 (0)