Moved images to static folder
0
docs/cluster.png → docs/_static/cluster.png
vendored
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
0
docs/favicon.ico → docs/_static/favicon.ico
vendored
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
0
docs/monitor.png → docs/_static/monitor.png
vendored
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
------
|
||||
|
||||