From 8eeed31eb2f86ac982fa4b26f93b15828289c56d Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 22 Apr 2021 20:22:47 -0400 Subject: New upstream version 8.1.3. --- docs/extending.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/extending.rst') diff --git a/docs/extending.rst b/docs/extending.rst index 70448b9..db72509 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -6,7 +6,7 @@ .. description: .. author: The Nikola Team -:Version: 8.1.2 +:Version: 8.1.3 :Author: Roberto Alsina .. class:: alert alert-primary float-md-right @@ -290,7 +290,7 @@ These have access to the ``site`` object which contains your timeline and your configuration. The critical bit of Task plugins is their ``gen_tasks`` method, which ``yields`` -`doit tasks `_. +`doit tasks `_. The details of how to handle dependencies, etc., are a bit too much for this document, so I'll just leave you with an example, the ``copy_assets`` task. @@ -440,7 +440,7 @@ SignalHandler Plugins --------------------- These plugins extend the ``SignalHandler`` class and connect to one or more -signals via `blinker `_. +signals via `blinker `_. The easiest way to do this is to reimplement ``set_site()`` and just connect to whatever signals you want there. -- cgit v1.2.3