Skip to content

Commit

Permalink
[docs] Renamed docs/images to docs/_static
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 19, 2016
1 parent c6b1684 commit cc75f64
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Django Admin widget

**django-hstore** ships a nice admin widget that makes the field more user-friendly.

.. image:: images/deafult-admin-widget.png
.. image:: _static/deafult-admin-widget.png
:width: 650
:alt: Admin Widget

Each time a key or a value is modified, the underlying textarea is updated:

.. image:: images/deafult-admin-widget-raw.png
.. image:: _static/deafult-admin-widget-raw.png
:width: 650
:alt: Admin Widget

Expand All @@ -44,13 +44,13 @@ Grappelli Admin widget

If you use the awesome `django-grappelli <http://grappelliproject.com/>`_ there's an even nicer looking widget for you too!

.. image:: images/hstore-widget.png
.. image:: _static/hstore-widget.png
:width: 650
:alt: Grappeli Widget

Each time a key or a value is modified, the underlying textarea is updated:

.. image:: images/hstore-widget-raw.png
.. image:: _static/hstore-widget-raw.png
:width: 650
:alt: Grappeli Widget

Expand Down

0 comments on commit cc75f64

Please sign in to comment.