mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-21 07:10:59 +00:00
Moved image feature detection docs into new images section
This commit is contained in:
parent
509d066a41
commit
56acdb2bd7
3 changed files with 12 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
=======================
|
||||
Image Feature Detection
|
||||
=======================
|
||||
=================
|
||||
Feature Detection
|
||||
=================
|
||||
|
||||
Wagtail has the ability to automatically detect faces and features inside your images and automatically crop the images to those features.
|
||||
|
||||
8
docs/core_components/images/index.rst
Normal file
8
docs/core_components/images/index.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Images
|
||||
======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
feature_detection
|
||||
|
||||
|
|
@ -5,6 +5,7 @@ Core components
|
|||
:maxdepth: 2
|
||||
|
||||
pages/index
|
||||
images/index
|
||||
snippets
|
||||
search/index
|
||||
form_builder
|
||||
|
|
|
|||
Loading…
Reference in a new issue