diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-04 13:44:58 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-04 13:44:58 +0000 |
| commit | d5f0bf1d94a11c0a787260be2130183d5942f63e (patch) | |
| tree | 4f0edac11fdaed70dd1531bacb61270a790f6ff3 | |
| parent | 5980d525d23cc277fd90858674d4bae98c37a354 (diff) | |
| download | pyramid-d5f0bf1d94a11c0a787260be2130183d5942f63e.tar.gz pyramid-d5f0bf1d94a11c0a787260be2130183d5942f63e.tar.bz2 pyramid-d5f0bf1d94a11c0a787260be2130183d5942f63e.zip | |
Prep for 1.2a10.
| -rw-r--r-- | docs/.static/exclaim_color.png | bin | 0 -> 3432 bytes | |||
| -rw-r--r-- | docs/.static/info_color.png | bin | 0 -> 3810 bytes | |||
| -rw-r--r-- | docs/.static/logo_hi.gif | bin | 3924 -> 0 bytes | |||
| -rw-r--r-- | docs/.static/note-color.png | bin | 1562 -> 0 bytes | |||
| -rw-r--r-- | docs/.static/note.png | bin | 1304 -> 0 bytes | |||
| -rwxr-xr-x | docs/.static/onebit_36.png | bin | 0 -> 1705 bytes | |||
| -rwxr-xr-x | docs/.static/onebit_38.png | bin | 0 -> 1937 bytes | |||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rwxr-xr-x | docs/convert_images.sh | 1 |
9 files changed, 2 insertions, 1 deletions
diff --git a/docs/.static/exclaim_color.png b/docs/.static/exclaim_color.png Binary files differnew file mode 100644 index 000000000..dffff8784 --- /dev/null +++ b/docs/.static/exclaim_color.png diff --git a/docs/.static/info_color.png b/docs/.static/info_color.png Binary files differnew file mode 100644 index 000000000..bcaf288bd --- /dev/null +++ b/docs/.static/info_color.png diff --git a/docs/.static/logo_hi.gif b/docs/.static/logo_hi.gif Binary files differdeleted file mode 100644 index 178e49f67..000000000 --- a/docs/.static/logo_hi.gif +++ /dev/null diff --git a/docs/.static/note-color.png b/docs/.static/note-color.png Binary files differdeleted file mode 100644 index ff7b2fc84..000000000 --- a/docs/.static/note-color.png +++ /dev/null diff --git a/docs/.static/note.png b/docs/.static/note.png Binary files differdeleted file mode 100644 index 8b313d9e4..000000000 --- a/docs/.static/note.png +++ /dev/null diff --git a/docs/.static/onebit_36.png b/docs/.static/onebit_36.png Binary files differnew file mode 100755 index 000000000..70889fc16 --- /dev/null +++ b/docs/.static/onebit_36.png diff --git a/docs/.static/onebit_38.png b/docs/.static/onebit_38.png Binary files differnew file mode 100755 index 000000000..4dcf07651 --- /dev/null +++ b/docs/.static/onebit_38.png 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 |
