Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf80e4ed

Browse files
authored
Updated to WBT Open Core v2.3.0 (#54)
Update to WBT Open Core v2.3.0
2 parents08dc931 +f65545f commitf80e4ed

File tree

15 files changed

+405
-2256
lines changed

15 files changed

+405
-2256
lines changed

‎.github/workflows/py-check.yaml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
-master
88
workflow_dispatch:
99
schedule:
10-
-cron:'0 6 * * 1'
10+
-cron:"0 6 * * 1"
1111

1212
name:py-check
1313
jobs:
@@ -18,12 +18,12 @@ jobs:
1818
fail-fast:false
1919
matrix:
2020
os:[ubuntu-latest]
21-
python-version:["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
21+
python-version:["3.7", "3.8", "3.9", "3.10", "3.11"]
2222
include:
23-
-os:macos-latest
24-
python-version:"3.10"
25-
-os:windows-latest
26-
python-version:"3.10"
23+
-os:macos-latest
24+
python-version:"3.10"
25+
-os:windows-latest
26+
python-version:"3.10"
2727

2828
env:
2929
SDKROOT:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk

‎.gitignore‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ whitebox/WBT/
77
**/*.tar.xz
88
**/*.xml
99
whitebox/img/.DS_Store
10+
whitebox/img/._*
1011
whitebox/plugins
1112
whitebox/testdata/breached.tif
1213
whitebox/testdata/flow_accum.tif
@@ -120,3 +121,4 @@ whitebox/WhiteboxTools_linux_amd64.zip
120121
whitebox/img/._WhiteboxToolsLogo_box_only.png
121122
whitebox/img/.DS_Store
122123
whitebox/GeneralToolsetExtension_linux.zip
124+
whitebox/settings.json

‎docs/conf.py‎

Lines changed: 15 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#
2121
importos
2222
importsys
23+
2324
sys.path.insert(0,os.path.abspath('..'))
2425

2526
importwhitebox
@@ -90,20 +91,17 @@
9091

9192
ifnoton_rtd:# only import and set the theme if we're building docs locally
9293
importsphinx_rtd_theme
94+
9395
html_theme='sphinx_rtd_theme'
9496
html_theme_path= [sphinx_rtd_theme.get_html_theme_path()]
9597

96-
html_context= {
97-
'css_files': [
98-
'_static/theme_overrides.css'
99-
]
100-
}
98+
html_context= {'css_files': ['_static/theme_overrides.css']}
10199
else:
102100
html_context= {
103101
'css_files': [
104102
'//media.readthedocs.org/css/sphinx_rtd_theme.css',
105103
'//media.readthedocs.org/css/readthedocs-doc-embed.css',
106-
'_static/theme_overrides.css'
104+
'_static/theme_overrides.css',
107105
]
108106
}
109107

@@ -131,15 +129,12 @@
131129
# The paper size ('letterpaper' or 'a4paper').
132130
#
133131
# 'papersize': 'letterpaper',
134-
135132
# The font size ('10pt', '11pt' or '12pt').
136133
#
137134
# 'pointsize': '10pt',
138-
139135
# Additional stuff for the LaTeX preamble.
140136
#
141137
# 'preamble': '',
142-
143138
# Latex figure (float) alignment
144139
#
145140
# 'figure_align': 'htbp',
@@ -149,21 +144,15 @@
149144
# (source start file, target name, title, author, documentclass
150145
# [howto, manual, or own class]).
151146
latex_documents= [
152-
(master_doc,'whitebox.tex',
153-
u'whitebox Documentation',
154-
u'Qiusheng Wu','manual'),
147+
(master_doc,'whitebox.tex',u'whitebox Documentation',u'Qiusheng Wu','manual'),
155148
]
156149

157150

158151
# -- Options for manual page output ------------------------------------
159152

160153
# One entry per manual page. List of tuples
161154
# (source start file, name, description, authors, manual section).
162-
man_pages= [
163-
(master_doc,'whitebox',
164-
u'whitebox Documentation',
165-
[author],1)
166-
]
155+
man_pages= [(master_doc,'whitebox',u'whitebox Documentation', [author],1)]
167156

168157

169158
# -- Options for Texinfo output ----------------------------------------
@@ -172,13 +161,13 @@
172161
# (source start file, target name, title, author,
173162
# dir menu entry, description, category)
174163
texinfo_documents= [
175-
(master_doc,'whitebox',
176-
u'whitebox Documentation',
177-
author,
178-
'whitebox',
179-
'One line description of project.',
180-
'Miscellaneous'),
164+
(
165+
master_doc,
166+
'whitebox',
167+
u'whitebox Documentation',
168+
author,
169+
'whitebox',
170+
'One line description of project.',
171+
'Miscellaneous',
172+
),
181173
]
182-
183-
184-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp