Commit Graph

253 Commits

Author SHA1 Message Date
Matthew Wall
8762df4159 bump to a4 2014-11-29 12:30:23 +00:00
Matthew Wall
ddce672ab5 bump to a3 2014-11-28 18:12:14 +00:00
Matthew Wall
1ec32390d7 bump to 3.0.0a2 2014-11-27 20:05:50 +00:00
Tom Keffer
afb88cee91 Allowed test programs to be invoked from other directories.
Fixed test results, reflecting changed time domain of the synthesized data.
2014-11-27 01:29:14 +00:00
Tom Keffer
f062871645 Added "import weewx" to electricity.py 2014-11-25 01:53:45 +00:00
Tom Keffer
555e9992aa Fixed schema name. 2014-11-25 00:39:06 +00:00
Tom Keffer
ad3074cdc2 Catch up with main trunk. 2014-11-25 00:10:47 +00:00
Matthew Wall
5b985f3e5b dbbinder -> db_binder 2014-11-24 16:09:27 +00:00
Matthew Wall
664fdc305e added overview of units. a few minor fixes. 2014-11-23 20:54:41 +00:00
Matthew Wall
9b7ce38e0f fix db binder examples. put 'where to put changes' at top. 2014-11-23 17:14:00 +00:00
Matthew Wall
8c52922789 document extension installer changes 2014-11-23 14:54:41 +00:00
Tom Keffer
fd6e325883 Introduced new tags $hours_ago and $hour.
Included tests and documentation.
2014-11-20 16:35:43 +00:00
Tom Keffer
06970231d7 Added tags $days_ago and $yesterday.
Added tests for them.
Documented them.
2014-11-19 23:08:50 +00:00
Matthew Wall
db04110939 clarify ws28xx pairing. encourage standard SQL when customizing db queries. 2014-11-19 13:19:32 +00:00
Matthew Wall
977ee5c912 update extension install syntax 2014-11-15 17:40:55 +00:00
Tom Keffer
97401a1b3b Added link to the white paper "V3 Database architecture." 2014-11-14 16:54:21 +00:00
Matthew Wall
9f2ed7413c minor html adjustments 2014-11-14 12:06:07 +00:00
Matthew Wall
e7bfd7e877 added select menu for toc detail 2014-11-14 02:45:33 +00:00
Tom Keffer
2bc84185e5 Clarify that dateTime, interval, and usUnits are required in an archive database. 2014-11-14 02:01:26 +00:00
Matthew Wall
68b7120836 sort drivers alphabetically 2014-11-13 19:33:14 +00:00
Matthew Wall
bbfb589769 more (hopefully helpful) massaging of the wind section 2014-11-13 19:25:51 +00:00
Matthew Wall
00f4a800a5 consolidate dynamic toc level code. fix Engines/Services labels in engine section. 2014-11-13 19:10:44 +00:00
Matthew Wall
0cb670266e simplify more headings 2014-11-13 16:30:13 +00:00
Matthew Wall
c0a78290b6 toc level control now works in single step for both firefox and chrome, but dynamic linking is broken 2014-11-13 16:11:50 +00:00
Matthew Wall
f55816c757 temporary two-step toc level controller 2014-11-13 15:42:19 +00:00
Matthew Wall
03ab863c08 smoothed some rough spots in the localization section. simplify some of the h1 and h2 wording. minor toc tweaks. 2014-11-13 15:10:34 +00:00
Matthew Wall
ba7969fde2 prevent chrome from mangling getattr text 2014-11-12 18:32:14 +00:00
Tom Keffer
94c9ff8bb1 Massaged 'wind' subsection a bit more. I know Matthew is going to hate the "Note" formatting. 2014-11-12 16:44:46 +00:00
Matthew Wall
e71033746a added section about driver api changes. minor edits to wind section. 2014-11-12 02:20:23 +00:00
Tom Keffer
86c19dd0f9 Added section "Winds" to the Customizing Guide, clarifying the different aggregation types that can be used.
Expanded test suites to include the differences.
2014-11-11 22:47:14 +00:00
Tom Keffer
5b97ec84aa Moved section "Defining new tags" to just under the "Customizing templates" section, instead of after "Customizing images." 2014-11-11 22:06:20 +00:00
Tom Keffer
22932d8c3e Tolerable first pass at explaining how to upgrade search list extensions. 2014-11-11 01:14:18 +00:00
Matthew Wall
5c0e4279a4 remove spurious characters 2014-11-10 23:28:14 +00:00
Matthew Wall
bcf4c738bf remove some of the spaghetti between 'adding a new type' and 'changing the unit system'. fixed incorrect text in units appendix. 2014-11-10 23:20:46 +00:00
Tom Keffer
3f6ceb25ec The aggregation type "last" can now be used in plot vectors as well. 2014-11-10 22:57:01 +00:00
Matthew Wall
1525112bb6 missed a few code formats 2014-11-10 13:28:23 +00:00
Matthew Wall
292acf007f try to be consistent with use of <em> and <i> 2014-11-10 13:02:30 +00:00
Matthew Wall
462a8433f9 more example output fixes 2014-11-10 02:48:13 +00:00
Matthew Wall
64f89a80d3 fixed various example_output formats 2014-11-09 18:33:20 +00:00
Matthew Wall
a48b14e339 eliminate redundant and misplaced quotes 2014-11-09 18:17:51 +00:00
Matthew Wall
82cf44ed3c adjust station data tables to account for StdWXCalculate service. minor edits. 2014-11-09 17:52:09 +00:00
Tom Keffer
07044ae2b0 Added aggregation types .last and .lasttime. Documented them. Included in test suites.
Still have to support them in aggregation vectors.
Added new appendix to Customizing Guide that documents the various aggregation types.
2014-11-09 17:46:25 +00:00
Matthew Wall
fdcd3661e0 soften the warning and info blocks. tone down the drop shadows. more simplification of the toc rendering. left-justify all images. begin highlight cleanup. 2014-11-09 15:23:09 +00:00
Tom Keffer
aa6601dcbc Changed $last to $latest.
Added test for $latest to test suites.
2014-11-09 14:46:48 +00:00
Matthew Wall
9fcbda468b started v3 changes in upgrading guide 2014-11-09 14:08:59 +00:00
Tom Keffer
ac31096186 Finished documenting the various options for section [ImageGenerator] 2014-11-09 03:28:57 +00:00
Tom Keffer
86103562b7 Working on a more complete description of all the options on the [ImageGenerator] section.
Added a few images to demonstrate the options.
Fixed a broken link to ferrite.jpg in the User's Guide.
2014-11-09 01:26:51 +00:00
Tom Keffer
c2000443ab Reorganized how and where Image Generation is discussed. Included sample image. 2014-11-08 20:14:37 +00:00
Matthew Wall
07a9a4aa64 fix broken image links. fix Binding/DataBinding links. 2014-11-08 13:36:48 +00:00
Tom Keffer
e77fa99494 Updated version of jQuery from 1.10.2 to 1.11.1
Switched to minified version of tocify.js
2014-11-08 02:54:43 +00:00