Commit Graph

42 Commits

Author SHA1 Message Date
matthew wall
efdfb5ff69 make images with captions consistent. make tables more consistent. 2023-12-06 15:35:15 -05:00
matthew wall
5cc6b8b497 css fixes for tables and scrollbars. eliminate more leftover table formatting. 2023-12-06 10:58:53 -05:00
matthew wall
4e3c040217 the doc is not linear 2023-12-05 15:59:02 -05:00
matthew wall
c0e8f812a4 the indent/no_indent class is no longer necessary 2023-12-05 11:20:25 -05:00
Tom Keffer
60f5c28132 Add documentation for weectl report 2023-11-22 14:56:06 -08: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
676ec33db3 Fix documentation error. 2023-10-31 17:05:17 -07:00
Tom Keffer
73ca205b60 Fixed innumerable grammatical nits.
Thanks PyCharm.
2023-10-04 18:19:07 -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
Tom Keffer
9030153817 Correct errors using gettext().
Use StringIO to initialize configuration.

Change skin name from 'basic' to 'Basic'.

Use .long_form for elapsed times.
2023-08-20 14:31:09 -07:00
Tom Keffer
09a92e5e0c Call super() without arguments
Python 3
2023-08-12 09:35:52 -07:00
Tom Keffer
2155ef0ce5 Fix small mistakes in the examples and docs 2023-08-12 07:35:08 -07:00
Matthew Wall
c2e6c0168c fix broken link 2023-07-24 06:49:34 -04:00
Tom Keffer
d72bc66967 Fix a broken list
Readability
2023-07-22 14:19:31 -07:00
Tom Keffer
f9cf5d0d42 Follow canonical form for anchors 2023-07-22 13:59:59 -07:00
Matthew Wall
1eedddb83d fix anchors to conform to mkdocs guidelines 2023-07-22 11:56:55 -04:00
Matthew Wall
641ba7d558 more link fixes. minor html fixes. minor wordsmithing. 2023-07-22 09:35:06 -04:00
Tom Keffer
ca6019db52 Switch a couple more URLs from absolute to relative 2023-07-21 16:47:11 -07:00
Matthew Wall
a99b578ed4 fix links and formatting 2023-07-21 11:57:15 -04:00
Matthew Wall
76afcf74a9 fix links 2023-07-21 10:31:29 -04:00
Matthew Wall
ae81772dcc many formatting, link, and structural fixes 2023-07-21 00:18:00 -04:00
Matthew Wall
2be81d2f94 formatting fixes 2023-07-20 14:25:07 -04:00
Matthew Wall
958ed11ac8 make names consistent 2023-07-20 14:24:32 -04:00
Matthew Wall
284c808398 ref -> reference. fix formatting. 2023-07-20 11:52:36 -04:00
Matthew Wall
974d5bd103 refacctor options into references 2023-07-20 08:21:04 -04:00
Matthew Wall
7b09a3fad4 split skin options into hierarchy to match weewx-options. rename report-options to skin-options. rename weewx-config-file to weewx-options. 2023-07-20 00:51:31 -04:00
Tom Keffer
3d22889851 Remove wee_database and references to it 2023-07-19 15:27:56 -07:00
Matthew Wall
2d0a4faa31 remove the apparently unintentional heading formats in customization appendix 2023-07-19 11:43:10 -04:00
Matthew Wall
2ba8c7ced6 added image formats. fix formatting. 2023-07-19 11:15:44 -04:00
Matthew Wall
07b46b7d90 fix some formatting and links. word wrap. 2023-07-19 10:59:08 -04:00
Matthew Wall
cf11e355fc fix formatting. force wordwrap. added stale_age. added refs to wee_reports. 2023-07-19 10:47:27 -04:00
Tom Keffer
391454c689 More almanac details 2023-07-15 14:50:45 -07:00
Tom Keffer
6a4ab5246b Use new names for all almanac names that return ValueHelpers 2023-07-11 16:34:13 -07:00
Matthew Wall
86dd2c7270 use consistent file naming 2023-06-26 00:41:25 -04:00
Matthew Wall
85c0ff2761 push report scheduling back into customization guide. fix links. 2023-06-26 00:06:58 -04:00
Matthew Wall
e55e306a9c remove version. fix broken links. reducde duplication with quickstarts. 2023-06-25 12:36:03 -04: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
Tom Keffer
6983a07c07 Define duration synonyms explicitly 2023-04-28 07:35:16 -07:00
Tom Keffer
7dc50e224a Allow additional shortcuts for specifying durations
For example, '3h' for three hours.
2023-04-22 07:22:15 -07:00
Tom Keffer
2fe42433fe Rename docs subdirectories.
docs -> docs_src
html_docs -> docs

This puts the names closer to the end product.
2023-04-04 07:27:42 -07:00