Skip to content

Commit b794410

Browse files
author
Simon Krull
authored
TASK: Add new screenshots (#1261)
* TASK: Add new screenshots * TASK: Fix table * TASK: Fix table
1 parent fe94325 commit b794410

12 files changed

+18
-18
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ handling of files and images a breeze.
1616
.. We're using absolute image url below, because relative paths won't work on
1717
pypi. github would render relative paths correctly.
1818
19-
+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+
20-
| .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/filer_2.png | .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/filer_3.png |
21-
+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+
22-
| .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/detail_image.png | .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/detail_file.png |
23-
+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+
24-
| .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/file_picker_1.png | .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/file_picker_3.png |
25-
+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+
19+
+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
20+
| .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/filer_2.png | .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/filer_3.png |
21+
+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
22+
| .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/detail_image.png | .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/detail_file.png |
23+
+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
24+
| .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/file_picker_1.png | .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/file_picker_3.png |
25+
+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
2626

2727

2828
*******************************************
5.09 KB
Loading

docs/_static/detail_file.png

-821 Bytes
Loading

docs/_static/detail_image.png

-9.5 KB
Loading
-1.88 KB
Loading

docs/_static/file_picker_1.png

-8.9 KB
Loading

docs/_static/file_picker_2.png

35.2 KB
Loading

docs/_static/file_picker_3.png

1.66 KB
Loading

docs/_static/filer_1.png

6.15 KB
Loading

docs/_static/filer_2.png

61.6 KB
Loading

docs/_static/filer_3.png

40 KB
Loading

docs/index.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ Welcome to django-filer's documentation!
1616
``django-filer`` is a file management application for django. It handles uploading
1717
and organizing files and images in contrib.admin.
1818

19-
+-------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+
20-
| .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/filer_1.png | .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/filer_2.png |
21-
+-------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+
19+
+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+
20+
| .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/filer_1.png | .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/filer_2.png |
21+
+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+
2222

2323
Filer detail view:
2424

25-
+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+
26-
| .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/detail_image.png | .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/detail_file.png |
27-
+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+
25+
+-----------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+
26+
| .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/detail_image.png | .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/detail_file.png |
27+
+-----------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+
2828

2929
Filer picker widget:
3030

31-
+-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+
32-
| .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/file_picker_1.png | .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/file_picker_2.png |
33-
+-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+
34-
| .. image:: https://github.com/raw/divio/django-filer/master/docs/_static/file_picker_3.png | |
35-
+-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+
31+
+------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------+
32+
| .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/file_picker_1.png | .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/file_picker_2.png |
33+
+------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------+
34+
| .. image:: https://github.com/raw/django-cms/django-filer/master/docs/_static/file_picker_3.png | |
35+
+------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------+
3636

3737
Custom model fields are provided for use in 3rd party apps as a replacement for
3838
the default ``FileField`` from django. Behind the scenes a ``ForeignKey`` to the

0 commit comments

Comments
 (0)