diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2010-11-30 00:31:03 -0500 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2010-11-30 00:31:03 -0500 |
| commit | de8c1bd028386653105d12300926af356612c97d (patch) | |
| tree | 1cbf309ef3188adec4c79ba5de3c73ddd799e871 | |
| parent | 5845bcc10565baaa8397243c48d771bc45a5ab91 (diff) | |
| download | pyramid-de8c1bd028386653105d12300926af356612c97d.tar.gz pyramid-de8c1bd028386653105d12300926af356612c97d.tar.bz2 pyramid-de8c1bd028386653105d12300926af356612c97d.zip | |
Make new docs icons work with pdf book
| -rw-r--r-- | docs/_static/exclaim.png | bin | 3542 -> 0 bytes | |||
| -rw-r--r-- | docs/_static/exclaim_color.png | bin | 3432 -> 0 bytes | |||
| -rw-r--r-- | docs/_static/info.png | bin | 3844 -> 0 bytes | |||
| -rw-r--r-- | docs/_static/info_color.png | bin | 3810 -> 0 bytes | |||
| -rw-r--r-- | docs/_static/latex-note.png | bin | 0 -> 1776 bytes | |||
| -rw-r--r-- | docs/_static/latex-warning.png | bin | 0 -> 1351 bytes | |||
| -rwxr-xr-x | docs/_static/onebit_36.png | bin | 1705 -> 0 bytes | |||
| -rwxr-xr-x | docs/_static/onebit_38.png | bin | 1937 -> 0 bytes | |||
| -rw-r--r-- | docs/_static/pylons.png | bin | 4063 -> 0 bytes | |||
| -rw-r--r-- | docs/_static/pylons_small.png | bin | 4063 -> 0 bytes | |||
| -rw-r--r-- | docs/_static/pyramid_epub.css | 22 | ||||
| -rw-r--r-- | docs/conf.py | 4 |
12 files changed, 2 insertions, 24 deletions
diff --git a/docs/_static/exclaim.png b/docs/_static/exclaim.png Binary files differdeleted file mode 100644 index 6707bc362..000000000 --- a/docs/_static/exclaim.png +++ /dev/null diff --git a/docs/_static/exclaim_color.png b/docs/_static/exclaim_color.png Binary files differdeleted file mode 100644 index dffff8784..000000000 --- a/docs/_static/exclaim_color.png +++ /dev/null diff --git a/docs/_static/info.png b/docs/_static/info.png Binary files differdeleted file mode 100644 index 95d00a973..000000000 --- a/docs/_static/info.png +++ /dev/null diff --git a/docs/_static/info_color.png b/docs/_static/info_color.png Binary files differdeleted file mode 100644 index bcaf288bd..000000000 --- a/docs/_static/info_color.png +++ /dev/null diff --git a/docs/_static/latex-note.png b/docs/_static/latex-note.png Binary files differnew file mode 100644 index 000000000..7e1647837 --- /dev/null +++ b/docs/_static/latex-note.png diff --git a/docs/_static/latex-warning.png b/docs/_static/latex-warning.png Binary files differnew file mode 100644 index 000000000..747b24529 --- /dev/null +++ b/docs/_static/latex-warning.png diff --git a/docs/_static/onebit_36.png b/docs/_static/onebit_36.png Binary files differdeleted file mode 100755 index 70889fc16..000000000 --- a/docs/_static/onebit_36.png +++ /dev/null diff --git a/docs/_static/onebit_38.png b/docs/_static/onebit_38.png Binary files differdeleted file mode 100755 index 4dcf07651..000000000 --- a/docs/_static/onebit_38.png +++ /dev/null diff --git a/docs/_static/pylons.png b/docs/_static/pylons.png Binary files differdeleted file mode 100644 index 53f83e4d0..000000000 --- a/docs/_static/pylons.png +++ /dev/null diff --git a/docs/_static/pylons_small.png b/docs/_static/pylons_small.png Binary files differdeleted file mode 100644 index 53f83e4d0..000000000 --- a/docs/_static/pylons_small.png +++ /dev/null diff --git a/docs/_static/pyramid_epub.css b/docs/_static/pyramid_epub.css deleted file mode 100644 index 261500d82..000000000 --- a/docs/_static/pyramid_epub.css +++ /dev/null @@ -1,22 +0,0 @@ -@import url('default.css'); -/* body { */ -/* background-color: #006339; */ -/* } */ - -/* div.document { */ -/* background-color: #dad3bd; */ -/* } */ - -/* div.sphinxsidebar h3, h4, h5, a { */ -/* color: #127c56 !important; */ -/* } */ - -/* div.related { */ -/* color: #dad3bd !important; */ -/* background-color: #00744a; */ -/* } */ - -/* div.related a { */ -/* color: #dad3bd !important; */ -/* } */ - diff --git a/docs/conf.py b/docs/conf.py index a4b1ffbba..6ef9ff67b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -307,8 +307,8 @@ _PREAMBLE = r""" \renewenvironment{notice}[2]{% \origbeginnotice{#1}{}% equivalent to original \begin{notice}{#1}{#2} % load graphics - \ifthenelse{\equal{#1}{warning}}{\includegraphics{exclaim.png}}{} - \ifthenelse{\equal{#1}{note}}{\includegraphics{info.png}}{} + \ifthenelse{\equal{#1}{warning}}{\includegraphics{latex-warning.png}}{} + \ifthenelse{\equal{#1}{note}}{\includegraphics{latex-note.png}}{} % etc. }{% \origendnotice% equivalent to original \end{notice} |
