Moved images to static folder

This commit is contained in:
Ilan Steemers
2015-07-05 14:38:08 +02:00
parent 2ec424fce0
commit 6c5a96c135
7 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@@ -57,7 +57,7 @@ If you host on `Heroku <https://heroku.com>`__ or you are using `Honcho <https:/
Architecture
------------
.. image:: cluster.png
.. image:: _static/cluster.png
:alt: Django Q schema

View File

@@ -159,7 +159,7 @@ html_theme_path = [alabaster.get_path()]
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
html_favicon = 'favicon.ico'
html_favicon = '_static/favicon.ico'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
@@ -255,7 +255,7 @@ latex_documents = [
# The name of an image file (relative to this directory) to place at the top of
# the title page.
latex_logo = 'logo_large.png'
latex_logo = '_static/logo_large.png'
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.

View File

@@ -8,7 +8,7 @@ Start the monitor with Django's `manage.py` command::
$ python manage.py qmonitor
.. image:: monitor.png
.. image:: _static/monitor.png
Legend
------