Skip to content

Commit

Permalink
Typos in documentation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel committed Jun 28, 2017
1 parent 1daa3e4 commit 186f635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...
Expand All @@ -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.
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Motivation
==========

The faampy repository contains a number of python modules and scripts that handle data from the `FAAM <http://www.faam.ac.uk/>`_ 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 <http://www.faam.ac.uk/>`_ 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.

0 comments on commit 186f635

Please sign in to comment.