From 430fdc3be4f03805dff704ebef0d4f4a41d81cac Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 16 Dec 2024 18:31:13 +0100 Subject: [PATCH] misc updates --- docs/installation.rst | 3 +++ docs/license.rst | 3 +++ docs/plugins.rst | 10 +++++----- docs/themes.rst | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 7292eff..c7066bf 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -25,6 +25,7 @@ The mandatory dependencies are: - Blinker - Click - Jinja2 +- natsort - Pilkit - Pillow - Python Markdown @@ -34,6 +35,8 @@ installable with the ``[all]`` marker: - Brotli, zopfli (compress assets plugin) - feedgenerator (feeds plugin) +- cryptography (encrypt plugin) +- pillow-heif (HEIF/HEIC support) Packages ~~~~~~~~ diff --git a/docs/license.rst b/docs/license.rst index b5c8868..b5c701a 100644 --- a/docs/license.rst +++ b/docs/license.rst @@ -52,3 +52,6 @@ tests: (https://github.com/saimn/sigal/pull/233#issuecomment-275430083) - ``example video.ogv`` : https://commons.wikimedia.org/wiki/File:Examplevideo.ogv (Public domain) +- ``outdoor.heic``: From @ususdei, + https://github.com/saimn/sigal/pull/519#issuecomment-2543310727 + (Public domain) diff --git a/docs/plugins.rst b/docs/plugins.rst index c23425c..71d417e 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -129,6 +129,11 @@ Non-media Files plugin .. automodule:: sigal.plugins.nonmedia_files +Titleregexp plugin +================== + +.. automodule:: sigal.plugins.titleregexp + Watermark plugin ================ @@ -138,8 +143,3 @@ ZIP Gallery plugin ================== .. automodule:: sigal.plugins.zip_gallery - -Titleregexp plugin -================== - -.. automodule:: sigal.plugins.titleregexp diff --git a/docs/themes.rst b/docs/themes.rst index cf5109b..e85cc88 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -85,7 +85,7 @@ This script will then be imported and all defined functions will be available as with the same names in your templates. Documentation of sigal's main classes -------------------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. autoclass:: sigal.gallery.Album :members: