Upgrading weewx
-Version: 2.7.0
+Version: 3.0.0a1
@@ -29,12 +59,10 @@ Version: 2.7.0
The section Instructions for Specific Versions applies to each installation method.
Warning!
- You must use the same upgrade technique as your initial install!
-
+ You must use the same upgrade technique as your initial install!
For example, if you used setup.py to install
weewx, you should use
- setup.py to upgrade.
-
+ setup.py to upgrade.
If you used a DEB or RPM package to install, then you should upgrade
using the same package type.
@@ -422,7 +450,7 @@ cooling_base = 65, degree_F
into the new one. You will have to re-edit
weewx.conf
to put in your customizations.
V1.2.0 or earlier
-
Optional
+
Option clock_check, previously found in the [VantagePro] section, is now found in the
[Station] section. The install program will put a
default value in the new place, but it will not delete nor move your old value
@@ -446,6 +474,8 @@ rm $WEEWX_ROOT/bin/weewx/mainloop.py
©
Copyright Tom Keffer
-
+
+
+
diff --git a/docs/usersguide.htm b/docs/usersguide.htm
index 390b5531..a3448b2b 100644
--- a/docs/usersguide.htm
+++ b/docs/usersguide.htm
@@ -22,7 +22,13 @@
ignoreSelector : ".title",
hashGenerator : wee_gen_id
})
- }).data("toc-tocify");
+ }).data("toc-tocify");
+
+ $(window).scroll(function(){
+ $('#toc').css({
+ 'left': 8 - $(this).scrollLeft()
+ });
+ });