From 186f6354122539d2bb1a716112a1d9dcf743626a Mon Sep 17 00:00:00 2001 From: Axel Date: Wed, 28 Jun 2017 06:57:02 +0100 Subject: [PATCH] Typos in documentation fixed --- docs/installation.rst | 4 ++-- docs/intro.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 4cd06e0..d7cb183 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -8,7 +8,7 @@ Installation of faampy is done in the usual way using the setup script:: python setup.py build sudo python setup.py install -So far the module has only been tested on linux machines and most of the code development has been done with python 2.7. However the idea is to make faampy python3 compatible and platform independent. +So far the module has only been tested on linux machines and most of the code development has been done under python 2.7. However the idea is to make faampy python3 compatible and platform independent. Example flight data, databases, ... @@ -24,4 +24,4 @@ from the command line. This will download a zip file and copies its content to a Disclaimer ---------- -faampy is in its early stages and has not been thoroughly tested. There will more modules been added in the near future. A backlog of moduls exists that have been written, but will need to be tidied up, before being added to the repository. +faampy is in its early stages and has not been thoroughly tested. There will more modules been added in the near future. A backlog of modules exists that have been written, but will need to be tidied up, before being added to the repository. diff --git a/docs/intro.rst b/docs/intro.rst index 2505fa2..db72d80 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -2,4 +2,4 @@ Motivation ========== -The faampy repository contains a number of python modules and scripts that handle data from the `FAAM `_ aircraft. The goal of faampy is it to provide useful and stable tools that deals with most common tasks. It focuses on general utilities rather than very specific scientific problems. From experience many tasks (data merging, mapping, etc.) are common no matter which background the user has (Aerosol, Chemistry, Cloud Physics, ...). faampy is meant to be for the FAAM community **by** the FAAM community. Therefore users are encouraged to report/fix bugs and send in suggestions for improvments. +The faampy repository contains a number of python modules and scripts that handle data from the `FAAM `_ aircraft. The goal of faampy is it to provide useful and stable tools that deal with common tasks. It focuses on general utilities rather than analysing specific scientific problems. From experience many tasks (data merging, mapping, etc.) are common no matter which background the user has (Aerosol, Chemistry, Cloud Physics, ...). faampy is meant to be for the FAAM community **by** the FAAM community. Therefore users are encouraged to report/fix bugs and send in suggestions for improvements.