Skip to content

Commit c6aed11

Browse files
koaningVincent Warmerdam
and
Vincent Warmerdam
authored
Version 0.7.0 bump (#600)
* version bump * docs update * minor revamp --------- Co-authored-by: Vincent Warmerdam <[email protected]>
1 parent 3a01968 commit c6aed11

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

Makefile

+3-11
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,18 @@ install:
99
pip install -e ".[dev]"
1010
pre-commit install
1111

12-
doctest:
13-
python -m doctest -v sklego/*.py
14-
15-
test-notebooks:
16-
pytest --nbval-lax doc/*.ipynb
17-
18-
test: doctest
12+
test:
1913
pytest --disable-warnings --cov=sklego
2014
rm -rf .coverage*
21-
pytest --nbval-lax doc/*.ipynb
2215

2316
precommit:
2417
pre-commit run
2518

2619
docs:
27-
pip install -e ".[docs]"
2820
mkdocs serve
2921

30-
docs-deploy: docs
31-
netlify deploy --dir=docs --prod
22+
docs-deploy:
23+
mkdocs gh-deploy
3224

3325
clean:
3426
rm -rf .pytest_cache

mkdocs.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ plugins:
6060
handlers:
6161
python:
6262
options:
63+
show_symbol_type_toc: true
6364
docstring_style: numpy
6465
docstring_section_style: table # table, list or spacy
6566
filters:

sklego/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.16"
1+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)