1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/docs/source/autodoc/engineer.rst

63 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2020-12-10 19:01:13 +00:00
``engineer`` - Chatbot framework
2020-12-28 17:35:32 +00:00
================================
.. automodule:: royalnet.engineer
2020-12-28 17:35:32 +00:00
2021-04-17 14:42:29 +00:00
``pda`` - Central connection unit
---------------------------------
.. automodule:: royalnet.engineer.pda
2021-04-07 11:27:25 +00:00
:imported-members:
2021-04-17 14:42:29 +00:00
``bullet`` - Data containers
----------------------------
2021-04-07 11:27:25 +00:00
2021-04-17 14:42:29 +00:00
.. automodule:: royalnet.engineer.bullet
2021-04-07 11:27:25 +00:00
:imported-members:
2020-12-28 17:35:32 +00:00
2021-04-17 14:42:29 +00:00
``conversation`` - Conversation utilities
-----------------------------------------
2020-12-28 17:35:32 +00:00
2020-12-30 13:59:37 +00:00
.. automodule:: royalnet.engineer.conversation
2021-04-17 14:42:29 +00:00
:special-members: __call__
2020-12-28 17:35:32 +00:00
2021-04-17 14:42:29 +00:00
``dispenser`` - Event distributors
----------------------------------
2020-12-28 17:35:32 +00:00
.. automodule:: royalnet.engineer.dispenser
2021-04-17 14:42:29 +00:00
``sentry`` - Event listeners
----------------------------
2020-12-28 17:35:32 +00:00
.. automodule:: royalnet.engineer.sentry
2021-01-14 15:26:34 +00:00
:special-members: __or__
2020-12-28 17:35:32 +00:00
2021-04-17 14:42:29 +00:00
``wrench`` - Filters for Sentry
-------------------------------
2020-12-28 17:35:32 +00:00
2021-04-17 14:42:29 +00:00
.. automodule:: royalnet.engineer.wrench
2020-12-28 17:35:32 +00:00
2021-04-17 14:42:29 +00:00
``discard`` - Special filter exception
--------------------------------------
2020-12-28 17:35:32 +00:00
2021-04-17 14:42:29 +00:00
.. automodule:: royalnet.engineer.discard
2020-12-28 17:35:32 +00:00
2021-04-17 14:42:29 +00:00
``teleporter`` - Argument validators
------------------------------------
2020-12-28 17:35:32 +00:00
2021-04-17 14:42:29 +00:00
.. automodule:: royalnet.engineer.teleporter
2020-12-28 17:35:32 +00:00
2021-04-17 14:42:29 +00:00
``exc`` - General errors
------------------------
2020-12-28 17:35:32 +00:00
.. automodule:: royalnet.engineer.exc