File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,4 @@ tag = True
99
1010[bumpversion:file:README.rst]
1111
12- [bumpversion:file:doc-source/index.rst]
13-
1412[bumpversion:file:repo_helper.yml]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ notebook2script
44
55.. start short_desc
66
7- **Convert Jupyter Notebooks to Python Scripts **
7+ **Convert Jupyter Notebooks to Python Scripts. **
88
99.. end short_desc
1010
@@ -14,8 +14,6 @@ notebook2script
1414 :stub-columns: 1
1515 :widths: 10 90
1616
17- * - Docs
18- - |docs | |docs_check |
1917 * - Tests
2018 - |travis | |actions_windows | |actions_macos | |coveralls | |codefactor |
2119 * - PyPI
@@ -25,13 +23,7 @@ notebook2script
2523 * - Other
2624 - |license | |language | |requires | |pre_commit |
2725
28- .. |docs | image :: https://img.shields.io/readthedocs/notebook2script/latest?logo=read-the-docs
29- :target: https://notebook2script.readthedocs.io/en/latest/?badge=latest
30- :alt: Documentation Build Status
3126
32- .. |docs_check | image :: https://github.com/domdfcoding/notebook2script/workflows/Docs%20Check/badge.svg
33- :target: https://github.com/domdfcoding/notebook2script/actions?query=workflow%3A%22Docs+Check%22
34- :alt: Docs Check Status
3527
3628.. |travis | image :: https://img.shields.io/travis/com/domdfcoding/notebook2script/master?logo=travis
3729 :target: https://travis-ci.com/domdfcoding/notebook2script
Original file line number Diff line number Diff line change 4444pypi_name = "notebook2script"
4545import_name = "notebook2script"
4646__license__ = "GNU General Public License v2 (GPLv2)"
47- short_desc = 'Convert Jupyter Notebooks to Python Scripts'
47+ short_desc = 'Convert Jupyter Notebooks to Python Scripts. '
4848__author__ = author = 'Dominic Davis-Foster'
4949author_email = 'dominic@davis-foster.co.uk'
5050github_username = "domdfcoding"
Original file line number Diff line number Diff line change 1313from __pkginfo__ import * # pylint: disable=wildcard-import
1414
1515setup (
16- description = 'Convert Jupyter Notebooks to Python Scripts' ,
16+ description = 'Convert Jupyter Notebooks to Python Scripts. ' ,
1717 extras_require = extras_require ,
1818 install_requires = install_requires ,
1919 py_modules = [],
Original file line number Diff line number Diff line change @@ -50,15 +50,6 @@ commands =
5050 python --version
5151 python -m pytest --cov =notebook2script -r aR tests/ {posargs}
5252
53- [testenv:docs]
54- setenv = SHOW_TODOS = 1
55- basepython = python3.8
56- changedir = {toxinidir}/doc-source
57- deps =
58- -r{toxinidir}/requirements.txt
59- -r{toxinidir}/doc-source/requirements.txt
60- commands = sphinx-build -M html . ./build {posargs}
61-
6253[testenv:build]
6354skip_install = True
6455changedir = {toxinidir}
You can’t perform that action at this time.
0 commit comments