diff options
| author | 2021-04-22 20:22:47 -0400 | |
|---|---|---|
| committer | 2021-04-22 20:22:47 -0400 | |
| commit | 8eeed31eb2f86ac982fa4b26f93b15828289c56d (patch) | |
| tree | 2d95f6a10afaeb9f5e25dabde5fe38de3f8458d1 /docs/extending.rst | |
| parent | 3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 (diff) | |
New upstream version 8.1.3.upstream/8.1.3
Diffstat (limited to 'docs/extending.rst')
| -rw-r--r-- | docs/extending.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 <ralsina@netmanagers.com.ar> .. 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 <http://pydoit.org/tasks.html>`_. +`doit tasks <https://pydoit.org/tasks.html>`_. 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 <http://pythonhosted.org/blinker/>`_. +signals via `blinker <https://pythonhosted.org/blinker/>`_. The easiest way to do this is to reimplement ``set_site()`` and just connect to whatever signals you want there. |
