Tom Keffer
60f5c28132
Add documentation for weectl report
2023-11-22 14:56:06 -08:00
Tom Keffer
1ed986167a
Document commit 5c5d9ff
2023-11-21 14:02:22 -08:00
gary
8ff88534be
update to current wee_import
2023-11-20 22:22:54 +10:00
gary
76084107dd
fix incorrect file naming
2023-11-20 10:23:33 +10:00
Tom Keffer
3147301106
Updated docs to mkdocs v1.5.
...
Mostly involved changing links to suppress warnings
2023-11-19 16:18:49 -08:00
Tom Keffer
7ceeb24a25
Brackets need quotes.
2023-11-19 11:59:23 -08:00
gary
0d0e9be74c
add wee_import change
2023-11-19 10:12:40 +10:00
Tom Keffer
89bbbafe5c
More comprehensive benchmark
2023-11-17 17:03:33 -08:00
gjr80
b4141f21de
delete no longer required wee_import.md
2023-11-05 12:40:03 +10:00
gary
1a8557fa9c
minor text rewording/formatting changes
2023-11-05 08:32:59 +10:00
gary
96df0b2038
- rename some nav options
...
- adjust heading levels
2023-11-05 08:16:42 +10:00
gjr80
05f3d9cdc4
fix links and some grammar
2023-11-04 14:31:44 +10:00
gjr80
5a3033bd40
split wee_import documentation
2023-11-04 12:43:02 +10:00
gjr80
b1552bab62
confirmed links and fixed various typos
2023-11-03 22:24:59 +10:00
gjr80
dbf1e414b2
finished first cut reformat of wee_import to markdown
2023-11-03 15:52:25 +10:00
gary
a7855a4461
further reformatting of the wee_import guide to markdown
2023-11-03 12:46:50 +10:00
gary
531fac5706
further reformatting of the wee_import guide to markdown
2023-11-03 08:02:55 +10:00
gary
a4278c5631
reformat wee_import guide to markdown
2023-11-02 23:45:06 +10:00
Tom Keffer
676ec33db3
Fix documentation error.
2023-10-31 17:05:17 -07:00
Tom Keffer
5bb2771752
Delete no longer used weewx.js
2023-10-31 15:29:51 -07:00
Tom Keffer
0d54483f02
Delete no longer used tocbot and cash.
2023-10-31 15:25:00 -07:00
Tom Keffer
48fce1e1a0
Rename weewx.units.UnknownType to weewx.units.UnknownObsType
...
Avoids confusion with the similarly named `weewx.UnknownType`.
2023-10-28 17:32:24 -07:00
Tom Keffer
2202248b0b
Revert changes to fousb from commit 2d78943
...
The commit resulted in errors
"TypeError: can't subtract offset-naive and offset-aware datetimes"
2023-10-28 05:45:00 -07:00
Tom Keffer
89e8d34f39
Correct the "where" guide.
2023-10-26 14:50:21 -07:00
Tom Keffer
92e979e624
Minimize duplication.
...
Streamline install instructions. Hopefully, this will
make them less intimidating.
2023-10-26 14:50:04 -07:00
Tom Keffer
ad1b3b2d5c
Add a landing page for Quickstart guides
2023-10-26 14:48:27 -07:00
Tom Keffer
283eddc0d0
Catch up git install instructions to the recent refactor
2023-10-19 08:10:14 -07:00
Tom Keffer
6cd5dc91f6
Refactor, using 'src' instead of 'bin' to hold the source code.
...
wee_resources becomes weewx_data, and is put in version control.
The build documentation, as well as the 'user' subdirectory, are now
in it.
This allows weewxd to be run directly from the git repository for
two reasons: 1) the documentation does not have to be built first.
2) because the source code is now under 'src', while the 'user'
subdirectory is in weewx_data, weewxd does not accidentally pick
up the repository's version of the 'user' subdirectory.
2023-10-17 05:14:34 -07:00
Tom Keffer
5e7691d002
Option --type is optional
2023-10-14 04:59:17 -07:00
Tom Keffer
2d7894315d
Port to Python 12.
...
Change deprecated datetime.utcfromtimestamp() to
datetime.fromtimestamp().
2023-10-12 04:31:51 -07:00
Tom Keffer
5f66d29b54
Include HTTP links in change log.
2023-10-12 04:23:57 -07:00
Tom Keffer
73ca205b60
Fixed innumerable grammatical nits.
...
Thanks PyCharm.
2023-10-04 18:19:07 -07:00
Tom Keffer
9d388cabd2
Build the resources before attempting to provision.
2023-10-03 08:31:44 -07:00
Tom Keffer
2d7d7a1553
Change from old Google analytics UA code to the GA4 tag system.
...
Also, move the tag code to the <head> area.
Fixes issue #892 .
2023-09-28 15:43:39 -07:00
Tom Keffer
bd1d3332b1
Allow --config option to be used by weectl device
2023-09-07 09:02:17 -07:00
Matthew Wall
cb44e9e335
clarify meaning of ~
2023-09-06 07:56:35 -04:00
Matthew Wall
b1902c9fab
do not start a line with a hash
2023-09-06 07:47:47 -04:00
Matthew Wall
891b3af3a2
fix broken english
2023-09-06 07:45:08 -04:00
Tom Keffer
dd0f5effd9
More details on upgrade
2023-09-04 17:40:44 -07:00
Tom Keffer
f15f25c77c
Merge remote-tracking branch 'origin/V5-lib' into V5
2023-09-04 12:10:47 -07:00
Tom Keffer
a4ec368a19
Introduce option retry_wait --- how long to wait before a retry
2023-09-04 12:00:01 -07:00
Tom Keffer
db8ea89c18
Fix typo. group_delta_time should be group_deltatime.
2023-09-02 07:15:34 -07:00
Tom Keffer
4cd6962ec0
Document new location for user directory
2023-08-30 18:27:22 -07:00
Tom Keffer
f368b521a5
Fix potential crash when installing extension.
...
If one of the service groups was missing in the configuration file,
the extension installer would crash.
Fixes issue #886 .
2023-08-30 12:38:13 -07:00
Tom Keffer
b259d3dd91
Tag suffix has_data() works for xtypes.
...
Fixes issue #877 .
2023-08-30 12:11:36 -07:00
Tom Keffer
76a0d5029b
Change log for commit c1b4a9c839
2023-08-30 08:01:10 -07:00
Tom Keffer
294d7e1d31
425 FTP error can be fixed with reuse_ssl option
2023-08-25 16:26:30 -07:00
Tom Keffer
ed9c34549d
Fix some garbled text and HTML.
...
More details on pros and cons of install methods.
2023-08-24 18:41:29 -07:00
Tom Keffer
2482eebf8a
Replace deprecated Image.ANTIALIAS
...
Fixes issue #884 .
2023-08-22 11:49:38 -07:00
Tom Keffer
2dfe1ce5f6
Include an introduction in the Users Guide
...
Link to the root index
2023-08-21 17:17:08 -07:00