From 992b1d63d24adcc83a34211ca3142b76620792ea Mon Sep 17 00:00:00 2001 From: coliff Date: Wed, 10 Jul 2024 17:36:25 +0900 Subject: [PATCH] Fix --- .cspell.json | 4 ++++ assets/js/lunr.min.js | 2 +- content/development-practises/packaging-and-distribution.md | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cspell.json b/.cspell.json index 3a50df7..b89ce7f 100644 --- a/.cspell.json +++ b/.cspell.json @@ -177,6 +177,7 @@ "circlon", "citrix", "citysearch", + "clangd", "clearfix", "Cloneable", "cloudflare", @@ -522,6 +523,7 @@ "itar", "itemprop", "jabra", + "Jacoco", "jaspreet", "javadoc", "jira", @@ -684,6 +686,7 @@ "mydestination", "myicon", "myid", + "mypy", "mytype", "nacional", "nadu", @@ -730,6 +733,7 @@ "nowrap", "npmbuild", "npmrc", + "npms’s", "nspringer", "nuget", "numtrucks", diff --git a/assets/js/lunr.min.js b/assets/js/lunr.min.js index 7a88434..4a9e670 100644 --- a/assets/js/lunr.min.js +++ b/assets/js/lunr.min.js @@ -1,5 +1,5 @@ /** - * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * lunr - https://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 * https://cdn.jsdelivr.net/npm/lunr@2.3.9/lunr.min.js * Copyright (C) 2020 Oliver Nightingale * @license MIT diff --git a/content/development-practises/packaging-and-distribution.md b/content/development-practises/packaging-and-distribution.md index 0db8fbc..22740b8 100644 --- a/content/development-practises/packaging-and-distribution.md +++ b/content/development-practises/packaging-and-distribution.md @@ -43,7 +43,7 @@ For reusable software modules, e-Tools provides [Artifactory Pro](https://www.jf ### Python -[Distutils](https://docs.python.org/3/library/)(setuptools) has become the primary method for packaging and distributing python packages and scripts. By using distutils and building a package with setup.py you can easily distribute packages publically on [PyPi](https://pypi.python.org/pypi) or privately using a [Git Repository](https://pip.pypa.io/en/stable/reference/pip_install/#git) or [Artifactory](https://www.jfrog.com/confluence/display/RTF/PyPI+Repositories). +[Distutils](https://docs.python.org/3/library/)(setuptools) has become the primary method for packaging and distributing python packages and scripts. By using distutils and building a package with setup.py you can easily distribute packages publicly on [PyPi](https://pypi.python.org/pypi) or privately using a [Git Repository](https://pip.pypa.io/en/stable/reference/pip_install/#git) or [Artifactory](https://www.jfrog.com/confluence/display/RTF/PyPI+Repositories). This [Quick Start](https://the-hitchhikers-guide-to-packaging.readthedocs.io/en/latest/quickstart.html) give a good high level overview on building your first Python package. For more advanced features refer to the[ setuptools documentation](https://setuptools.readthedocs.io/en/latest/setuptools.html#basic-use). diff --git a/package.json b/package.json index b81f5bc..33fcb27 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "postcss": "8.4.39", "postcss-cli": "11.0.0", "prettier": "3.3.2", - "stylelint": "16.6.0", + "stylelint": "16.6.1", "stylelint-config-standard-scss": "13.1.0" }, "hugo-bin": {