From d5f0bf1d94a11c0a787260be2130183d5942f63e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 4 Jan 2010 13:44:58 +0000 Subject: Prep for 1.2a10. --- docs/.static/exclaim_color.png | Bin 0 -> 3432 bytes docs/.static/info_color.png | Bin 0 -> 3810 bytes docs/.static/logo_hi.gif | Bin 3924 -> 0 bytes docs/.static/note-color.png | Bin 1562 -> 0 bytes docs/.static/note.png | Bin 1304 -> 0 bytes docs/.static/onebit_36.png | Bin 0 -> 1705 bytes docs/.static/onebit_38.png | Bin 0 -> 1937 bytes docs/conf.py | 2 +- docs/convert_images.sh | 1 + 9 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/.static/exclaim_color.png create mode 100644 docs/.static/info_color.png delete mode 100644 docs/.static/logo_hi.gif delete mode 100644 docs/.static/note-color.png delete mode 100644 docs/.static/note.png create mode 100755 docs/.static/onebit_36.png create mode 100755 docs/.static/onebit_38.png diff --git a/docs/.static/exclaim_color.png b/docs/.static/exclaim_color.png new file mode 100644 index 000000000..dffff8784 Binary files /dev/null and b/docs/.static/exclaim_color.png differ diff --git a/docs/.static/info_color.png b/docs/.static/info_color.png new file mode 100644 index 000000000..bcaf288bd Binary files /dev/null and b/docs/.static/info_color.png differ diff --git a/docs/.static/logo_hi.gif b/docs/.static/logo_hi.gif deleted file mode 100644 index 178e49f67..000000000 Binary files a/docs/.static/logo_hi.gif and /dev/null differ diff --git a/docs/.static/note-color.png b/docs/.static/note-color.png deleted file mode 100644 index ff7b2fc84..000000000 Binary files a/docs/.static/note-color.png and /dev/null differ diff --git a/docs/.static/note.png b/docs/.static/note.png deleted file mode 100644 index 8b313d9e4..000000000 Binary files a/docs/.static/note.png and /dev/null differ diff --git a/docs/.static/onebit_36.png b/docs/.static/onebit_36.png new file mode 100755 index 000000000..70889fc16 Binary files /dev/null and b/docs/.static/onebit_36.png differ diff --git a/docs/.static/onebit_38.png b/docs/.static/onebit_38.png new file mode 100755 index 000000000..4dcf07651 Binary files /dev/null and b/docs/.static/onebit_38.png differ diff --git a/docs/conf.py b/docs/conf.py index 03b38ca8f..f49519a05 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ copyright = '2008-2010, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '1.2a9' +version = '1.2a10' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/convert_images.sh b/docs/convert_images.sh index 541394f49..3bd22c01b 100755 --- a/docs/convert_images.sh +++ b/docs/convert_images.sh @@ -5,6 +5,7 @@ if test ! -z $BOOK; then do cp $img ${img}.BAK convert $img -units PixelsPerInch -resample 300 -colorspace Gray ${img}.grey + #convert -strip -density 300 ${img} -units PixelsPerInch -resample 300 -colorspace Gray ${img}.grey mv ${img}.grey $img done fi -- cgit v1.2.3