commit 0fde6ad67f7250b3de573726343844eb7ea573fe Author: Damian Johnson atagar@torproject.org Date: Mon Feb 18 08:58:10 2013 -0800
Moving download images into subdirectory
I'm about to use '_static/section' for tutorial images, so moving the download page's resources to keep them separate. --- docs/_static/section/archlinux.png | Bin 7144 -> 0 bytes docs/_static/section/debian.png | Bin 5646 -> 0 bytes docs/_static/section/download/archlinux.png | Bin 0 -> 7144 bytes docs/_static/section/download/debian.png | Bin 0 -> 5646 bytes docs/_static/section/download/git.png | Bin 0 -> 4749 bytes docs/_static/section/git.png | Bin 4749 -> 0 bytes docs/download.rst | 6 +++--- 7 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/_static/section/archlinux.png b/docs/_static/section/archlinux.png deleted file mode 100644 index 430d5db..0000000 Binary files a/docs/_static/section/archlinux.png and /dev/null differ diff --git a/docs/_static/section/debian.png b/docs/_static/section/debian.png deleted file mode 100644 index 659dc8d..0000000 Binary files a/docs/_static/section/debian.png and /dev/null differ diff --git a/docs/_static/section/download/archlinux.png b/docs/_static/section/download/archlinux.png new file mode 100644 index 0000000..430d5db Binary files /dev/null and b/docs/_static/section/download/archlinux.png differ diff --git a/docs/_static/section/download/debian.png b/docs/_static/section/download/debian.png new file mode 100644 index 0000000..659dc8d Binary files /dev/null and b/docs/_static/section/download/debian.png differ diff --git a/docs/_static/section/download/git.png b/docs/_static/section/download/git.png new file mode 100644 index 0000000..88e399e Binary files /dev/null and b/docs/_static/section/download/git.png differ diff --git a/docs/_static/section/git.png b/docs/_static/section/git.png deleted file mode 100644 index 88e399e..0000000 Binary files a/docs/_static/section/git.png and /dev/null differ diff --git a/docs/download.rst b/docs/download.rst index 52f2200..a7bc098 100644 --- a/docs/download.rst +++ b/docs/download.rst @@ -21,7 +21,7 @@ Download :widths: 1 10 :header-rows: 0
- * - .. image:: /_static/section/git.png + * - .. image:: /_static/section/download/git.png :target: https://gitweb.torproject.org/stem.git
- .. image:: /_static/label/git.png @@ -31,14 +31,14 @@ Download
`git clone https://git.torproject.org/stem.git https://gitweb.torproject.org/stem.git`_
- * - .. image:: /_static/section/debian.png + * - .. image:: /_static/section/download/debian.png - .. image:: /_static/label/debian.png
**Coming soon-ish**
Initial release should be in March.
- * - .. image:: /_static/section/archlinux.png + * - .. image:: /_static/section/download/archlinux.png :target: https://aur.archlinux.org/packages/stem-git/
- .. image:: /_static/label/archlinux.png
tor-commits@lists.torproject.org