This repository was archived by the owner on Mar 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 pipenv-run : docs
3030
31+ - name : Check links resolve
32+ run : pipenv run docs -b linkcheck
33+
3134 - name : Move to versioned directory
3235 # e.g. master or 0.1.2
3336 run : mv build/html ".github/pages/${GITHUB_REF##*/}"
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ commit`` on just the files that have changed::
4545 $ pipenv run pre-commit install
4646
4747.. _black : https://github.com/psf/black
48- .. _flake8 : http ://flake8.pycqa.org/en/latest/
49- .. _isort : https://github.com/timothycrosley /isort
48+ .. _flake8 : https ://flake8.pycqa.org/en/latest/
49+ .. _isort : https://github.com/PyCQA /isort
5050.. _mypy : https://github.com/python/mypy
5151.. _pre-commit : https://pre-commit.com/
5252
@@ -104,7 +104,7 @@ When this happens:
104104- Push to internal gitlab and do a dls-release.py of the tag
105105- Check and edit for clarity the autogenerated GitHub release _
106106
107- .. _release : https://dls-controls.github.io /dls-python3-skeleton/releases
107+ .. _release : https://github.com/ dls-controls/dls-python3-skeleton/releases
108108
109109Apart from this, ``master `` and ``skeleton `` should always be deployable,
110110and are considered the latest release.
Original file line number Diff line number Diff line change @@ -17,8 +17,11 @@ classifiers =
1717[options]
1818python_requires = >=3.7
1919packages = find:
20+ # =src is interpreted as {"": "src"}
21+ # as per recommendation here https://hynek.me/articles/testing-packaging/
2022package_dir =
2123 =src
24+
2225# Specify any package dependencies below.
2326# install_requires =
2427# numpy
You can’t perform that action at this time.
0 commit comments