Skip to content

Commit

Permalink
made small fix on documentation; fixed typo in v2a ak verify script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh committed May 23, 2012
1 parent c66adde commit 9ca40b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions py/polar2grid/doc/source/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ packages:
Creating Software Bundle from Subversion Repository
---------------------------------------------------

.. warning::

When using the ``tar`` command make sure the version used properly
handles symbolic links (the fornav, ll2cr, and polar2grid symlinks).

Follow these steps to recreate the software bundle ``*.tar.gz`` file.

1. Create the software bundle directory and change to it::
Expand Down Expand Up @@ -51,6 +56,7 @@ Follow these steps to recreate the software bundle ``*.tar.gz`` file.
Compile and link it::

tar -xzf ms2gt<ms2gt-version>.tar.gz
mv ms2gt<version> ms2gt
cd ms2gt
make
cd ..
Expand Down
4 changes: 2 additions & 2 deletions py/polar2grid/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.5'
version = '0.0.6'
# The full version, including alpha/beta/rc tags.
release = '0.0.5c'
release = '0.0.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion py/polar2grid/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

classifiers = ""
version = '0.0.5c'
version = '0.0.6'

setup(
name='polar2grid',
Expand Down
2 changes: 1 addition & 1 deletion py/viirs2awips/v2a_ak_verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ else:
sys.exit(0)
EOF
[ $? -eq 0 ] || oops "$WFILE" was different than expected"
[ $? -eq 0 ] || oops "$WFILE was different than expected"

done

Expand Down

0 comments on commit 9ca40b6

Please sign in to comment.