Commit Graph

67 Commits

Author SHA1 Message Date
Tom Keffer
2a68eed642 Pip install should use venv, not --user 2023-06-23 17:10:51 -07:00
Matthew Wall
38ae4fc184 more simplification 2023-06-10 10:10:45 -04:00
Matthew Wall
12e2b547c2 simplify wording 2023-06-10 10:07:16 -04:00
Matthew Wall
2e46bfd273 white table background breaks dark mode 2023-06-10 10:02:27 -04:00
Matthew Wall
e6b2b30dc5 delete is more emphatic 2023-06-10 09:55:37 -04:00
Matthew Wall
b585fcbf78 adjust colors and backgrounds so that dark mode works properly and icons show up 2023-06-10 09:40:57 -04:00
Matthew Wall
f062ab873a fix the flow for non-included drivers 2023-06-10 08:59:04 -04:00
Matthew Wall
da7e776b31 indented bullets did not work 2023-06-10 08:51:34 -04:00
Matthew Wall
f34769f706 another refactor of the install entry into docs. make copyright consistent. 2023-06-10 08:43:06 -04:00
Matthew Wall
266ff3fa64 provide more info for customize step. ensure consistency across install methods 2023-06-10 07:54:57 -04:00
Matthew Wall
c2d5501cd1 refactor upgrade guide 2023-06-10 06:59:15 -04:00
Matthew Wall
15a5b340ec Merge branch 'V5' of github.com:weewx/weewx into V5 2023-06-09 09:32:14 -04:00
Matthew Wall
19a793b2fc minor install tweaks 2023-06-09 09:32:08 -04:00
Matthew Wall
4531368840 clean up copyright 2023-06-09 09:31:54 -04:00
Matthew Wall
f0f44cf147 minor cleanup 2023-06-09 08:51:42 -04:00
Matthew Wall
20a634dc55 added run-from-source 2023-06-09 08:51:25 -04:00
Tom Keffer
cacce4e2c0 Delay station registration by a random length of time
Toe avoid everyone hitting the server at the same time.
2023-06-09 04:53:28 -07:00
Matthew Wall
ca810e50be more work on the upgrade guide 2023-06-08 22:08:46 -04:00
Matthew Wall
768fc9e1e1 minor fixes 2023-06-07 22:18:14 -04:00
Matthew Wall
3da098d928 start formatting the upgrade guide 2023-06-07 22:13:57 -04:00
Matthew Wall
75939caa21 provide more driver guidance 2023-06-07 21:48:34 -04:00
Matthew Wall
2bf6dcedf2 fix not format 2023-06-07 21:09:39 -04:00
Matthew Wall
5e1fe6dc6f start the (long) process of converting wee_imporet 2023-06-07 21:09:09 -04:00
Matthew Wall
8541084c80 more faffing with hardware pages 2023-06-07 19:21:50 -04:00
Matthew Wall
387687e966 refer to new hardware pages 2023-06-07 15:32:50 -04:00
Matthew Wall
c81a7d0c9f fix options 2023-06-07 15:31:54 -04:00
Matthew Wall
54e59fa761 split hardware into separate pages 2023-06-07 15:31:11 -04:00
Matthew Wall
ff915996c3 convert utilities to md (except import) 2023-06-07 14:40:46 -04:00
Matthew Wall
b4f85969ff make weectl docs consistent 2023-06-07 11:52:07 -04:00
Matthew Wall
68c9a2a115 clean up options/actions. convert wee_database to md. 2023-06-07 11:35:30 -04:00
Matthew Wall
771c8ea68c fix broken links 2023-06-07 09:49:48 -04:00
Matthew Wall
dd4579b426 fix html location. fix broken links. 2023-06-07 09:45:52 -04:00
Matthew Wall
b63f24cd21 flatten quickstart 2023-06-07 09:38:08 -04:00
Matthew Wall
e0311dc41c simplify pip instructions. fix some minor mistakes. 2023-06-07 09:37:28 -04:00
Matthew Wall
c7a2f43f0e fix stray html tags. fix some typos. make tables consistent. teach matt how to work with the new doc system. 2023-06-07 09:07:11 -04:00
Matthew Wall
de73e7ff8a provide more install info 2023-06-07 09:06:06 -04:00
Matthew Wall
39c8da1acd fix build-docs dependency 2023-06-07 07:35:41 -04:00
Matthew Wall
3d516f047a consolidate the v5 documentation. remove redundant docs/links. flatten some of the doc structure. placeholder for run-from-source. 2023-06-06 22:39:43 -04:00
Tom Keffer
ef2607022c Move guide for migrating from setup.py to V5 to the wiki 2023-06-04 18:53:05 -07:00
Tom Keffer
26cc737965 Remove the migrating guide from quickstarts 2023-06-03 16:15:45 -07:00
Matthew Wall
daf3fec0a8 simplify the quickstart index 2023-06-03 17:53:14 -04:00
Matthew Wall
6ddb764761 update the suse quickstart, plus fixes to keep debian and redhat aligned 2023-06-03 17:41:14 -04:00
Matthew Wall
606b03b43a Merge branch 'V5' of github.com:weewx/weewx into V5 2023-06-03 17:25:11 -04:00
Matthew Wall
5a2ce95e7e update redhat quickstart. clean up debian and pip quickstarts. 2023-06-03 17:25:05 -04:00
Tom Keffer
4f0d13d347 Fix broken link 2023-06-03 13:08:45 -07:00
Tom Keffer
488aef8cd8 Remove the utility wunderfixer.
The WU seems to no longer allow past-dated records.
2023-05-27 05:06:11 -07:00
Tom Keffer
8ebefa513e Require "ephem" instead of "pyephem"
Package has been renamed on pypi.org.

Also, ephem V3.7 doesn't work. We require 4.1.
2023-05-27 04:50:48 -07:00
Tom Keffer
3b2f7c3817 Remove dollar sign from parameter names in Cheetah expressions. 2023-05-26 17:08:15 -07:00
Tom Keffer
2aba36a7e3 Return almanac properties as ValueHelpers.
This leverages all the goodness of ValueHelpers, including obeying
local formatting conventions.

To avoid breaking old skins, the VH versions have been given
new names.
2023-05-25 15:46:54 -07:00
Tom Keffer
ed24b0659c Format azimuth properties as zero padded 3 digits.
E.g., `005°` instead of `5°`.
2023-05-24 11:01:41 -07:00