Skip to content

Commit b00815a

Browse files
authored
Merge pull request #45 from ayasyrev/dev_011
version 0.2 Big refactor for tests. Fixed errors. Prepared to move docs and big refactoring.
2 parents 194a2b8 + 11240af commit b00815a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1257
-8107
lines changed

.devcontainer.json

-13
This file was deleted.

Makefile

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,11 @@
11
.ONESHELL:
22
SHELL := /bin/bash
3-
SRC = $(wildcard Nbs/*.ipynb)
4-
5-
all: model_constructor docs
6-
7-
model_constructor: $(SRC)
8-
nbdev_build_lib
9-
touch model_constructor
10-
11-
sync:
12-
nbdev_update_lib
13-
14-
docs_serve: docs
15-
cd docs && bundle exec jekyll serve
16-
17-
docs: $(SRC)
18-
nbdev_build_docs
19-
touch docs
20-
21-
test:
22-
nbdev_test_nbs
23-
24-
release: pypi conda_release
25-
nbdev_bump_version
26-
27-
conda_release:
28-
fastrelease_conda_package
293

304
pypi: dist
315
twine upload --repository pypi dist/*
326

337
dist: clean
34-
python setup.py sdist bdist_wheel
8+
python3 -m build
359

3610
clean:
3711
rm -rf dist

0 commit comments

Comments
 (0)