Tom Keffer
9ebd4c83ee
Clarified the meaning of some wind tags.
2018-05-06 04:57:36 -07:00
Tom Keffer
378d7b83c8
Cut down user choices.
...
No suggestion of putting unit extensions into user/extensions.py
2018-03-06 03:45:16 -08:00
Glenn
db2038e14a
Expand on adding new units
2018-03-06 17:14:50 +11:00
Tom Keffer
172e44b22c
V3.8.0 release candidate a0
2017-10-13 08:04:00 -07:00
Tom Keffer
80b3140d79
Merge branch 'master' into development
...
Catch up with the 'master' branch
2017-08-24 15:40:19 -07:00
Tom Keffer
00b306a634
Corrected location of the fileparse example
2017-06-27 09:52:22 -07:00
Tom Keffer
2fa7c7557d
Clarified where to put SLEs
2017-06-27 08:18:28 -07:00
Tom Keffer
d62f424905
Merge branch 'master' into development
2017-06-24 18:57:23 -07:00
gjr80
4ac0c8f933
Add leafTemp1 and leafWet1 to Archive Types appendix ( #251 )
2017-04-23 05:54:15 -07:00
Tom Keffer
43811c5fdc
Fixed minor errors
2017-04-01 15:59:00 -07:00
Tom Keffer
a864baca74
Minor editing
2017-04-01 15:26:22 -07:00
Tom Keffer
e59d57ec1b
The nominal number of ticks on the y-axis can now be specified using option y_nticks.
2017-03-25 08:17:37 -07:00
Tom Keffer
40488c206a
Now works with heatdeg and cooldeg. Fixes issue #224 .
2017-03-11 15:44:25 -08:00
Tom Keffer
2bbe581f08
Fill colors can now be specified. Fixes issue #227 .
2017-03-11 12:54:32 -08:00
Tom Keffer
724adf7b42
Simplified some coding. Added description to change log
2017-03-11 12:09:50 -08:00
Tom Keffer
a816e920ae
Merge branch 'master' of https://github.com/paolobenve/weewx into paolobenve-master
2017-03-11 11:52:18 -08:00
Paolo
a950f7e4a1
Update customizing.htm
2017-03-11 14:36:20 +01:00
Tom Keffer
95684c30c0
Removed BOM at beginning of customizing.htm
2017-03-10 10:43:54 -08:00
Matthew Wall
9b37e15bad
replace cheetahtemplate.org with pythonhosted.org
2017-03-09 07:37:31 -05:00
Matthew Wall
4d2b1f6e5d
added link to wee_extension
2017-02-28 21:59:03 -05:00
gjr80
0477dd36a5
Clarified the relationship between archive period and report_timing option, aded note regarding primacy of the report cycle
2017-02-02 18:02:02 +10:00
matthewwall
9336ca2f12
decode weewx into weeWX
2017-01-26 19:48:05 -05:00
Tom Keffer
4edce9c89b
Clarified the role of encoding
2017-01-26 09:59:09 -08:00
Tom Keffer
bdcf0c8c60
Corrected and clarified the units used in the "electricity" example.
2017-01-24 06:58:21 -08:00
Tom Keffer
04699cad17
Reworked the iteration examples.
2017-01-24 06:40:15 -08:00
Tom Keffer
a54754b152
Polishing. Or, maybe fiddling?
2017-01-23 18:19:01 -08:00
Tom Keffer
1577adc2c2
Refined examples of creating new units and groups
2017-01-23 18:00:15 -08:00
Tom Keffer
b95df10abb
Checkpoint
...
Work in progress.
2017-01-23 17:27:21 -08:00
matthewwall
88ea487ccf
fix broken tty formatting
2017-01-23 19:31:45 -05:00
matthewwall
8f9d379282
fix some table header cruft. prevent indent sections from overflowing right margin. let the table cells breath.
2017-01-23 19:26:32 -05:00
Tom Keffer
89c81012fa
Fixed location of 'Version'
...
So it works with automatic replacement of 'Version'
2017-01-23 12:13:51 -08:00
Tom Keffer
75be52e059
Reformatted, in anticipation of a refactoring of some sections.
2017-01-23 12:09:17 -08:00
Tom Keffer
8e3762e380
Fixed little HTML problems.
2017-01-23 12:06:41 -08:00
Tom Keffer
8c7ff00cdb
Fixed little errors. Consistently use "tag", instead of "dot code."
2017-01-23 09:27:36 -08:00
Tom Keffer
9a56954beb
Added comprehensive example to customizing guide.
2017-01-22 15:16:43 -08:00
dcapslock
18997cf947
Left over $last_day in $spans example ( #206 )
...
* Add .config
* Standardise test skin for index.html.tml to remove "%x %X" locale dependent formatting. Note: Used 24 hour time as AM/PM can also be locale dependent.
Also include fixes for line formatting in some other test files and expected results.
* Left over $last_day in $spans example.
2017-01-22 07:49:22 -08:00
Tom Keffer
d03c54385e
Documented $ago options, as well as .start and .end
2017-01-21 17:07:16 -08:00
Tom Keffer
c9ce15a4c4
Documented new "$ago" tags.
2017-01-21 11:00:24 -08:00
Tom Keffer
467022648b
Merge remote-tracking branch 'origin/master' into development
...
Conflicts:
docs/changes.txt
2017-01-15 08:18:04 -08:00
dcapslock
cd9c5d132b
Implement .spans(interval=seconds) tag timespan iterator. ( #199 )
...
* Implement .spans(interval=seconds) tag timespan iterator.
* Add .spans(interval=seconds) timespan iterator
* Add documentation and test for changes to intervalgen.
* Updated test cases for byspan.
2017-01-15 07:49:51 -08:00
Tom Keffer
c2d610ede2
Merge remote-tracking branch 'origin/master' into development
2017-01-14 13:31:04 -08:00
dcapslock
83400334f0
Merge branch 'master' of https://github.com/dcapslock/weewx.git
2017-01-14 15:49:34 +11:00
dcapslock
dca232ce31
Add tag time periods of last_hour, last_day, last_week, last_month and last_year. Add month_delta and year_delta to span.
...
YOu can iterate over those periods. See http://carlingfordweather.sydney/TEST/tag-test.txt for Top Temperatures over the last immediate week.
2017-01-14 15:49:27 +11:00
Tom Keffer
35ad312b44
Fixed error in description of $day.windSpeed.max
2017-01-13 05:49:45 -08:00
gjr80
2b6fbf0fc0
Rework Utilities Guide and other references to wee_database to reflect wee_database changes
...
Also fixed a few references to tools that we now call utilities
2017-01-12 15:04:54 +10:00
Matthew Wall
adc8c56d9d
use 3.7 to indicate unreleased. when there is a third number then it has been released.
2017-01-08 10:53:45 -05:00
Matthew Wall
ede739d3fa
use 3.7.1000 to indicated unreleased since 3.7.x causes problems
2017-01-08 10:51:38 -05:00
matthewwall
8abbc20a87
bump version to something that is not yet released
2017-01-06 07:38:02 -05:00
matthewwall
61c4896e4a
added CSS for printing docs
2016-12-31 16:45:26 -05:00
Tom Keffer
412a5f5134
Started a separate document "Notes for developers."
...
It's intended to eventually include a style guide and other hints for
developers working on weewx.
2016-12-22 08:24:53 -08:00