From 5bfe4fd72b4a0656826fd56e796bdadcb7fe7217 Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 20 Jun 2018 11:22:21 -0400 Subject: [PATCH] Mention Lua API-only plugins in Plugins.rst --- docs/Lua API.rst | 2 ++ docs/Plugins.rst | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/docs/Lua API.rst b/docs/Lua API.rst index 2fe9e1ed7..e9e03debf 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -3517,6 +3517,8 @@ The widget implements: Same as with an ordinary list. +.. _lua-plugins: + ======= Plugins ======= diff --git a/docs/Plugins.rst b/docs/Plugins.rst index 03ccd809f..5f41bafed 100644 --- a/docs/Plugins.rst +++ b/docs/Plugins.rst @@ -2731,3 +2731,14 @@ can easily result in inconsistent state once this plugin is available again. The effects may be as weird as negative power being generated. +======= +Lua API +======= + +Some plugins consist solely of native libraries exposed to Lua. They are listed +in the `lua-api` file under `lua-plugins`: + +* `eventful` +* `building-hacks` +* `luasocket` +* `cxxrandom`