push userguide paragraphs up. simplify versions.

This commit is contained in:
Matthew Wall
2023-07-16 20:56:36 -04:00
parent 953a619d68
commit ff2ab85d28
4 changed files with 9 additions and 19 deletions

View File

@@ -6,6 +6,11 @@ stations and sensors, then generates plots, HTML pages, and monthly and
yearly summary reports. It can push plots, pages, and reports to a web
server, and data data to many different online weather services.
Initial development began in the winter of 2008-2009, with the first release
in 2009.
The source code is hosted on [GitHub](https://github.com/weewx/weewx). Installation instructions and releases are available at [weewx.com/downloads](http://weewx.com/downloads).
See the [hardware list](https://weewx.com/hardware.html) for a complete list
of supported stations, and for pictures to help identify your hardware! The
[hardware comparison](https://weewx.com/hwcmp.html) shows specifications for

View File

@@ -1,11 +0,0 @@
# WeeWX User's Guide
This is the complete guide to installing, configuring, and troubleshooting WeeWX.
## About WeeWX
[WeeWX](http://www.weewx.com) is software, written in [Python](https://www.pythong.org), that interacts with a weather station to produce plots, reports, and HTML pages. It can optionally upload the reports to a remote Web server as well as publish to weather services such as [WeatherUnderground](https://www.wunderground.com/), [CWOP](http://wxqa.com/), or [PWSweather.com](https://www.pwsweather.com/).
Initial development began in the winter of 2008-2009, with the first release in 2009.
The source code is hosted on [GitHub](https://github.com/weewx/weewx). Installation instructions and releases are available at [weewx.com/downloads](http://weewx.com/downloads).

View File

@@ -10,13 +10,15 @@
If you are upgrading from an old `setup.py` installation, see the
instructions [_Migrating setup.py installs to Version 5.0_](https://github.com/weewx/weewx/wiki/v5-upgrade).
These are the instructions for upgrading WeeWX:
The instructions for upgrading WeeWX are in the quick start guides:
* [Upgrading using Debian DEB](../quickstarts/debian/#upgrade)
* [Upgrading using Redhat RPM](../quickstarts/redhat/#upgrade)
* [Upgrading using SUSE RPM](../quickstarts/suse/#upgrade)
* [Upgrading using pip](../quickstarts/pip/#upgrade)
* [Upgrading git repository](../quickstarts/git/#upgrade)
* [Upgrading using git](../quickstarts/git/#upgrade)
The rest of this document describes the changes in each WeeWX release.
## Upgrading the WeeWX configuration file
@@ -40,11 +42,6 @@ upgrade the configuration file `/etc/weewx/other.conf`:
sudo weectl station upgrade --config=/etc/weewx/other.conf
```
## Instructions for specific versions
The rest of this document describes the changes in each WeeWX release.
## Upgrading to V5.0
### Python 2.7 no longer supported

View File

@@ -55,7 +55,6 @@ nav:
- git: ./quickstarts/git.md
- "User's guide":
- "Introduction": ./usersguide/index.md
- "System requirements": ./usersguide/system-requirements.md
- "Installing WeeWX": ./usersguide/installing-weewx.md
- "Where to find things" : ./usersguide/where.md