File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,14 @@ jobs:
50
50
--exclude "^https://docs.generic-mapping-tools.org/6.[0-9]?/%s$"
51
51
--exclude "^https://docs.generic-mapping-tools.org/6.[0-9]?/%3Cmodule-name%3E.html$"
52
52
--exclude "^https://doi.org"
53
+ --exclude "^https://github.com/%7Brepository%7D"
53
54
--exclude "^https://github.com/GenericMappingTools/gmt/releases/tag/X.Y.Z$"
54
55
--exclude "^https://github.com/GenericMappingTools/pygmt/edit"
55
56
--exclude "^https://github.com/GenericMappingTools/pygmt/issues/new"
56
57
--exclude "^https://github.com/GenericMappingTools/pygmt/pull/[0-9]*$"
57
58
--exclude "^https://github.com/GenericMappingTools/pygmt/issues/[0-9]*$"
59
+ --exclude "^https://github.com/GenericMappingTools/pygmt/releases/download/%7B%7Bpath%7D%7D/pygmt-docs.pdf"
60
+ --exclude "^https://github.com/GenericMappingTools/pygmt/releases/download/%7B%7Bpath%7D%7D/pygmt-docs.zip"
58
61
--exclude "^https://github.com/GenericMappingTools/pygmt/releases/tag/%7B%7Bpath%7D%7D"
59
62
--exclude "^https://hackmd.io/@pygmt"
60
63
--exclude "^https://test.pypi.org/simple/"
63
66
--exclude "^https://www.pygmt.org/%7B%7Bpath%7D%7D"
64
67
--exclude "^https://www.researchgate.net/"
65
68
--exclude "^https://zenodo.org/badge/DOI/"
69
+ --exclude-path "repository/doc/**/*.rst"
70
+ --exclude-path "repository/doc/**/*.md"
66
71
--verbose
67
72
"repository/**/*.rst"
68
73
"repository/**/*.md"
Original file line number Diff line number Diff line change 10
10
[ ![ Compatible Python versions] ( https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FGenericMappingTools%2Fpygmt%2Frefs%2Fheads%2Fmain%2Fpyproject.toml )] ( https://www.pygmt.org/dev/minversions.html )
11
11
[ ![ Digital Object Identifier for the Zenodo archive] ( https://zenodo.org/badge/DOI/10.5281/3781524.svg )] ( https://doi.org/10.5281/zenodo.3781524 )
12
12
[ ![ Discourse forum] ( https://img.shields.io/discourse/status?label=forum&server=https%3A%2F%2Fforum.generic-mapping-tools.org )] ( https://forum.generic-mapping-tools.org )
13
- [ ![ PyOpenSci] ( https://tinyurl.com/y22nb8up )] ( https://github.com/pyOpenSci/software-review /issues/43 )
13
+ [ ![ PyOpenSci] ( https://tinyurl.com/y22nb8up )] ( https://github.com/pyOpenSci/software-submission /issues/43 )
14
14
[ ![ Contributor Code of Conduct] ( https://img.shields.io/badge/Contributor%20Covenant-v2.1%20adopted-ff69b4.svg )] ( https://github.com/GenericMappingTools/.github/blob/main/CODE_OF_CONDUCT.md )
15
15
[ ![ GitHub Actions Tests status] ( https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests.yaml/badge.svg )] ( https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests.yaml )
16
16
[ ![ GitHub Actions GMT Dev Tests status] ( https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests_dev.yaml/badge.svg )] ( https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests_dev.yaml )
Original file line number Diff line number Diff line change 150
150
typehints_defaults = "comma"
151
151
152
152
# Options for Sphinx-Gallery.
153
- # Reference: https://sphinx-gallery.readthedocs .io/en/latest /configuration.html
153
+ # Reference: https://sphinx-gallery.github .io/stable /configuration.html
154
154
sphinx_gallery_conf = {
155
155
# Set paths to your examples scripts
156
156
"examples_dirs" : [
You can’t perform that action at this time.
0 commit comments