Browse Source

misc updates

pull/533/head
Simon Conseil 1 year ago
parent
commit
430fdc3be4
  1. 3
      docs/installation.rst
  2. 3
      docs/license.rst
  3. 10
      docs/plugins.rst
  4. 2
      docs/themes.rst

3
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
~~~~~~~~

3
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)

10
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

2
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:

Loading…
Cancel
Save