Skip to content

Commit f3c03e8

Browse files
committed
formatting
1 parent 33476be commit f3c03e8

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,14 @@ These routines are not limited to any kind of data, and can be used with
4848
any data, or even without data, to add a custom grid to a visualization.
4949

5050

51-
Releases --------
51+
Releases
52+
--------
5253

5354
See releases with changelogs in the releases panel of the GitHub
5455
distribution.
5556

56-
Installation & Use ------------------
57+
Installation & Use
58+
------------------
5759

5860
1) For use in the ParaView python console: No python installation and/or
5961
command shell is needed. Download the .zip file, unpack it where
@@ -68,7 +70,8 @@ the package pv_atmos and you can run 'from pv_atmos import atmos_basic'
6870
or 'from pv_atmos import atmos_grids'.
6971

7072

71-
Examples --------
73+
Examples
74+
--------
7275

7376
The examples directory contains two example scripts and the data file
7477
uv_daily.nc, which can be run within the python terminal of ParaView.
@@ -80,12 +83,14 @@ within the example scripts to the directory containing atmos_basic.py
8083
and atmos_grids.py.
8184

8285

83-
Dependencies ------------
86+
Dependencies
87+
------------
8488

8589
Needs the python module math for coordinate conversion (Pi and log).
8690
atmos_grids needs atmos_basic.
8791

88-
Remarks -------
92+
Remarks
93+
-------
8994

9095
Input netCDF files should generally conform to the Climate and Forecast
9196
(CF) metadata convention. A not so rigorous but sufficient test is to

0 commit comments

Comments
 (0)