File tree 3 files changed +5
-12
lines changed
3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -9,26 +9,18 @@ install:
9
9
pip install -e " .[dev]"
10
10
pre-commit install
11
11
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 :
19
13
pytest --disable-warnings --cov=sklego
20
14
rm -rf .coverage*
21
- pytest --nbval-lax doc/* .ipynb
22
15
23
16
precommit :
24
17
pre-commit run
25
18
26
19
docs :
27
- pip install -e " .[docs]"
28
20
mkdocs serve
29
21
30
- docs-deploy : docs
31
- netlify deploy --dir=docs --prod
22
+ docs-deploy :
23
+ mkdocs gh-deploy
32
24
33
25
clean :
34
26
rm -rf .pytest_cache
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ plugins:
60
60
handlers :
61
61
python :
62
62
options :
63
+ show_symbol_type_toc : true
63
64
docstring_style : numpy
64
65
docstring_section_style : table # table, list or spacy
65
66
filters :
Original file line number Diff line number Diff line change 1
- __version__ = "0.6.16 "
1
+ __version__ = "0.7.0 "
You can’t perform that action at this time.
0 commit comments